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
Problem on the Forum 11/16/2011
#3
ccagle8 Wrote:Just to note... some of our valuable plugin developers were also effected by this, and I know that some of you have posts that you go back and edit periodically. Now i am assuming that you can no longer do that to your old posts.

I should be able to re-associate any old post back to your username - but i will need some info in order to do that:

1. Your user ID number
2. The post ID (not topic ID) you want to get reassigned to you.

Just email that to admin@cagintranet.com and I will get that taken care of as fast as I can. Again.. sorry for all this...

See here for the database reference.
E.g. for user Oleg06 with id 795 the following SQL should do the job for all posts:
Code:
update posts set poster_id = 795 where poster_id = 1 and poster = 'Oleg06';
As there should be no guest posts, as posting requires registration, this should have no side effects.

For everybody try something like:
Code:
update posts p set poster_id =
(select u.id from users u where u.username = p.poster)
where p.poster_id = 1;
(this is Oracle SQL, don't know about MySQL)
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Problem on the Forum 11/16/2011 - by ccagle8 - 2011-11-17, 11:32:45
Problem on the Forum 11/16/2011 - by ccagle8 - 2011-11-17, 11:42:54
Problem on the Forum 11/16/2011 - by mvlcek - 2011-11-17, 17:03:29
Problem on the Forum 11/16/2011 - by mvlcek - 2011-11-17, 17:05:01
Problem on the Forum 11/16/2011 - by ccagle8 - 2011-11-17, 23:09:10
Problem on the Forum 11/16/2011 - by ccagle8 - 2011-11-18, 01:03:28



Users browsing this thread: 1 Guest(s)