Search found 8 matches
- Thu Oct 11, 2007 10:19 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
DOM appears to be working now....
Breun, The httpdocs directory . was owned by ftpadmin, psaserv. The httpdocs .. is owned by root, root. My php files were all root, root. The xml files that get created through the xml.php (dom) are apache, apache. This was all working before I did the upgrade of php. To fix it all I did a chown ftp...
- Wed Oct 10, 2007 6:34 am
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
Turned on error display
Receiving this error. I did php -info and it says safe mode is off. Warning: DOMDocument::save() [function.DOMDocument-save]: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /var/www/vhosts/mydomain.com/httpdocs owned by uid 10001 in /var/www/vhosts/mydomain.com/h...
- Tue Oct 09, 2007 10:24 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
Verified DOM Module is loaded
Did a php -m This lists all the modules that have been loaded. Here is a partial list of the ones that came up for me. As you can see dom is there... [PHP Modules] bcmath bz2 calendar ctype curl date dba dom exif filter ftp gd gettext gmp hash iconv imap json ldap libxml mbstring mysql mysqli ncurse...
- Tue Oct 09, 2007 10:18 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
DOM problem (more)
The PHP code seems to run, but I should note that the file Test.xml is not being created. It could be that something isn't set correctly in the php.ini.
Michael
Michael
- Tue Oct 09, 2007 9:38 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
Noticing one problem
It appears that some PHP code that I wrote that uses the dom doesn't appear to be working now. Not sure what the problem is yet. Here is a sample of the code that doesn't work: $markerFile = "Test.xml"; $dom = new DOMDocument('1.0', 'utf-8'); $dom->formatOutput = true; $node = $dom->create...
- Mon Oct 08, 2007 11:06 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
Ok I just fixed the error
I was getting the following error after doing a php -version Failed loading /opt/php51/lib64/php5/extensions/php_ioncube_loader_lin_5.0_x86_6 4.so: /opt/php51/lib64/php5/extensions/php_ioncube_loader_lin_5.0_x86_64.so: un defined symbol: empty_string PHP 5.2.3 (cli) (built: Aug 27 2007 10:31:11) Cop...
- Mon Oct 08, 2007 10:05 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
As the php turns
Scott, I did as you suggested: >>Step 1) List all the existing php packages >>rpm -qa |grep ^php- php-gd-5.0.4-10.5.1.swsoft php-xml-5.0.4-10.5.1.swsoft php-bcmath-5.0.4-10.5.1.swsoft php-ncurses-5.0.4-10.5.1.swsoft php-snmp-5.0.4-10.5.1.swsoft php-imap-5.0.4-10.5.1.swsoft php-mysql-5.0.4-10.5.1.sws...
- Sun Oct 07, 2007 6:15 pm
- Forum: PHP Help and Discussion
- Topic: Problem upgrading PHP to V5.2.3-4
- Replies: 15
- Views: 15418
Problem upgrading PHP to V5.2.3-4
First off I'd like to thank Scott for his work. I'm impressed! I'm updating my PHP 5.0.4 to 5.2.3-4. I'm on a 1and1 VPS running Fedora Core 4 X86_64. I've upgraded Plesk to version 8.2.1. I'm getting the following error during the update: Error: Missing Dependency: php-common = 5.2.3-3.fc4.art is ne...