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
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
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 |
Most Viewed Articles (in last 30 days)
