Hi,

I misplaced my DB password, so I added another user with full rights and then updated the includes/configure.php and admin/configure.php to reflect the new user name and password.

Now I get a white screen when I try to view the cart.

I ran the debugger and got these errors. Any ideas?

[05-Jan-2010 11:17:07] PHP Warning: require(DIR_WS_TEMPLATEStemplate_default/common/html_header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adtraffi/public_html/shop/index.php on line 43
[05-Jan-2010 11:17:07] PHP Warning: require(DIR_WS_TEMPLATEStemplate_default/common/html_header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/adtraffi/public_html/shop/index.php on line 43
[05-Jan-2010 11:17:07] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adtraffi/public_html/shop/index.php on line 43


This was all because I thought I deleted the admin folder(turns out I renamed it a while back). So I uploaded a new admin folder and edited the configure.php file in it. Then I realized that I had the original admin folder(renamed). So I deleted the the newly added one. Are there any other places that I need to add the new DB credentials?

Thanks for any help or tips : )