Welcome Guest, Not a member yet? Register   Sign In
Problem wirh page loading, pls help...
#1

[eluser]Lackeeee[/eluser]
I work all day, and I can not solve this problem.
Yesterday was normal, and now throws this error: 500 Internal Server Error
Please help I do not know what the problem is...



#2

[eluser]pzntec[/eluser]
this could be a whole sort of things.. .htaccess file incorrectly setup, incorrect configuration of your php.ini or apache config file... Are you using a local server or some sort of hosting provider?
#3

[eluser]Lackeeee[/eluser]
I am using a localhost, wamp server.

My .htaccess file is: <IfModule mod_rewrite.c>

Options +FollowSymLinks
RewriteEngine on

# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>
#4

[eluser]pzntec[/eluser]
That should be ok then.

If you create a test php file within your main htdocs directory, with the function phpinfo();
does the page load or do you get the 500 error?
http://php.net/manual/en/function.phpinfo.php
#5

[eluser]sofwan[/eluser]
If you are sure there is nothing change in your php and web server configuration, perhaps it is caused by your browser. You can try by clear your browser's cache and clear your browser cookies or you can change another browser.
#6

[eluser]Lackeeee[/eluser]
@sandstorm140: When i create public function index() { phpinfo(); } page load, it's work! But my "real" index() didn't work...


@sofwan: When i change browser it is same result...
#7

[eluser]pzntec[/eluser]
ok, good that works. It means your server is up and running.

What URL are you are you typing in when trying to access your page?
http://localhost/myproject/class/method
or
http://localhost/myproject/

Have you made any changes to your main index.php file, or any files within the application/config directory?

Sorry for all the questions, i'm just trying to figure out where the issue could be.
#8

[eluser]Lackeeee[/eluser]
No problem, I am truly grateful for helping me.
I am traying http://localhost/myproject/class/method, see on picture http://imageshack.us/photo/my-images/51/problemmv.png/

I changed the config and it was all normal, and at once began to make trouble...
I do not know anymore what should I do...
can I send my project to you, i need it for school i am really confused... But, thanks for help!
#9

[eluser]pzntec[/eluser]
Sure you can send me your project and i'll take a look at it. I'll PM you my details
#10

[eluser]pzntec[/eluser]
mmm. not sure if PMing works here, but.. if you didn't get my contact details, let me know.




Theme © iAndrew 2016 - Forum software by © MyBB