View Single Post
  #25 (permalink)  
Old 01-01-2008, 02:33 PM
szy szy is offline
New Pligger
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Smile

Quote:
Originally Posted by en3r0 View Post
I seem to be having a similar problem, but nothing fixes it... I get a "Oops, what you're looking for isn't here!" page in the main window.
There is wrong (relative) path in the code:

Replace first code:

PHP Code:
<br><a href="admin_links.php" onclick="javascript:window.open('admin_delete_stories.php', 'resultwindow', 'width=300, height=200')">Delete discarded stories</a
with:

PHP Code:
<br><a href="admin_links.php" onclick="javascript:window.open('/admin_delete_stories.php', 'resultwindow', 'width=300, height=200')">Delete discarded stories</a
... so you need to add a slash before 'admin_delete_stories.php'.

It works on my site (9.9.0).

Szy.
Reply With Quote
The Following User Says Thank You to szy For This Useful Post: