Welcome Guest, Not a member yet? Register   Sign In
I am getting an error but not on other computers
#1

[eluser]Unknown[/eluser]
Hi,
I am getting errors as follows when I am running the code but on other computers the same code works perfectly.
Here is the error I am getting

Quote:Parse error: syntax error, unexpected $end in C:\wamp\www\ttt\system\core\Loader.php(829) : eval()'d code on line 50
Call Stack
# Time Memory Function Location
1 0.0042 386928 {main}( ) ..\index.php:0
2 0.0100 459944 require_once( 'C:\wamp\www\ttt\system\core\CodeIgniter.php' ) ..\index.php:202
3 0.3695 2730680 call_user_func_array ( ) ..\CodeIgniter.php:359
4 0.3695 2730728 Settings->index( ) ..\CodeIgniter.php:0
5 0.3695 2731712 CI_Loader->view( ) ..\settings.php:44
6 0.3695 2732496 CI_Loader->_ci_load( ) ..\Loader.php:419

Regards
Gayan
#2

[eluser]InsiteFX[/eluser]
The error means that it is an unexpected end of file, which could be caused by a missing
} braces on one of your blocks!

Check and make sure that all opening braces have closing braces!

It could also be a corrupted file when you installed CodeIgniter, try re-installing CodeIgniter on that system.
#3

[eluser]Unknown[/eluser]
Thank you very much InsiteFX.
I found the solution ust few minitus ago. The issue was with the short open tags of PHP. as
Code:
<?

Gayan




Theme © iAndrew 2016 - Forum software by © MyBB