Jump to content

500 server error after deleting class_index


mike_101

Recommended Posts

Hello,

 

I made an override for the Category.php class and I deleted the class_index.php from the cache directory so it would take effect. I've done this before in 1.6.0, I had no problems with this.

 

But now I get a 500 error, I can't access the shop, it won't regenerate the class_index, so I put back the old one and I still get the error. It's not my browser, I can't access the shop from other browsers/computers.

 

What happend??

 

PS Version: 1.6.1.2

 

This is how I did the override:

 

class Category extends CategoryCore
{
public function doStuff(){
   // do stuff here
}
}

I put the file in override/classes

 

Please help.

 

EDIT: Never mind, I accidently moved the config directory somewhere else (so annyoing when this happens..)

Edited by mike_101 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...