Didn't work, however I am able to install 2.5.7 flawlessly. Trying to go anywhere beyond that does not finish the install. I noticed that the way everything was done from 2.5.8 and beyond in the product xml is greatly different from 2.5.7 and before.. not sure what exactly changed but looking at the code a lot of stuff did and I think for some reason that's why it's not working.
I tried upgrading from 2.5.7 to 2.5.8 and it did (didn't fully install but the new product went through..) however then I get an sql error:
Invalid SQL:
SELECT userid, id, time, title FROM ODVBtmnt_announcements ORDER BY id DESC LIMIT 0,;
Guessing that's from the line 179 in 2.5.8's product code:
$anns = $db->query_read("SELECT userid, id, time, title FROM ".TABLE_PREFIX."tmnt_announcements ORDER BY id DESC LIMIT 0, $noanns");
So yeah not sure what you changed in the product xml from 2.5.7 to above.. but for some reason it's the reason I can't use this anymore =\
|