PDA

View Full Version : PHP Warning Message on Joomla OpenSEF Extention


lavoniaq
4-13-07, 09:58 PM
I am a total newbie to all this coding stuff but I need help. I installed the Joomla OpenSEF and I have the following warning message:

Warning: file_get_contents(http://www.open-sef.org/updates/currentversion.xml) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /hermes/web01/bnnn/<<removed>>/htdocs/home/includes/domit/xml_domit_lite_parser.php on line 1079

How can I fix this?:confused:

snowmaker
4-14-07, 12:59 AM
I'm not familiar with Joomla, so I may be wrong here, but the path above looks wrong (well, starting as too right actually).. Try your Document Root path as a start, which you can get in OPS, https://members.powweb.com/member/settings.bml, and looks similar to /home/users/web/bnnn/pow.yourOPSusername/htdocs

lavoniaq
4-14-07, 02:21 AM
Thanks, but I uninstalled and reinstalled. I checked my error codes and it reads

PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0

I now need help with installing the latest version of Zend Optimizer.

Yuri
4-14-07, 04:41 PM
Could you check your sessions path ? To do it, log in your OPS on http://members.powweb.com/member/cgiManagement/PHPplus.bml go to your php.ini (click on Main, then CGI and Scripted Langage Support, the PHP scriting)

Locate the session path and adapt it.

It has to be something like:
/home/users/web/bXXXX/pow.yourusername/phpsessions

Hopping it helps.