Tag Archives: PHP

ImageMagick Plesk and open_basedir

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 [...]

Coppermine Tag Cloud on the Home Page

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 [...]

Halomods.com and The Halo Modding Future

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 [...]

FirePHP Codeigniter – Fatal error: Call to undefined method FirePHP_Fake::error() in /server/path/

Simple error to fix.. You just need to add in a blank function to FirePHP_Fake.php Codeigniters Library. public function error() { }

How to Optimize your WordPress Database

How to Optimize your WordPress Database.

Install Zend Optimizer on Plesk Server – eUKHost

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

stat failed filemtime() Codeigniters assetlib-pro on a plesk server

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 [...]

Disallowed Key Characters – CodeIgniter Error

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 [...]

Gallery now working

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.