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
GS2.01 - couldn't install - fatal error
#3
I've tried r183 - but same thing: i stuck on blank page at /admin/install.php

After renaming temp.gsconfig.php to gsconfig.php and setting GSDEBUG true, i get lesser notices, but still the fatal error on dom_import_simplexml():
Code:
Strict Standards: main() [function.main]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /www/gm/k/kidata/getsimple-r183/admin/inc/common.php on line 91

Notice: Undefined variable: SITEURL in /www/gm/k/kidata/getsimple-r183/admin/inc/common.php on line 91

Fatal error: Call to undefined function dom_import_simplexml() in /www/gm/k/kidata/getsimple-r183/admin/inc/basic.php on line 125

so i put this little test script on the server:
http://ibb.gsf.de/homepage/karsten.roden...lexml.html

and adding these lines on top:
Code:
error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 1);
echo "testing SimpleXML & DOM ...\n";

so i get the same error, calling the script.

Looking at phpinfo() shows the problem: it's configured without the DOM Module ('--disable-dom')
Damn. I will try to get a PHP with '--enable-dom' from the admins.

Anyway, thanks for your help!
Reply


Messages In This Thread
GS2.01 - couldn't install - fatal error - by kidata - 2010-08-31, 20:17:07



Users browsing this thread: 1 Guest(s)