PDA

View Full Version : Hm, Error after installing



Vladimir
Sat 17th Jun '00, 2:09pm
Hello.
I get the next error after succefull unstall.

request page http://www.soniko.ru/forum/index.php3
(I change all ext. of files "php" on "php3" and change links in files too)

and I get next error

"Parse error: parse error in f:\www\forum\index.php3 on line 69"

Look in index.php3

69 >> "eval("\$forumbits . = \"".gettemplate("forumhomebit")."\";z");"

What I must do, that to defeat this trouble?

Mike Sullivan
Sat 17th Jun '00, 3:21pm
make it read like this:

eval("\$forumbits .= \"".gettemplate("forumhomebit")."\";");

Vladimir
Sat 17th Jun '00, 4:48pm
Yes!!!
Thanks, verify

forumbits . = \"". (not work)
^ spare space!!

and

forumbits .= \"". (work)

This bug in distributive, imho...

P.S "z" is my trouble :-)

Mike Sullivan
Sat 17th Jun '00, 5:04pm
YES! John, PLEASE fix this for your ...uhh.. paying freeware customers :D

karndt
Sun 18th Jun '00, 9:10am
This piece of software is, imo, not designed well. I've run into many problems and none of them seem to be fixed, given that this parse error problem is still not fixed in the latest version.

Bugs are bugs, but I've taken a look at the code and it is not modular.

Just my opinion, after I've spent 3 hours too many on installing this software.