PDA

View Full Version : Archive broken...


MarkFoster
02-10-2009, 01:32 PM
It's been broken for a long while now, I don't know why I didn't fix it.
Go and click on any thread here: http://www.rarewarecentral.com/forums/archive/index.php
Tell me what the problem is please.

KevinL
02-10-2009, 02:11 PM
edit

Lynne
02-10-2009, 02:37 PM
The links to the pages are incorrect - or something is redirecting them. Reupload the default pages for the archive and make sure you don't have some htaccess redirecting them.

MarkFoster
02-10-2009, 02:47 PM
The links to the pages are incorrect - or something is redirecting them. Reupload the default pages for the archive and make sure you don't have some htaccess redirecting them.

I've done that a few times, there's only three fiels in the folder, archive.css, global.php, index.php.

KevinL
02-10-2009, 02:54 PM
Thats what I pretty much said and then noticed it was the same setup as here (I don't use the archive). Which is why I edited the post...

MarkFoster
02-10-2009, 02:56 PM
Thats what I pretty much said and then noticed it was the same setup as here (I don't use the archive). Which is why I edited the post...

Well I'm afraid I never had a chance to see your post before you edited it.

Lynne
02-10-2009, 03:10 PM
If you go to your archive and to a forum and look at the links for the threads, you see this:

http://www.rarewarecentral.com/forums/archive/t-627.html

But, it should be something like this:
http://www.rarewarecentral.com/forums/archive/index.php/t-627.html

However, if you enter that corrected link, you get redirected back to the first archive page.

Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

MarkFoster
02-10-2009, 03:50 PM
If you go to your archive and to a forum and look at the links for the threads, you see this:

http://www.rarewarecentral.com/forums/archive/t-627.html

But, it should be something like this:
http://www.rarewarecentral.com/forums/archive/index.php/t-627.html

However, if you enter that corrected link, you get redirected back to the first archive page.

Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

That made it work fine so is there any way to be able to find out which plugin it is that's breaking the archive?

Lynne
02-10-2009, 04:17 PM
Well, get rid of that line in the config.php file and then go through your modifications and disable them all, then turn them on one-by-one and see which one breaks your archive.

MarkFoster
02-10-2009, 04:47 PM
Well, get rid of that line in the config.php file and then go through your modifications and disable them all, then turn them on one-by-one and see which one breaks your archive.

It's the Zoints ZEO, lol I'm crazy but how do I make ZEO back off from the archive?

Lynne
02-10-2009, 05:52 PM
I do not know. The only thing I can see is that perhaps it is using the 'style_fetch' hook location that is in archive/global.php . Perhaps ask in the thread about this. Or read the thread and see if this has already been addressed in there.