The following warnings occurred:
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Trouble installing on new server - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Trouble installing on new server (/showthread.php?tid=4424)



Trouble installing on new server - apowell - 2013-03-06

Just set-up a new server and I am getting an error 500 when I try to view the installer:

FastCGI sent in stderr: "PHP message: PHP Fatal error: Class 'SimpleXMLElement' not found in /usr/local/www/admin/inc/basic.php on line 197" while reading response header from upstream, client: 10.2.1.105, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "10.2.1.91"

Other PHP scripts are working fine and I can pull up phpinfo


RE: Trouble installing on new server - apowell - 2013-03-06

Fixed it by recompiling php with simplexml support
Just for other people if you're having the same trouble, I use freebsd and I navigated to /usr/ports/lang/php5-extensions then did

make config [to rebuild the config]
make install clean ; rehash [to recompile the extensions]


RE: Trouble installing on new server - shawn_a - 2013-03-07

Simexml is a requirement as stated on the download page.