500 - Internal server error - Dashboard

Permalink
I got everything installed ok, When I login to edit my site I guess it tries to go to the dashboard and I get the 500 - Internal server error.

If I take the "dashboard" out of the address bar I can get to my site in edit mode and it works great. I can not get to the dashboard no matter what...

Thanks in advance for any help.

 
DavidMIRV replied on at Permalink Reply
DavidMIRV
Does you server/site error log state any information that you could post here so we can help figure out whats going on?
k3usr replied on at Permalink Reply
2009-01-08 03:13:05 W3SVC179 DNPWEB4-TX2 65.224.35.77 GET /index.php/dashboard - 80 - 34.35.105.55 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727) CONCRETE5=i1ga1qnv3g0uv23bd1ueuae4g7 - mysurfstation.com 500 0 0 1380 459 656
2009-01-08 03:13:15 W3SVC179 DNPWEB4-TX2 65.224.35.77 GET /index.php cID=1 80 - 34.35.105.55 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727) CONCRETE5=i1ga1qnv3g0uv23bd1ueuae4g7http://mysurfstation.com/index.php?cID=1&mode=edit... mysurfstation.com 200 0 0 7066 355 984
2009-01-08 03:13:15 W3SVC179 DNPWEB4-TX2 65.224.35.77 GET /index.php/tools/required/i18n_js - 80 - 34.35.105.55 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727) CONCRETE5=i1ga1qnv3g0uv23bd1ueuae4g7http://mysurfstation.com/index.php?cID=1... mysurfstation.com 200 0 0 1506 362 203
2009-01-08 03:14:02 W3SVC179 DNPWEB4-TX2 65.224.35.77 GET /index.php/dashboard - 80 - 34.35.105.55 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727) CONCRETE5=i1ga1qnv3g0uv23bd1ueuae4g7http://mysurfstation.com/index.php?cID=1... mysurfstation.com 500 0 64 0 510 437
k3usr replied on at Permalink Reply
does anyone know whay everything would work except for the dashboard?
frz replied on at Permalink Reply
frz
there was another thread that sounded very similar, trying to get it to work under IIS on windows...
can you post a php_info() call?
Remo replied on at Permalink Best Answer Reply
Remo
Does path_info work? I've came across of a couple of webserver where path_info simply doesn't work.

Create a file like Franz mentioned (php_info) can try calling it like this
http://www.bla.com/php_info.php/path_info_test...

This must work otherwise your server can't handle path_info..