Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

forum error

Asked Modified Viewed 2,283 times
E
ercutombalak
E
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

hi, look at this link
http://www.ercutombalak.com/forum/vie...read_id=44
it isnt opened... in this thread there are some comic photos....this problem have started after i upgrade from 6.207 to 6.304 what do you think about this problem???
note: there isnt any problem other than this matter..
pls help me...
0 replies

7 posts

P
pteal
P
pteal 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

i had the same problem,

It was due to an image in one of the members signatures. after the image link was taken out of the signature the thread would load. :)
0 replies
E
ercutombalak
E
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

but how can i know which member's signature???
0 replies
B
Bad Boy
B
____________________
BadBoy aka GoogleDude
http://www.googlecityforums.com
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

Same thing happened to me before.

You may have to go in your database and see who posted using phpMyAdmin. Check the fusion_posts table. Pay specific attention to the members posts that have a value of 1 in the post_showsig row.
Edited by Bad Boy on 01-03-2006 18:32,
0 replies
E
ercutombalak
E
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

badboy unfortunately my problem is continuing.....
0 replies
E
ercutombalak
E
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

i remember that when i used v6,207 this problem occured again but solved it by using a little patch(some images couldnt shown and it written [img blocked]) but now im using v304 sso the main core.php different from old versions??? Dear admins pls help me..
0 replies
E
ercutombalak
E
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

no idea?
0 replies
P
pteal
P
pteal 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

I've come up with a quick fix for this that i've used on my site.

in maincore.php i replaced
$text = preg_replace("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#si","isImage",$text);


with
$text = preg_replace('#\[img\](.*?)\[/img\]#si', '<img src=\'\1\'>', $text);


and it fixed my problem
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet