Sorry pliggedit.
I misread your post. Now I know what you meant.:blush:
anyway ASH, I had the same problem, and after uploading this new version editlink.php and modifying the libs/link.php the problem has solved. I do not get any error now.
regards


Sorry pliggedit.
I misread your post. Now I know what you meant.:blush:
anyway ASH, I had the same problem, and after uploading this new version editlink.php and modifying the libs/link.php the problem has solved. I do not get any error now.
regards
Ash, I managed to solve the problem on my installation. What I did was modifying the .htaccess file.
I put:
RewriteRule ^story/([0-9]+)/?$ story.php?id=$1 [L]
In the beginning and the end of the block regarding URL Method 2, it seems that something is overriding this, so putting it again at the end, made it right. Well that's my dirty fix![]()