Welcome Guest, Not a member yet? Register   Sign In
another 404 page not found error
#11

[eluser]E.D. Leutscher[/eluser]
yup, i've tried them all, without luck.
#12

[eluser]bretticus[/eluser]
Also, while you are at it, change your logging threshold in config.php:

Code:
$config['log_threshold'] = 4; //All

I *believe* core components will write to the log files without intervention. Perhaps, it will display which path was requested internally. Make sure your system/logs folder is writable by your web server.
#13

[eluser]E.D. Leutscher[/eluser]
Yes i thought the exact thing but the only thing it outputs is the error showed in the first post:

Code:
DEBUG - 22-12-2009 17:07:55—> Config Class Initialized
DEBUG - 22-12-2009 17:07:55—> Hooks Class Initialized
DEBUG - 22-12-2009 17:07:55—> URI Class Initialized
ERROR - 22-12-2009 17:07:55—> 404 Page Not Found—> portal

for every refresh the same.
#14

[eluser]bretticus[/eluser]
Nevermind. I see you are doing that at the top.

Mine says

ERROR - 2009-12-22 12:56:47 --> 404 Page Not Found --> shop/browse_dgfdgfh

on a test.

Are you suppressing PHP errors? Seems like it can't find any controllers. You may want to echo out some variable in your index.php file (system folder, etc.) to check.

Good Luck!
#15

[eluser]E.D. Leutscher[/eluser]
Thank you for the help so far, i will play with it some more.

Just like you said, the only thing i can come up with is that he doesn't find any controllers because the url's to it are wrong in the first place, but i can't see why..

So the big question remains, hope i find the problem soon Wink
#16

[eluser]Bui Duc Long[/eluser]
Now I got the exact same problem here Sad
Code:
DEBUG - 2010-07-24 17:13:29 --> Config Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Hooks Class Initialized
DEBUG - 2010-07-24 17:13:29 --> URI Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Router Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Output Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Input Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Global POST and COOKIE data sanitized
DEBUG - 2010-07-24 17:13:29 --> Language Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Loader Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Config Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Language Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Config file loaded: config/custom_conf.php
DEBUG - 2010-07-24 17:13:29 --> Helper loaded: url_helper
DEBUG - 2010-07-24 17:13:29 --> Helper loaded: form_helper
DEBUG - 2010-07-24 17:13:29 --> Helper loaded: common_helper
DEBUG - 2010-07-24 17:13:29 --> Helper loaded: text_helper
DEBUG - 2010-07-24 17:13:29 --> Database Driver Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Session Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Helper loaded: string_helper
DEBUG - 2010-07-24 17:13:29 --> Session routines successfully run
DEBUG - 2010-07-24 17:13:29 --> Model Class Initialized
DEBUG - 2010-07-24 17:13:29 --> Language loaded from database: en
DEBUG - 2010-07-24 17:13:29 --> Main Controller Initialized
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/models/pages_model.php
DEBUG - 2010-07-24 17:13:29 --> Model Class Initialized
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/models/ccp_model.php
DEBUG - 2010-07-24 17:13:29 --> Model Class Initialized
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/models/media_model.php
DEBUG - 2010-07-24 17:13:29 --> Model Class Initialized
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default/header.php
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default/top.php
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default/right.php
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default/bottom.php
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default/main.php
DEBUG - 2010-07-24 17:13:29 --> File loaded: frontend/views/default.php
DEBUG - 2010-07-24 17:13:29 --> Final output sent to browser
DEBUG - 2010-07-24 17:13:29 --> Total execution time: 0.1554
DEBUG - 2010-07-24 17:13:30 --> Config Class Initialized
DEBUG - 2010-07-24 17:13:30 --> Hooks Class Initialized
DEBUG - 2010-07-24 17:13:30 --> URI Class Initialized
ERROR - 2010-07-24 17:13:30 --> 404 Page Not Found -->




Theme © iAndrew 2016 - Forum software by © MyBB