Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Solve Website Error


Go to End


3 Posts   942 Views

Avatar
tomklang

Community Member, 6 Posts

16 March 2010 at 1:16am

Hi,

I created a new class (file type) and wrote the class name wrong (in an other way than the file names)
Then I rebuilt the database...

Now I get an errror and can't acces the site anymore...

Does somebody know where I have to delete the relevant database entries, so that I am able to access the admin page again?

Where are the log files?

Thank you very much...

tom

Avatar
BigChris

Community Member, 63 Posts

16 March 2010 at 3:26am

I think if you remove both files relating to the class ( .php and .ss ) and then do another dev/build/.
That should remove the class from the database and let you login.

Avatar
SSadmin

Community Member, 90 Posts

16 March 2010 at 9:17am

Put the Director::set_environment_type("dev"); into your .config under mysite file and paste the errors.could be easier to locate the problem.