Welcome Guest | Login

A all NEW Typo error :)

got the old 403 Error page, and my error log shows this


# Logfile created on Tue Dec 26 16:49:56 Pacific Standard Time 2006 by logger.rb/1.5.2.7


Processing ArticlesController#index (for 127.0.0.1 at 2006-12-26 16:50:09) [GET]
 Parameters: {"action"=>"index", "controller"=>"articles"}
Redirected to http://localhost:3000/accounts/signup
Completed in 0.25000 (4 reqs/sec) | DB: 0.07000 (27%) | 302 Found http://localhost/]


Processing AccountsController#signup (for 127.0.0.1 at 2006-12-26 16:50:10) [GET]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"signup", "controller"=>"accounts"}
Rendering  within layouts/accounts
Rendering accounts/signup
Completed in 0.02000 (50 reqs/sec) | Rendering: 0.01000 (50%) | DB: 0.00000 (0%) | 200 OK http://localhost/accounts/signup]


---------


Processing GeneralController#index (for 127.0.0.1 at 2006-12-26 16:50:48) [GET]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"index", "controller"=>"admin/general"}
Redirected to http://localhost:3000/admin/general/update_database
Completed in 0.11000 (9 reqs/sec) | DB: 0.00000 (0%) | 302 Found http://localhost/admin]


Processing GeneralController#update_database (for 127.0.0.1 at 2006-12-26 16:50:48) [GET]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"update_database", "controller"=>"admin/general"}
Rendering  within layouts/administration
Rendering admin/general/update_database
Completed in 0.04000 (25 reqs/sec) | Rendering: 0.03000 (75%) | DB: 0.00000 (0%) | 200 OK http://localhost/admin/general/update_database]


Processing GeneralController#migrate (for 127.0.0.1 at 2006-12-26 16:51:06) [POST]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"migrate", "controller"=>"admin/general"}
Migrating to AddContentStateField (47)
Redirected to http://localhost:3000/admin/general/update_database
Completed in 0.48100 (2 reqs/sec) | DB: 0.33100 (68%) | 302 Found http://localhost/admin/general/migrate]


Processing GeneralController#update_database (for 127.0.0.1 at 2006-12-26 16:51:06) [GET]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"update_database", "controller"=>"admin/general"}
Rendering  within layouts/administration
Rendering admin/general/update_database
Completed in 0.02000 (50 reqs/sec) | Rendering: 0.01000 (50%) | DB: 0.00000 (0%) | 200 OK http://localhost/admin/general/update_database]


Processing ContentController#index (for 127.0.0.1 at 2006-12-26 16:51:14) [GET]
 Session ID: 351b9570e209586a9fa92dd2be478499
 Parameters: {"action"=>"index", "controller"=>"admin/content"}
Rendering admin/content/list within layouts/administration
Rendering admin/content/list
Completed in 0.10000 (10 reqs/sec) | DB: 0.05000 (50%) | 200 OK http://localhost/admin/content]

i think i missed a redirect some where....

2006-12-26 07:48 PM

Ok - first of all you posted some extremely sensitive information in the spot where there is now a ------

be *very* careful posting data from your logs.

Second, please don't use Webrick on our servers, which are running apache that listens well to the standard port 80

Third, I don't see a 403 error in here, where are you getting this error exactly?  

Sorry for the trouble,

~William




2006-12-27 03:17 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.