View Single Post
  #1 (permalink)  
Old 12-29-2005, 01:46 PM
tfeonline tfeonline is offline
New Pligger
 
Join Date: Dec 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Category Faults, Site Hangs and Errors when Submitting Stories

http://www.poptorrent.co.uk/info.php

I get the following errors on the Beta 4 installation:

* Categories links do not work (am using a modified htaccess file found on the old forum:

RewriteEngine on
RewriteRule ^story/([A-Za-z0-9-]+)/?$ story.php?id=$1 [L]
RewriteRule ^category/([A-Za-z0-9-]+)/?$ ?category=$1 [L]
RewriteRule ^category/([A-Za-z0-9-]+)/digg/?$ shakeit.php?category=$2 [L]
RewriteRule ^story/([A-Za-z0-9-]+)/edit/([0-9-]+)?$ edit.php?id=$1&commentid=$2 [L]

* When submitting a story, the following error messages appear after a looong delay getting to the second stage of a story submission:

Warning: fsockopen(): unable to connect to www.google.com:80 in /home/poptorrentuk/public_html/libs/link.php on line 454

Warning: fwrite(): supplied argument is not a valid stream resource in /home/poptorrentuk/public_html/libs/link.php on line 455

Warning: fclose(): supplied argument is not a valid stream resource in /home/poptorrentuk/public_html/libs/link.php on line 458

Pligg is installed here http://poptorrent.co.uk/index.php not at just http://www.poptorrent.co.uk. It is installed behind my blog.

Any help would be greatly appreciated!
Reply With Quote