Author Topic: Problem with session  (Read 27569 times)

0 Members and 1 Guest are viewing this topic.

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #15 on: January 02, 2006, 10:42:54 AM »
Thanks, i have change this. Must see is the error come back :)

It´s the BBCode Block for the comments....hhmmmm!!!!
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #16 on: January 02, 2006, 05:59:39 PM »
1) if your error logs are full of these noticed, then the first thing you should do is turn them off by uncommenting in global.php
Code: [Select]
error_reporting(E_ERROR | E_WARNING | E_PARSE);These are not errors and dont worry about fixing them.

2) what PHP version is on your server, did they use Zend Optimizer? Did they upgrade the services lately?

3) since all links in 4images are being parced through $session->url() function, try to debug:
In indcludes/sessions.php below
Code: [Select]
  function url($url, $amp = "&amp;") {Insert
Code: [Select]
if (isset($_GET['debug'])) echo htmlspecialchars($url);And above
Code: [Select]
    return $url;Insert
Code: [Select]
if (isset($_GET['debug'])) echo "<br>".htmlspecialchars($url)."<br>---------------<br>";Then open a page where this normaly happening and in the url query add ?debug (or &debug if "?" already present in the url)
This should display you the links the function received and the links the function produces.

4) Make sure you upload all .php files in ASCII (Text) mode not Binary (some how I think this is the issue here)

Hopefuly this will reveal something ;)


P.S.
@TheOracle, your last post is a good example why [qoute] tags should not be used for displaying code, but I guess you are so stuborn, that it doesnt metter for you, its irrelevant...oh well. :|
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Problem with session
« Reply #17 on: January 03, 2006, 02:26:22 AM »
Quote

oh well


Oh well, indeed. This has already been discussed before and, again, is not my responsability to make these modifications if you wish 4images users to see bolded characters withing the 'quote' tag.

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #18 on: January 03, 2006, 12:29:24 PM »
Quote
1) if your error logs are full of these noticed, then the first thing you should do is turn them off by uncommenting in global.php
Code:
error_reporting(E_ERROR | E_WARNING | E_PARSE);
These are not errors and dont worry about fixing them.

OK, i have do this!!!!

Quote
2) what PHP version is on your server, did they use Zend Optimizer? Did they upgrade the services lately?

my PHP Version is 4.4.0 and the Zend Optimizer is ON. I can´t upgrade it myself.

Quote
3) since all links in 4images are being parced through $session->url() function, try to debug:
In indcludes/sessions.php below.........

I have do it and now i can see all my links but what can i do with it???

Quote
4) Make sure you upload all .php files in ASCII (Text) mode not Binary (some how I think this is the issue here)

I have do it today new. Bevor i had in my FTP program AUTO as upload mode. Now i have change it to ASCII and i have upload it again.

Quote
Hopefuly this will reveal something

I hope, i hope :)
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #19 on: January 03, 2006, 02:53:29 PM »
Quote
3) since all links in 4images are being parced through $session->url() function, try to debug:
In indcludes/sessions.php below.........

I have do it and now i can see all my links but what can i do with it???
Now you look where the number "12" appier.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #20 on: January 04, 2006, 11:41:53 AM »
Hi,

i have check some sites but i don´t find a 12 in the links :(
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #21 on: January 05, 2006, 02:11:59 AM »
I found the reason its [MOD] Cache System for 4images v1.7
For unknown reason the code in Step 1 was corrupted, all backslashes ( \ ) were missing...
I've updated and it should work now. Just re-do Step 1.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #22 on: January 05, 2006, 02:16:53 PM »
Hi,

thanks, i have do this but now i have the problem that the german letters ä,ö,ü are showing as a square and i have many problems on my site when i showing it with the internet explorer. i think i had the session problem now before i installed the cache mod....
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #23 on: January 05, 2006, 11:49:31 PM »
No one an idea??? :(

Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #24 on: January 06, 2006, 12:18:15 AM »
No one an idea??? :(


Its not related to this topic, and I doubt its related to the cache mod either...
Also, please provide a link where exactly is the problem is showing.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #25 on: January 06, 2006, 01:04:22 AM »
No one an idea??? :(


Its not related to this topic, and I doubt its related to the cache mod either...
Also, please provide a link where exactly is the problem is showing.

Ok, sorry! I have do it....
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #26 on: January 09, 2006, 05:55:01 PM »
Hi,

i have check some sites but i don´t find a 12 in the links :(

Hi there, i have the problem now and when i put &debug in the Browser i have this

Quote
/categories.php?cat_id=612sessionid=xxxxx&debug=
/categories.php?cat_id=612sessionid=xxxxx&debug=
---------------
./sitemap.php
./sitemap.php?sessionid=xxxxx
---------------
./search.php?search_user=
./search.php?search_user=&amp;sessionid=xxxxx
---------------
categories.php?cat_id=612
categories.php?cat_id=612&amp;sessionid=xxxxx
---------------
http://www.terraristik-galerie.de/categories.php?cat_id=612
http://www.terraristik-galerie.de/categories.php?cat_id=612&amp;sessionid=xxxxx
---------------
./member.php?action=readcomments
./member.php?action=readcomments&amp;sessionid=xxxxx

I think there is a problem in my categories.php now.

Can anyone check it? Here it is!!!
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #27 on: January 10, 2006, 01:38:44 AM »
Did you reinstall the mod after my post?
did you clear the cache in cache folder?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Problem with session
« Reply #28 on: January 10, 2006, 05:54:43 PM »
I´m with stupid. I don´t have deinstall the Cache Mod. Now i have do it after your last post. At this time i don´t have an error.

When the error comes back i write it here....

Sorry that i have not do what you say to me.....
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with session
« Reply #29 on: January 11, 2006, 12:25:20 AM »
When the error comes back i write it here....
Nuh, there wont be same error again ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)