• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

URLs are not working in beta11

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
24 posts • Page 1 of 2 • 1, 2

Postby King Moonraiser » Tue Jul 03, 2007 8:26 pm

I noticed that typing in urls like "http://www.phpfreechat.net/forum" no longer show up at all in beta 11. Has anyone else noticed this?
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby King Moonraiser » Tue Jul 03, 2007 9:09 pm

I seem to have tracked it down to the language variable. When i set it to:
Code: Select all
$params["language"] = "en_US";

pasting urls will fail. Commenting out the line and leaving the default internal value fixes the problem.

EDIT: Now that's odd. It stopped working again. I turned on debug and it started working. Turned debug off and I couldn't log on. Had to wipe out and reinstall. It's now working even with the lang set. I give up trying to troubleshoot. :(
Last edited by King Moonraiser on Wed Jul 04, 2007 4:05 am, edited 1 time in total.
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Wed Jul 04, 2007 6:31 am

Are you able to reproduce the bug on the official demo room ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Thu Jul 05, 2007 2:27 am

kerphi wrote:Are you able to reproduce the bug on the official demo room ?

No. However, even after I wipe out the existing chat and run the defaults, I still experience the problem. It may be something on my server, but I don't know what to look for.


Here's a screenshot of the chat in debug mode when it happened last:

Image

As you can see, it sends the message, but there's no response.
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby King Moonraiser » Thu Jul 05, 2007 2:35 pm

BTW, where are http:// links being handled? In Javascript or php?

I deleted all of the code in the pfcclient.js for reformatting urls and it doesn't make a difference.
Last edited by King Moonraiser on Thu Jul 05, 2007 3:54 pm, edited 1 time in total.
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Thu Jul 05, 2007 4:38 pm

in data/public/js/pfcclient.js
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Thu Jul 05, 2007 8:40 pm

I've tested the problem on IE 6.0, IE 7.0 and Firefox. The javascript is being run on the browser client, yes?
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Thu Jul 05, 2007 8:46 pm

Yes.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Thu Jul 05, 2007 8:52 pm

I don't think the problem is with the client since I tried so many different ones on many different computers. I have the feeling there may be something wrong on the server side since nobody else is reporting this. Can you recommend any things to look for?
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Thu Jul 05, 2007 9:14 pm

posted URLs are not handled server side ... so I don't understand.
Could you post a public link to your chat ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Sun Jul 08, 2007 6:32 am

Here is the link to the chat: http://forums.rowdyruff.net/chat/

log in as Guest and the password is Guest
Last edited by King Moonraiser on Sun Jul 08, 2007 3:52 pm, edited 1 time in total.
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Tue Jul 17, 2007 12:36 pm

King Moonraiser, this is strange ...

When I post urls I got this error message in the ajax response :
Code: Select all
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<HTML><HEAD>

<TITLE>503 Service Temporarily Unavailable</TITLE>

</HEAD><BODY>

<H1>Service Temporarily Unavailable</H1>

The server is temporarily unable to service your

request due to maintenance downtime or capacity

problems. Please try again later.

</BODY></HTML>

So you are right urls doesn't work on your server but I have no idea why.
Did you try to enable debug ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Tue Jul 17, 2007 6:13 pm

I didn't see that error. Last night I wiped out and reinstalled the chat and URLs were working again. They're not working now.

Can you try to log in again?
Last edited by King Moonraiser on Tue Jul 17, 2007 6:19 pm, edited 1 time in total.
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Postby phpfreechat » Thu Jul 19, 2007 9:17 am

King Moonraiser wrote:I didn't see that error.

I saw it in ajax response (using firebug).

However I logged again and I saw that urls are working now... what did you change ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby King Moonraiser » Sun Jul 29, 2007 4:40 pm

kerphi wrote:
King Moonraiser wrote:I didn't see that error.

I saw it in ajax response (using firebug).

However I logged again and I saw that urls are working now... what did you change ?

I had to wipe out and reinstall use to the other bug (message counter bug)

The problem is back again. http:// https:// and ftp:// links don't work. However, if I make up a protocol like qttp://, it works. There has to be something else acting on this string. Could the any of the csstidy-1.2 operations be causing problems?
King Moonraiser
Member
 
Posts: 98
Joined: Fri Jun 22, 2007 9:42 pm
  • Website
Top

Next

Post a reply
24 posts • Page 1 of 2 • 1, 2

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 28 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub