Category Archives: PHP

By October 05, 2016

PHP 5.6 and Codeigniter error A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257 – Fix https://github.com/bcit-ci/CodeIgniter/commit/69b02d0f0bc46e914bed1604cfbd9bf74286b2e3 Edit line 257 of system/core/Commons.php


Read More
By May 08, 2011

DELETE FROM `variable` WHERE name = ‘cron_semaphore’; DELETE FROM `variable` WHERE name = ‘cron_last’;


Read More
By November 01, 2010

Variables PHP with MySQL Essential Training | by Kevin Skoglund View this entire MySQL course and more in the lynda.com Online Training Library®.


Read More
By May 11, 2010

PHP uploaded files will generally get uploaded with the user nobody when using mod_php. This is the apache module for PHP which means the file will be uploaded with the apache user. In order to work around this you can modify your code to chown the file to the appropriate ftp user. The best option


Read More
By April 07, 2010

Error: When trying to activate the plesk billing license you receive a internal error message: ok , so what does this mean.. if you ask plesk , you will need to wait 72 hours for a answer. so this is why we have openkb.org Reason: check and make sure fopen is on in the php.ini


Read More
1 2 3 6