Welcome, Guest. Please Login or Register.
May 04, 2024, 02:41:40 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Parse error after succesful install « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Parse error after succesful install  (Read 2052 times)
Klaas
Noobie
*
Posts: 25


SE installed... now what?

ICQ - 51550103 WWW
Parse error after succesful install
« on: December 22, 2001, 07:37:57 PM »
Reply with quote

I finally reprogrammed/-scripted my other applications to take care of the failing table prefix problems.

So I did the install.php again. Tables ok, but now I encounter the following:
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in /opt/guide/www.parabool.com/HTML/yabbse/index.php on line 247

Any ideas?
btw: no admin has been registered because of the  conversion
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Parse error after succesful install
« Reply #1 on: December 22, 2001, 07:40:13 PM »
Reply with quote

ok - some versions of PHP don't like the inline syntax used.

her'es what to do;

index.php
if ($currentboard == "") { require_once "$sourcedir/BoardIndex.php"; BoardIndex(); }
change to
if ($currentboard == "") { require_once ("$sourcedir/BoardIndex.php"); BoardIndex(); }
Logged

Dave Smulders
YaBB SE Developer
YaBB God
*****
Posts: 608


WWW
Re:Parse error after succesful install
« Reply #2 on: December 22, 2001, 07:42:57 PM »
Reply with quote

look at:

http://www.yabb.info/community/index.php?board=131;action=display;threadid=2693;start=0
Logged

Klaas
Noobie
*
Posts: 25


SE installed... now what?

ICQ - 51550103 WWW
Re:Parse error after succesful install
« Reply #3 on: December 22, 2001, 07:45:28 PM »
Reply with quote

Eehm... do I have to change all inline syntaxes used in index.php and other files...?  :-\

Single adjustment of procedure didn't do anything... same error
Logged
Klaas
Noobie
*
Posts: 25


SE installed... now what?

ICQ - 51550103 WWW
Re:Parse error after succesful install
« Reply #4 on: December 22, 2001, 07:49:13 PM »
Reply with quote

Ok, changed the require_once into include_once... it works! yay!

so now I have more errors, different ones... sigh
Logged
Klaas
Noobie
*
Posts: 25


SE installed... now what?

ICQ - 51550103 WWW
Re:Parse error after succesful install
« Reply #5 on: December 22, 2001, 08:08:53 PM »
Reply with quote

'cause it still fits nicely into this topic, I'll continue.

Fatal error: Call to undefined function: set_error_handler() in /opt/guide/www.parabool.com/HTML/yabbse/index.php on line 70

Am I starting to annoy anyone yet?
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Parse error after succesful install
« Reply #6 on: December 22, 2001, 09:34:15 PM »
Reply with quote

Quote from: Klaas on December 22, 2001, 08:08:53 PM'cause it still fits nicely into this topic, I'll continue.

Fatal error: Call to undefined function: set_error_handler() in /opt/guide/www.parabool.com/HTML/yabbse/index.php on line 70

Am I starting to annoy anyone yet?
no, you're not annoying anyone :)  If doing this annoyed us, we wouldn't have made SE :)

crapte...that's not cool - what versin of PHP are you running?
Logged

Klaas
Noobie
*
Posts: 25


SE installed... now what?

ICQ - 51550103 WWW
Re:Parse error after succesful install
« Reply #7 on: December 23, 2001, 03:04:35 PM »
Reply with quote

4.0.0, mail has been sent to my host, with request for upgrading to 4.1.0  :-\
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Parse error after succesful install
« Reply #8 on: December 24, 2001, 04:32:05 AM »
Reply with quote

oh god - no wonder it isn't working :P
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Parse error after succesful install « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.024 seconds with 20 queries.