samclarke Posted February 27, 2007 Share Posted February 27, 2007 After installation, when moving forward to either Admin / Catalog, I get an internal server error, and nothing else happenes, this is installed locally for the meantime, just as a test. Any ideas? Sam Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2007 Share Posted February 27, 2007 I get server errors when I play with my .htaccess Take a peak at that one Link to comment Share on other sites More sharing options...
samclarke Posted February 28, 2007 Author Share Posted February 28, 2007 Nope, Ive tried that, ive even completely wiped out all access features (htaccess) any other ideas? Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2007 Share Posted February 28, 2007 Mabye it's a permission problem Link to comment Share on other sites More sharing options...
samclarke Posted February 28, 2007 Author Share Posted February 28, 2007 how can i have permission problems? Its running on my local machine. The server error is PHP based. Yet i dont understand how? Everything else works fine. Just osCommerce doesnt...? Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2007 Share Posted February 28, 2007 put in the PHP error Link to comment Share on other sites More sharing options...
samclarke Posted February 28, 2007 Author Share Posted February 28, 2007 Link to comment Share on other sites More sharing options...
samclarke Posted March 2, 2007 Author Share Posted March 2, 2007 Ok, so that error has stopped now, even though I havent edited anything. And instead this comes up: Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. HOWEVER, this is the line in my php.ini file: register_globals = on And this is the line in my .htaccess file: php_value register_globals 1 #</IfModule> So, whats going on now? Link to comment Share on other sites More sharing options...
usernamenone Posted March 2, 2007 Share Posted March 2, 2007 What server are you using? Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2007 Share Posted March 2, 2007 Make "on" turn into "On" and make sure there are none that say "Off". After you fix that, comment out the part in .htaccess and see if it works. the error is caused by osCommerce in the application_top.php file Link to comment Share on other sites More sharing options...
samclarke Posted March 2, 2007 Author Share Posted March 2, 2007 I've changed it to On but still the same? "/ Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2007 Share Posted March 2, 2007 Make a new PHP file, name it phpinfo.php <?php phpinfo(); ?> Run this file and refresh after every change. make sure you re-start your webserver(apache should be httpd graceful) Link to comment Share on other sites More sharing options...
samclarke Posted March 2, 2007 Author Share Posted March 2, 2007 What exactly is it im looking for? I cant imagine refreshing a page will do much to a file Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2007 Share Posted March 2, 2007 You need to make that page, with the above contents. It will make a detailed page about your configuration. It will tell you everything in your PHP.ini file and the per-directory settings. Make sure that Register Globals and Reg. Long arrays are turned on in that page. If not, change the php.ini, .htaccess or whatever until when you refresh the phpinfo.php it says On under those. Remember to re-start Link to comment Share on other sites More sharing options...
samclarke Posted March 5, 2007 Author Share Posted March 5, 2007 This is my problem. I did this when it first happened. It says ON. Yet the site doesnt seem to find the configuration? Sam Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2007 Share Posted March 6, 2007 Hmmm...I just can't figure this one out. It is proving to be very weird. What is the version of PHP. Link to comment Share on other sites More sharing options...
samclarke Posted March 7, 2007 Author Share Posted March 7, 2007 5.2. Just to let you know, I found my way around it. In the htaccess file of the catalog dir. Everything after line 7 was put in as a comment. SO I un-commented the line regarding glabal varials. Im just having a problem with the /tmp/ dir now. Sam Link to comment Share on other sites More sharing options...
Guest Posted March 7, 2007 Share Posted March 7, 2007 In php.ini towords the bottom there is a setting for the tempory folder. It is under the dynamic extensions under the session part. Make a C:\TEMP folder and turn off read-only. Link to comment Share on other sites More sharing options...
yourmate Posted March 13, 2007 Share Posted March 13, 2007 5.2. Just to let you know, I found my way around it. In the htaccess file of the catalog dir. Everything after line 7 was put in as a comment. SO I un-commented the line regarding glabal varials. Im just having a problem with the /tmp/ dir now. Sam hi, had the same problem - but when next install I've choosen "session storage: database" (instead of files) the problem's gone Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2007 Share Posted March 13, 2007 hi, had the same problem - but when next install I've choosen "session storage: database" (instead of files) the problem's gone That might work. The error may be caused by PHP not finding /tmp, but that woulden't be a problem w/ the database Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.