January 7th, 2008
If you’re installing or using PHP on Windows/IIS server it is possible that you receive the following error: “Unknown(): Unable to load dynamic library ‘…/php/extensions/php_domxml.dll’ - The specified module could not be found.”
To resolve this problem, please make sure you have following settings in php.ini file:
extension_dir = c:/php/extensions
[…]
tags: PHP author: mike comments: No Comments
May 8th, 2007
I was working on a site for someone trying to find out why the page was displaying this error ‘Parse error: syntax error, unexpected T_DNUMBER’.
After looking up a number of different references on Google and still not finding an answer that would point to an easy solution, I spent an hour going through line by […]
tags: PHP author: mike comments: 3 Comments
July 21st, 2006
I ran into this error a few weeks ago and had a hard time finding any sort of answer as to what is actually causing the problem.
Problem: I am running IIS (webserver) and PHP on my laptop as my development environment. As I click on a link to see how the page is developing […]
tags: PHP author: mike comments: No Comments