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 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 861 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
Issue Cloning sites - Sitemap question
#8
The error is a fairly generic one.

The only 2 files settings saves are website.xml and the user.xml.

xmlsave does 2 things, and I admit it needs to be changed one day.

It saves the xml and then chmods it to either GSCHMOD or 0755.
It will throw an error, the same error most of the time, if either the write fails OR the chmod fails.

You can try to set your GSCHMOD to a lower setting say 0644, perhaps your host is not allowing certain chmods or perhaps not allowing chmod at all. In which case it could also be a owner issue.

Since php did not generate these files, and you moved them most likely php does not own these files and cannot chmod them. You need to chown them or somehow get them changed.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: Issue Cloning sites - Sitemap question - by shawn_a - 2013-03-21, 23:23:32



Users browsing this thread: 1 Guest(s)