I am trying to retrace my steps to figure out what when wrong (ironpickets.com/ucart).
I have installed 5.3.5 and ubercart beta 1. It has be up and running without issue since mid December. I ran into an issue with the fedex component with ubercart and needed php enabled for soap. That was the only change yesterday outside of some stylistic changes.
I now get the following error when I click the login button. I checked to make sure that ironpickets.com/ucart/index.php is present and lands me in drupal.
Where do I start?
Error within IE
Forbidden
You don't have permission to access /ucart/node/ on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at ironpickets.com Port 80
Status report
Here you can find a short overview of your Drupal site's parameters as well as any problems detected with your installation. It is useful to copy/paste this information when you need support.
Drupal 5.5
Configuration file Protected
Cron maintenance tasks Last run 3 weeks 2 days ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
MySQL database 4.1.22
PHP 5.2.5
Unicode library PHP Mbstring Extension
Web server Apache
Comments
Comment #1
dstrickland commentedFirst of all I am a drupal nubie (so much for the disclaimers), I found the issue.
I don't know how, but I found a folder called /node because that folder existed appache didn't route the requests correctly to index.php. Once deleted, wahala... it all worked. I must have created the folder, but frankly I don't remeber. I guess to many late nights and too much experiementation with the modules.