The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




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: 1 Guest(s)