seems to be installed. but I am getting `Parse error: syntax error, unexpected $end in /srv/www/htdocs/inc/design.inc.php(498) : runtime-created function(26) : eval()'d code on line 82` error msg on top of the page... any idea ?
seems to be installed. but I am getting `Parse error: syntax error, unexpected $end in /srv/www/htdocs/inc/design.inc.php(498) : runtime-created function(26) : eval()'d code on line 82` error msg on top of the page... any idea ? |
you need to re-upload /inc/design.inc.php file Seemed like it was uploaded not successfully. (make sure you upload in binary mode) Regards Artur |
I found that for some reason my php doesn't recognize if it start with '<?' but recognize '<?php' and same for '=' has to be 'print' :) and what I have done: I changed all <? to <?php, but you have some <? in desing.inc.php coded with base64 :( .. I had to decoded whole thing and change '<?' to '<?php' then encoded again .. and that worked for me .. thanks though .. |