Posted on: 05/25/08 04:28pm
By: ScurvyDawg
While upgrading from 1.3. to 1.5. I got this error from the install script -
Sun May 25 13:24:14 2008 - 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 '' at line 1. SQL in question: SELECT COUNT(*) FROM
If I can progress further I will update this thread.
Thank you
:doh:
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 04:30pm
By: ScurvyDawg
Now I get this error when I go to the main page.
Sun May 25 13:24:44 2008 - 2 - main(HTTP/Request.php) [
function.main]: failed to open stream: No such file or directory @ /home/scurtxbz/system/classes/syndication/parserfactory.class.php line 31
Sun May 25 13:27:04 2008 - 2 - main(HTTP/Request.php) [
function.main]: failed to open stream: No such file or directory @ /home/scurtxbz/system/classes/syndication/parserfactory.class.php line 31
Sun May 25 13:27:35 2008 - 2 - main(HTTP/Request.php) [
function.main]: failed to open stream: No such file or directory @ /home/scurtxbz/system/classes/syndication/parserfactory.class.php line 31
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 04:49pm
By: ScurvyDawg
So it seems to be looking for system\pear\HTTP\Request.php
the line is require_once('HTTP/Request.php'

;
Should I make the line explicit and point it to that file?
Hmmm
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 04:50pm
By: Dirk
The second issue sounds like a typical problem with the
PEAR classes not being in the right place.
What was the first issue and how did you get around it?
bye, Dirk
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 04:51pm
By: ScurvyDawg
OK
So I updated the path to the pear file and now I am back to
Sun May 25 13:50:51 2008 - 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 '' at line 1. SQL in question: SELECT COUNT(*) FROM
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 04:53pm
By: ScurvyDawg
See when I updated I decided to accept the default config stuff and not use my old config the docs said I would get defaults and that was fine by me.
So is it just that I need to start tweaking the config?
I will jump in there, thanks.
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 05:00pm
By: Dirk
The default config should work just fine. After all, it's the same as would be used for a fresh install.
Hard to tell where the SQL error is coming from. Any additional plugins on that site?
bye, Dirk
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 05:02pm
By: ScurvyDawg
Well before upgrading i removed the only one I thought could be trouble and that was the journals plugin.
Could I have missed something to do with it almost certainly.
Ha
Do you think that might be the trouble? I will seek and destroy anything named Journal ..... :pray:
Re: upgrading from 1.3 to 1.5
Posted on: 05/25/08 05:50pm
By: ScurvyDawg
I just redid it all. Dumped my DB redid the install and all was golden. I must have missed something the first time.