Hi,

I wanted to see if anyone knows how to fix this. Previously I hadn't used clean urls and when I realized that I wasn't, I changed the settings to use clean urls, however, now my admin link is no longer working. All other links seem to be ok.

If I use ?q= i can get to it, but without it the link gives this error:

Fatal error: Using $this when not in object context in /home/..../admin/classes/managers/browse/listingmanager.php on line 9

Is there easy way to fix this or do I need to reinstall Drupal?

thank you.

Comments

vm’s picture

should first figure out what this is coming from: admin/classes/managers/browse/listingmanager.php

That's not core drupal file. Not even sure if it's possible that it is from a contrib module.

What is listingmanager.php?

Hipster’s picture

Yeah I'm not sure where it was coming from, but I just backed it up just in case and deleted it and link to admin seems to be working. I hope something else is not using it. It might be left over from the old site. I'll keep my fingers crossed that it's not linked to some module or I might have problems later. Thank you for your help VM once again.