Page 1 of 1

Error Message at bottom of each page ("Bad bytecode...&

Posted: Thu Jan 31, 2008 2:30 pm
by prestig
Script URL: http://prestig.cz/gbook/gbook.php
Version of script: 1.5
Hosting company: http://www.netzona.cz/
URL of phpinfo.php: http://prestig.cz/phpinfo.php
URL of session_test.php: http://prestig.cz/session_test.php
What terms did you try when SEARCHING for a solution:
many (error, bad bytecode etc.)
Write your message below:
Your Guestbook v.1.5 work fine at all, it is amazing script, bat at bottom of each page is following error message (over the server only, on local host no):

Warning: bcompiler: Bad bytecode file format at 00000000 in /hosting/prestig.cz/www/gbook/gbook.php(1018) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 5

Thanks for the help.
With greeting Josef Kroupa, Czech republic, Prague

Posted: Thu Jan 31, 2008 3:56 pm
by Klemen
Not sure why you are getting that, seems like a problem with the ZLib library? I would say try uploading gbook.php again and make sure it's uploaded in ASCII (not binary). If that doesn't help and evrything else works fine you can ignore this by adding this code inside settings.php file:

Code: Select all

ini_set('display_errors', 0); 

The snub-code is been a great help

Posted: Fri Feb 01, 2008 8:41 am
by prestig
The attempt with new uploading gbook.php in ASCII was unavailing. But force Your snub inside settings.php is faultless. Thanks!