pureclothings Posted September 9, 2012 Share Posted September 9, 2012 I was trying to create wholesale section in my website. I made a copy of retail website and did the necessary changes. Then I uploaded it inside wholesale folder. I can access all the pages in wholesale section but can;t access the admin panel. When I open admin panel, the page goes blank. So, can you please tell me what can be the problem and help me to solve problem. Link of wholesale admin panel is pureclothings.com/wholesale/aadmin/ Link to comment Share on other sites More sharing options...
shokinro Posted September 9, 2012 Share Posted September 9, 2012 change 'display_errors' value to 'on' in file /config/config.inc.php and then run your page again. see what error is happening Link to comment Share on other sites More sharing options...
pureclothings Posted September 10, 2012 Author Share Posted September 10, 2012 this is the error I'm getting: Warning: Cannot modify header information - headers already sent by (output started at /home/purec021/public_html/wholesale/classes/ObjectModel.php:861) in /home/purec021/public_html/wholesale/aadmin/header.inc.php on line 29 Warning: Cannot modify header information - headers already sent by (output started at /home/purec021/public_html/wholesale/classes/ObjectModel.php:861) in /home/purec021/public_html/wholesale/aadmin/header.inc.php on line 33 Warning: Cannot modify header information - headers already sent by (output started at /home/purec021/public_html/wholesale/classes/ObjectModel.php:861) in /home/purec021/public_html/wholesale/aadmin/header.inc.php on line 35 Warning: Cannot modify header information - headers already sent by (output started at /home/purec021/public_html/wholesale/classes/ObjectModel.php:861) in /home/purec021/public_html/wholesale/aadmin/header.inc.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at /home/purec021/public_html/wholesale/classes/ObjectModel.php:861) in /home/purec021/public_html/wholesale/classes/Tools.php on line 109 Link to comment Share on other sites More sharing options...
shokinro Posted September 10, 2012 Share Posted September 10, 2012 I guess you made some customization changes and some code caused an error. Or you installed some 2rd party module caused the error. It is difficult to tell from which file from the messages. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now