aamirshah Posted May 15, 2007 Share Posted May 15, 2007 Hi there everyone. I have a problem in my website after installing article publisher pro 1.1. It sayz. "Parse error: syntax error, unexpected T_LNUMBER in /home/public_html/articles/functions.php(259) : eval()'d code on line 1". Any idea??? Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/ Share on other sites More sharing options...
lewis987 Posted May 15, 2007 Share Posted May 15, 2007 send us the code... Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-253920 Share on other sites More sharing options...
aamirshah Posted May 17, 2007 Author Share Posted May 17, 2007 I can't send because i dont know which file is showing this error.But when i runs it on localhost it works properly.Can u tell me why this error usually occurs? Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-255132 Share on other sites More sharing options...
neel_basu Posted May 17, 2007 Share Posted May 17, 2007 Whats the PHP versions in your localhost and your Server ?? Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-255180 Share on other sites More sharing options...
aamirshah Posted May 19, 2007 Author Share Posted May 19, 2007 php version 4,3 on localhost. But i think its my hosting service provider's error in mysql server. Because the script is running on my localhost. But when i runs it on my website it shows errors. sorry for bad english. Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-256891 Share on other sites More sharing options...
MadTechie Posted May 19, 2007 Share Posted May 19, 2007 eval isn't allowed on alot of online servers also whats publisher pro 1.1 got to do with it.. if its not on your hosts server you can't use it anyways! Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-256905 Share on other sites More sharing options...
neel_basu Posted May 19, 2007 Share Posted May 19, 2007 Run this code on your server <?php header('Content-Type: text/plain'); if(!function_exists('eval')){echo "eval() Function is NOT enabled";} else{echo "eval() Function is Enabled";} echo "\n".'Below is the list of functions that are Enabled'."\n"; print_r(get_defined_functions()); ?> and post the Output Dont use IE to open. Use Firefox or Opera to see the page Quote Link to comment https://forums.phpfreaks.com/topic/51563-solved-help-me-paleeezzz/#findComment-257062 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.