Hi
It is a converted PHPBB3
It is a converted PHPBB3
![]() |
Hi
It is a converted PHPBB3
I think it's a problem after merge then - moving to merge support forum.
You can also try disabling all plugins in ACP -> Configuration -> General Configuration, but none of the plugins you listed should affect polls in such a way. (2015-05-15, 05:36 PM)Destroy666 Wrote: I think it's a problem after merge then - moving to merge support forum.I've tried that, but with no succes.
Have you run all of the Recount & Rebuild Tools and cleared all Caches? The merge system has nothing to do with this (at least I highly doubt it) as it only inserts data to the database.
Support PMs will be ignored!
![]()
Yes several times
Also replaced polls.php and added a empty forum with none of the data from the merge. As I read the code the error apears here in polls.php Get forum info Martin
Please use the php tags when posting code
![]() The "get_forum" function uses the cache to get the forum. Can you create an account with access to the ACP and send me its details via pm? Also it seems that your website isn't available atm so I can't test anything correctly.
Support PMs will be ignored!
U got mail:-)
Apparently the "poll" column in the "threads" table is incorrect (can't confirm it without SQL access but from the errors thrown this seems to be the only explanation). I've attached a Script which tries to update that column again. Upload that file to your forum root (where the "global.php" is) and access it once. Note that it may take some time considering that you've around 260 polls. You shouldn't see a timeout, otherwise I need to implement some sort of pagination later.
Just for the record: The same query is already executed during the merge so I don't know why it isn't updated (worked locally for me).
Support PMs will be ignored!
(2015-05-18, 10:50 AM)Jones H Wrote: Apparently the "poll" column in the "threads" table is incorrect (can't confirm it without SQL access but from the errors thrown this seems to be the only explanation). I've attached a Script which tries to update that column again. Upload that file to your forum root (where the "global.php" is) and access it once. Note that it may take some time considering that you've around 260 polls. You shouldn't see a timeout, otherwise I need to implement some sort of pagination later. Hi sorry still have the same problem I've attached a dump of the poll table. Will that help?:-) Take care Martin |
« Next Oldest | Next Newest »
|