Admin page "error occured"

have anyone met a problem like that ?

when you open a page of admin panel , the page is blank with only two words"[color=#000000][font=Courier][size=3]Error occurred"[/size][/font][/color]



[color=#000000][font=Courier][size=3]and when you view the source, you can only find[/size][/font][/color]

[color=#000000][font=Courier][size=3]"[/size][/font][/color]

Error occurred

"
\

please helps... thank thank you

Try to execute the following MySQL statement on your database:


UPDATE `cscart_settings` SET `value` = 'dev' WHERE `option_id` = 10081 LIMIT 1;



Then visit your site, you should then receive the proper error report. If you are unsure how to do any of this, I would suggest you log a support ticket or find a suitable developer.

[quote name=‘StellarBytes’ timestamp=‘1331634044’ post=‘133029’]

Try to execute the following MySQL statement on your database:


UPDATE `cscart_settings` SET `value` = 'dev' WHERE `option_id` = 10081 LIMIT 1;
```<br />
<br />
Then visit your site, you should then receive the proper error report. If you are unsure how to do any of this, I would suggest you log a support ticket or find a suitable developer.<br />
[/quote]<br />
<br />
hi StellarBytes, thank you for your answer. I will take your advise and submit a ticket now. <img src="upload://ssa1U17ndImgNZSdwFNmOF2yUgM.png" class="bbc_emoticon" alt=";)">