bug in consist.php? [message #11482] |
Mon, 30 June 2003 16:34 |
ctbk
Messages: 142 Registered: April 2002 Location: Milan, Italy
Karma: 0
|
Senior Member |
|
|
I tried upgrading 2.3.8 to 2.5.0 (not on production machine of course!) and while running the final "consistancy step" the following error was returned:
(consist.php) 1064: You have an error in your SQL syntax. Check
the manual that corresponds to your MySQL server version for
the right syntax to use near ' last_post_date= WHERE id=95243' at line 1
Query: UPDATE fud2_thread SET last_post_id=, last_post_date= WHERE id=95243
Server Version: 4.0.13-log
[Referring Page] http://www.xxxxx.it/fud/adm/consist.php?rid=16092&S=08f16cf817099801ec51a3840fbbc948
~
~
:wq
[Updated on: Fri, 04 July 2003 09:09] Report message to a moderator
|
|
|
Re: bug in consist.php? [message #11483 is a reply to message #11482] |
Mon, 30 June 2003 16:50 |
ctbk
Messages: 142 Registered: April 2002 Location: Milan, Italy
Karma: 0
|
Senior Member |
|
|
I commented the code generating the previous error, and ran consist.php once again. This time this error was encountered:
Fatal error: Allowed memory size of 8388608 bytes exhausted
(tried to allocate 12 bytes) in
/var/www/xxxxx.it/fud_data/include/theme/default/db.inc on line 236
Fatal error: Allowed memory size of 8388608 bytes exhausted
(tried to allocate 11 bytes) in Unknown on line 0
The check it was doing was Rebuilding group cache
Could this be an issue with my apache settings?
~
~
:wq
[Updated on: Fri, 04 July 2003 09:09] Report message to a moderator
|
|
|
Re: bug in consist.php? [message #11519 is a reply to message #11483] |
Fri, 04 July 2003 09:08 |
ctbk
Messages: 142 Registered: April 2002 Location: Milan, Italy
Karma: 0
|
Senior Member |
|
|
ctbk wrote on Mon, 30 June 2003 18:50 | I commented the code generating the previous error, and ran consist.php once again. This time this error was encountered:
Fatal error: Allowed memory size of 8388608
The check it was doing was Rebuilding group cache
Could this be an issue with my apache settings?
|
In fact it was. I raised the memory limit, solving the problem. But the previous issue still remains...
~
~
:wq
|
|
|
|