Connect Fail.

flopi

New Member
Im trying to connect with users/admin and it always show like its logged in but when i try to do somthing it gives me the login form again... cookie problem?

Also THE VOTING is disabled. :\
 

Basti

Administrator
Staff member
What is your list url as seen in admin setting? Seen it happen before that you keep getting logged out if you try to access admin without www. when the list url is actually with www.


As for the voting it works ( hit in was registered ) however your list dont redirect after the click.
Did you made any changes to sources/in.php
modified the htaccess in some way? ( pls post it here )
 

flopi

New Member
i found the problem, its in the language , im translating to hebrew, ive made the lang file utf-8 , thats whats cusing the problem,
but how can i solved it? when i return to ansi it works great, and then the mysql is fetching gibrish you can see at
http://israeltopsites.com
Category, title , site desc, ect`

all the translation works, database not, and reverse same when i change to utf on page code mysql fetching hebrew works translations not.

can i change database to ansii? will it work? how to do it :)

Solved! Was missing utf-8 instad of ansi!
 

Basti

Administrator
Staff member
Keep utf-8 its whats the script use, to change it you would need to edit the core, not suggested.

The problem is properbly a unescaped character.
when i change to utf on page code mysql fetching hebrew works translations not
Could you post the translated file here which is causing you issues? We will have a look
 

flopi

New Member
http://israeltopsites.com/
Hebrew System! The core is utf-8 but saved in ansi files, when im changing english.php to utf-8 everything works great, but the core starts to slipps, no loggin , no refferrels:)
Admin is keeps logging me out from some reason now..
 

Basti

Administrator
Staff member
Regarding that and hits in issue, my first post still need to be answered
 
Top