By kahara on
after removing code in the blog module, all blogs became unreachable (i.e. http:/www.domain.com/blog/1) I get a Page not Found 404.
The only way it is working is by logging in as administrator. I rebuild permissions, but no difference.
What am I missing?
thanks
Comments
Well, I don't know what you
Well, I don't know what you changed. But, I recommend just re-downloading your drupal 5.x version again, and replacing the files that you changed in the blog. You do not really want to change core files, since if you update they will be deleted. Plus, Drupal is built for extensibility, so you can either download contributed modules or make your own modules that will create the functionality that you want.
Check out the Handbook to find out how to do some of the basics.
-Craig Jackson
-Web Developer
I wanted to get rid of the
I wanted to get rid of the "username's blog" link underneath posts and removed to hook_link in the blog module. I didn't notice anything until I tried to visit the blogs themselves. I made a backup of the blog.module file before I made the changes, but when I replaced the edited one with this backup-ed file, the problem still exists.
for some unclear reason,
for some unclear reason, this morning everything is working again. Apparently it took some time for drupal (and me) to wake up.