Ajax tooltip doesnt show

Asked by envieme

On the homepage of jisko install on my domain, when you mouse over any user it does not show any details of that user as it does in the local install of jisko i have...

any idea why? i think it might be an ajax call problem with respect to domain.

Question information

Language:
English Edit question
Status:
Solved
For:
Jisko Edit question
Assignee:
No assignee Edit question
Solved by:
envieme
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Rubén Díaz (outime) said :
#1

Could you send us an URL with your running copy to see what would be the issue, please?

Revision history for this message
Rubén Díaz (outime) said :
#2

Need URL.

Revision history for this message
envieme (envieme) said :
#3

hey thanks for replying and good to see you are the lead developer of Jisko. can i contact u on im?

Revision history for this message
envieme (envieme) said :
#4

hey thanks for replying and good to see you are the lead developer of Jisko. can i contact u on im?

Revision history for this message
Rubén Díaz (outime) said :
#5

You got above this message my contact information. But please, we want to resolve this issue by this way, so... could you write here the URL? :-)

--
Jabber/GTalk: <email address hidden>
MSN: <email address hidden>
Mail: <email address hidden>
Skype: outime

Revision history for this message
Rubén Díaz (outime) said :
#6

URL.

Revision history for this message
envieme (envieme) said :
#7

not a problem! i am running jisko for http://enote.in just started and playing around with friends ...can u check when u mouse over any user there it doesnt show their data...

Revision history for this message
Rubén Díaz (outime) said :
#8

I see: http://enote.in/%3C?%20echo%20BASE;%20?%3Eajax/getProfile?id=6

I just installed the current SVN version in http://alpha.jisko.net and I don't have your issue.

Did you touch any Jisko files? Could you attach your config file (hidding database details)?

Thanks

Revision history for this message
Rubén Díaz (outime) said :
#9

You don't have the latest version from SVN. Please get from http://dev.jisko.net/trunk and update all your files (including config.php).

Revision history for this message
envieme (envieme) said :
#10

thanks i emailed u the config file, wat else file might cause that problem?

Revision history for this message
Rubén Díaz (outime) said :
#11

Please read the message above :-)

Revision history for this message
envieme (envieme) said :
#12

ok will do and let u know, thanks!

Revision history for this message
envieme (envieme) said :
#13

hey i see i do have the latest not any diff i cud find between what i have and wats in the trunk and it works fine at my localhost...i feel its a javascript domain security issue or something specific to my server...

Revision history for this message
Rubén Díaz (outime) said :
#14

Probably, but seems weird. It's the first time I see it.

Revision history for this message
envieme (envieme) said :
#15

more weird is when you go to a friends profile page like http://enote.in/aravind/friends and mouse over their profile, the data shown is the home page itself ..try it

Revision history for this message
Rubén Díaz (outime) said :
#16

But I can see you touched the code! Maybe you broke something.

On Wed, Feb 18, 2009 at 20:23, envieme
<email address hidden> wrote:
> Question #61488 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/61488
>
> Status: Needs information => Open
>
> envieme gave more information on the question:
> more weird is when you go to a friends profile page like
> http://enote.in/aravind/friends and mouse over their profile, the data
> shown is the home page itself ..try it
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com

Revision history for this message
envieme (envieme) said :
#17

hey, as i said the same code with all my modifications works on my loacalhost running XAMPP on Mac. Just in my server it doesn't...i have had similar problems with ajax calls on a different app i was working on because of cross domain security...like an ajax call to enote.in will not work from www.enote.in ...stuff like that.

Revision history for this message
envieme (envieme) said :
#18

ok, i got it to work. it wasnt any cross domain issue but that the base_url in tooltip.php needs to be set to nothing as already it takes my domain as a reference path...

if it is set to base_url = "<? echo BASE; ?>"; the path apprantly becomes http://domain.com/domian.com/getProfile?id=x

Revision history for this message
Rubén Díaz (outime) said :
#19

I know what happened exactly! It's our fault and your (server) fault,
but more our that yours. We used <? instead of <?php, but some servers
doesn't allow the quick tag (<?), so the code went weird. I go to fix
it and upload a revision, but you can correct this just replacing <?
to <?php, okay? :-)

On Thu, Feb 19, 2009 at 07:06, envieme
<email address hidden> wrote:
> Question #61488 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/61488
>
> Status: Open => Solved
>
> envieme confirmed that the question is solved:
> ok, i got it to work. it wasnt any cross domain issue but that the
> base_url in tooltip.php needs to be set to nothing as already it takes
> my domain as a reference path...
>
> if it is set to base_url = "<? echo BASE; ?>"; the path apprantly
> becomes http://domain.com/domian.com/getProfile?id=x
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com

Revision history for this message
envieme (envieme) said :
#20

thank you! i would like to delete the posts here linking my domain, can you please do that for me.

Revision history for this message
Rubén Díaz (outime) said :
#21

I can't do this for you, you must request it to the Launchpad team.