![]() |
|
Customer Support
Why does my php_error_log say that my site is missing
the XML library?
If you've upgraded your site to our PHP 5.2 environment and you are seeing error logs in /logs/php_error_logs that resemble the following:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/libexec/php5/xml.so' -/usr/local/libexec/php5/xml.so: cannot open shared object file: No such file or directory in Unknown on line 0
then it may seem like the XML library is missing when it's not.Explanation: In PHP 5.2, the XML library (xml.so) is built-in to the core of PHP--so you don't need to enable it because it's always already on. However, when a site is upgraded to our new hosting environment, we preserve your PHP configuration files from the old PHP environment, which provide xml.so as a dynamic extension (IE, not "built-in"). When the old configuration files look for xml.so in the new environment's dynamic extension library, they can't find it and throw the PHP Warnings such as the above.
To get rid of the errors: If you want to get rid of these php_error_log errors, you can replace your /conf/php.ini with the paradigm php.ini for PHP 5.2: /etc/php5/cgi/php.ini.
User-Contributed Notes |
|
| There are no user-contributed notes for this topic. |
Related Questions:
Why does it say "directory not empty" when I try to remove a directory?
How do I create subdomains?
How do I get Shell access to the server?
Where do I put my webpages and files?
How do I upload and edit my files?
Can I have a catch-all subdomain?
Why do I keep getting old copies of my pages when I just updated and changed my files?
How do I change my password?
When will my site be activated?
How do I get to one of my subdomains from a temp.modwest.com or secure.modwest.com URL?
Can I switch my domain name or alter my administrator username?
How do I recreate the "_" symlink that directs mydomain.com to www.mydomain.com?
Why do I Get an Error Page When Accessing Webmail with Internet Explorer?
What kind of resource limits do you have for your shared hosting environment?
What do I need to know about the different environment introduced in May 2009?
How do I create multiple identities when sending via Modwest webmail?
I need help with Plesk on my VPS or Managed Server!
Does Modwest charge for "domain parking?"
What is the real full path to my home directory?
How do I make a one-click unsubscribe link in Listserv?
I need to make a copy of my site and download it without using FTP
Browse Categories:Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales |

