Posted by Snave on May 23, 2010
Because of the way that ‘open_basedir’ works in restricting everything some things that you access file system wise in code, it will restrict you also in using programs such as ImageMagick , or in applications that may use it such as Coppermine Gallery or Menalto Gallery. To fix this you need to either turn off [...]
Posted by Snave on April 25, 2010
Coppermine gallery is a great piece of software, as of version 1.5.3 RC it has the ability to display ‘tags’ on the search page of your gallery and then you can click on one of those tags to display all pictures that have been assigned with that specific keyword. To see what i mean, see [...]
Posted by Snave on April 13, 2010
I recently went to check in with the goings on over at Halomods.com and to my surprise I was greeted with this message To the guys at rework3d and anyone else who was a fan of halomods. I’ve decided to discontinue the site for reasons you can probably figure out yourself. If anyone is interested [...]
Posted by Snave on April 9, 2010
Simple error to fix.. You just need to add in a blank function to FirePHP_Fake.php Codeigniters Library. public function error() { }
Posted by Snave on March 1, 2010
How to Optimize your WordPress Database.
Posted by Snave on February 11, 2010
Its this easy.. cd /usr/local/src wget http://www.eth0.us/files/ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz tar -zxf ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz cd ZendOptimizer-3.0.1-linux-glibc21-i386 ./install
Posted by Snave on January 28, 2010
I came across this error when I was trying to implementing the Assetlib-pro CodeIgniter library for adding assets etc to your project. A PHP Error was encountered Severity: Warning Message: filemtime() [function.filemtime]: stat failed for /var/www/vhosts/domain.com/assets/styles_1.css Filename: libraries/Assetlibpro.php Line Number: 218 Now because of my setup from EukHost in the uk I use plesk as [...]
Posted by Snave on January 17, 2010
Getting the error “Disallowed Key Characters” ? This error was caused by developing locally on my machine (127.0.0.1) with xampp, i used the windows host file to re-direct halodev.snaver.net to my local web server for development. However when i switched to developing online, i removed the host file config for the domain and then upload [...]
Posted by Snave on November 30, 2009
If you were a user of the Halo Photography Gallery then uploading of fies and screenshots is now working, I kind of forgot to check that it was still possible to upload after upgrading servers from the US (Dreamhost) to the UK(EukHost), Oppsy.