PHP

Drupal , clear failed cron value

Posted by on May 8, 2011 at 1:48 am

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

what are PHP Variables?

Posted by on November 1, 2010 at 6:06 am

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

PHP upload: Files are assigned to nobody

Posted by on May 11, 2010 at 5:09 am

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

Plesk Billing – internal error has occurred- license

Posted by on April 7, 2010 at 11:49 am

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

PHP 5.3 – Date warning

Posted by on March 17, 2010 at 12:37 pm

Wow, PHP is changing the way we code our websites More Warnings Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most [...]