inanna

Anonymous
Hello I have done everything by the book as far as i can see, but http://www.glamourkitten.com/index.php has this error

Fatal error: input in flex scanner failed in /home/1320/globefox/www.glamourkitten.com/public_html on line 1

and will not load the page. ideas and help very much appreciated?

Smile


Status: offline

Tony

Site Admin
Admin
Registered: 12/17/01
Posts: 405
Well, all your trouble starts on config.php line 45. It looks as though you mistyped your path because it says the path is:

/home/1320/globefox/www.glamourkitten.com/config.php

Either you misnamed your directory OR you have funny-looking directory names. Anyway, double check that line for an ending semi-colon(Smile and matching quotes.

My guess is all the inclusion errors are a result of the same error.

Your file/handle resource errors are due to insufficient rights to either access.log, error.log or geeklog.rdf. See the install docs and pay special attention to the section where the "chmod's" are done. Specifically, you need to do the following:

chmod -R 777 /path/to/geeklog/logs/
chmod -R 777 /path/to/geeklog/logs/public_html/backend

That should fix all your errors. Be sure to join our mailing list as that is a more appropriate place to get answers to questions like this (not to mention we would respond faster). You can sign up here.

Also, you can get answers in realtime by joining the IRC channel at irc.openprojects.net in #geeklog.


The reason people blame things on previous generations is that there's only one other choice.

Status: offline

Tony

Site Admin
Admin
Registered: 12/17/01
Posts: 405
That second chmod should be:

chmod -R 777 /path/to/geeklog/public_html/backend/

Oh, and /me likes Damsels in Distress ;-)


The reason people blame things on previous generations is that there's only one other choice.

handelaar

Anonymous
Lucy - after the chmods, it looks like one of the defaults in config.php has been changed and you're missing either a quote mark at the end or a semicolon (all PHP lines should end in one). If it doesn't work, mail me your config file and I'll send the fixed one back :-)

Anonymous

Anonymous
Hello I have played round with so many configurations of parameters me head is spinning I have followed your suggestions ( you lovely chaps) and am now down to this error (again) "Fatal error: input in flex scanner failed in /home/1320/globefox/www.glamourkitten.com/public_html on line 1" any suggestions as I have not been able to find out much about it. Thankyou Smile