PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/php4/lib/php/extensions/no-debug ......

By Emiley J. Viewed: 5693 times Emailed: 57 times Printed: 54 times Bookmark and Share



If your PHP files suddenly stop working for no apparant reason and you just get a blank page for all your PHP files then the first thing you will do is to check your error_log. And if you have repeating lines in your error log such as "PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/php4/lib/php/extensions/no-debug " then you can solve it.

Goto your hosting control panel. Assuming you have hosted with hostmonster, login to your control panel. Under "Software/services" section, click on the PHP config icon to enter into the PHP configuration.
Here you will see three options, PHP5, PHP5 single ini and Fast CGI. If I am not wrong you have probably chosen Fast CGI option before. Now just change it back to PHP5 option and click 'Save Changes' button.

There you go. Refresh your PHP page and you should see it working.




Comments(0)


Be the first one to add a comment

Your name (required):


Your email(required, will not be shown to the public):


Your sites URL (optional):


Your comments:


Enter Code:
The Captcha image

Latest Tutorials

[2009-06-13]PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/php4/lib/php/extensions/no-debug ......
[2009-02-24]Using Text file as database in PHP
[2009-02-07]Parent: child process exited with status 3221225477 -- Restarting
[2009-01-14]Install and use PHPUnit to test your PHP pages for errors.
[2008-12-29]Using Codeigniter for PHP application development
[2008-12-01]Creating or Opening a File in PHP
[2008-12-01]Opening a Remote File in PHP
[2008-12-01]Reading contents of a File into a String in PHP
[2008-12-01]Counting Lines, Paragraphs, or Records in a File using pc_split_paragraphs() in PHP
[2008-12-01]Reading word by word from a file in PHP
[2008-12-01]Reading .ini files in PHP
[2008-12-01]Reading and Writing .gz files in PHP
[2008-12-01]Extract files from a .zip file using PHP
[2008-12-01]Upload and Download files with FTP in PHP
[2008-12-01]Using Text-File Databases in PHP

More Latest News


Most Viewed Articles (in last 30 days)
Parent: child process exited with status 3221225477 -- Restarting
isset() function in PHP
Reading .CSV file in PHP
Extract files from a .zip file using PHP
preg_split() and explode() in PHP
Find Difference between two dates in PHP
Handling BLOB in PHP and MySQL
Upload and Download files with FTP in PHP
preg_match(), function preg_match_all(), preg_grep() in PHP
Install and use PHPUnit to test your PHP pages for errors.
Appending One Array to Another in PHP
Counting Lines, Paragraphs, or Records in a File using pc_split_paragraphs() in PHP
Reading and Writing .gz files in PHP
.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Using Codeigniter for PHP application development
Most Emailed Articles (in last 30 days)
Opening a Remote File in PHP
Parent: child process exited with status 3221225477 -- Restarting
Reading .CSV file in PHP
Counting Lines, Paragraphs, or Records in a File using pc_split_paragraphs() in PHP
Setting cookies in PHP
if Statements in PHP
Reading contents of a File into a String in PHP
Removing Duplicate Elements from an Array in PHP
Find Difference between two dates in PHP
Traversing Arrays Using list() and each() in PHP
Creating or Opening a File in PHP
Reading word by word from a file in PHP
Reading .ini files in PHP
Using Codeigniter for PHP application development
Upload and Download files with FTP in PHP