Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugins don't work anymore when site is online
#3
Jup, the URL is correct and all plugins are enabled.

Turning on the GSDEBUG gives me this:
Quote:: file_get_contents(/home/vhosts/5000159660/stylo-arts.com/htdocs/Die_Anderen/data/other/user.xml) [
function.file-get-contents]: failed to open stream: No such file or directory in
/home/vhosts/5000159660/stylo-arts.com/htdocs/Die_Anderen/admin/inc/basic.php
on line
218

Notice
: Trying to get property of non-object in /home/vhosts/5000159660/stylo-arts.com/htdocs/Die_Anderen/plugins/p01-contact_gs.php
on line
69

And this is the code of basic.php, line 218:
Code:
/**
* Get XML Data
*
* Turns the XML file into an object
*
* @since 1.0
*
* @param string $file
* @return object
*/
function getXML($file) {
    $xml = file_get_contents($file);
    $data = simplexml_load_string($xml, 'SimpleXMLExtended', LIBXML_NOCDATA);
    return $data;
}

The last message in p01-contacT_gs.php is because getXML() in basic.php is called.


Soo, seems to me that the user.xml is missing? I never had any user.xml before, in any other installation Sad
Reply


Messages In This Thread
Plugins don't work anymore when site is online - by Light-Pix - 2011-10-13, 20:57:58



Users browsing this thread: 6 Guest(s)