PDA

View Full Version : Error - Upgrading from 3.0.3 to 3.6.1


SVTBlackLight01
Mon 25th Sep '06, 10:02am
I'm getting this error when trying to run the upgrade 3.6.1 script.

Parse error: parse error, unexpected '<' in /home/be031218/public_html/testvb36/install/init.php(144) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at /home/be031218/public_html/testvb36/install/init.php(144) : eval()'d code:1) in /home/be031218/public_html/testvb36/includes/functions.php on line 2614

:confused:

Scott MacVicar
Mon 25th Sep '06, 10:37am
You have a template called options which is causing this open install/init.php and look for
SELECT template FROM template WHERE title = 'options'

change to

SELECT template FROM template WHERE title = 'options' AND templatesetid = -1

That will solve it.

I've fixed this for 3.6.2 too.

SVTBlackLight01
Mon 25th Sep '06, 11:48am
Worked like a charm!! :D Thanks for the tip. I was racking my brain thinking I was doing something wrong.