Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #15, on November 11th, 2012, 04:19 PM »
I'm afraid I don't have access to their panel... I'm only a guest on shaitan's account.

Do you have this problem on your server btw?

MultiformeIngegno

  • Posts: 1,337
Re: Session writing
« Reply #16, on November 11th, 2012, 05:14 PM »Last edited on November 11th, 2012, 05:29 PM
Quote from Nao on November 11th, 2012, 04:19 PM
Do you have this problem on your server btw?
Me..? I couldn't install Wedge for the problem with the installer.. :P
Anyway I can see now that it works, did you change anything? :)

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #18, on November 12th, 2012, 11:37 PM »
Nope, didn't do a thing.. You're talking about the session write error message at the bottom, right..?

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Session writing
« Reply #19, on November 12th, 2012, 11:42 PM »
WTF is wrong with this? If Class-DB is loaded up front with everything, there is no reason for this to be broken.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

MultiformeIngegno

  • Posts: 1,337
Re: Session writing
« Reply #20, on November 13th, 2012, 12:15 AM »
Quote from Nao on November 12th, 2012, 11:37 PM
Nope, didn't do a thing.. You're talking about the session write error message at the bottom, right..?
Nope, I was talking about my server :P
Now I don't get the error anymore in the install.php page

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #21, on November 13th, 2012, 12:21 AM »
I don't remember what your error was, Lorenzo... Sorry, the side-effects of my own personal burnout if you will.
So, if it's fixed, I don't have any reasons to connect to your FTP then..?

@Pete> No idea... Well, the error appeared in Chrome for me and never in IE, and currently I'm using Firefox and it doesn't exhibit this behavior. Do you still have it..?

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Session writing
« Reply #22, on November 13th, 2012, 12:21 AM »
Yup, I have it in the footer still. But I see no reason why it should be any different in different browsers >_>
Re: Session writing
« Reply #23, on November 13th, 2012, 01:27 AM »
* Arantor merged in one of the other bug reports - it's the same bug. No sense in being untidy.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #24, on November 13th, 2012, 08:14 AM »
Quote from Arantor on November 13th, 2012, 12:21 AM
Yup, I have it in the footer still. But I see no reason why it should be any different in different browsers >_>
I assure you. I have yet to see the bug happen in IE. I'm also not sure about Firefox. I could only reproduce in Webkit...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Session writing
« Reply #25, on November 13th, 2012, 02:49 PM »
But not all the time either...

MultiformeIngegno

  • Posts: 1,337
Re: Session writing
« Reply #26, on November 13th, 2012, 06:33 PM »
Quote from Nao on November 13th, 2012, 12:21 AM
I don't remember what your error was, Lorenzo... Sorry, the side-effects of my own personal burnout if you will.
So, if it's fixed, I don't have any reasons to connect to your FTP then..?
My problem was that in install.php I couldn't proceed with the installation because I got the error "Wedge Installer cannot find language files".
In these days I didn't touch anything but now I don't get that error anymore (I managed to install Wedge too)! Mistery

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #27, on November 21st, 2012, 02:20 PM »
Quote from Arantor on November 13th, 2012, 02:49 PM
But not all the time either...
And it absolutely never, ever happened to me in either Firefox or Opera. (And IE as well I think...)

I don't see the reason behind WebKit being a problem when it comes to server-side session handling...!

I did a phpinfo both here and locally. The only differences between the two installs are: PHP 5.2.14 on wedge.org (5.3 locally), and session settings: wddx is added to 'registered serial handlers' locally. Also, 'use_only_cookies' is set to On locally, and Off on wedge.org.
Since ini_set() can change that, I don't really see much of a difference...

Even the PHP.net documentations wasn't helpful. I did read a lot of it...

I'm a bit torn between either returning false if !class_exists('wesql'), or instead using mysql_* functions directly to handle session saving... Uh.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Session writing
« Reply #28, on November 21st, 2012, 03:08 PM »
You can't really use mysql_ functions directly, because the connection won't be available to them anyway, as that resource is held inside wesql. That still doesn't explain how come half the classes that are loaded are not registered.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Session writing
« Reply #29, on November 21st, 2012, 03:31 PM »
Quote from Arantor on November 21st, 2012, 03:08 PM
You can't really use mysql_ functions directly, because the connection won't be available to them anyway, as that resource is held inside wesql. That still doesn't explain how come half the classes that are loaded are not registered.
Well, it's very likely that it's a PHP or WebKit bug anyway... That is, something that's bound to be fixed in the future.
And because it doesn't hurt functionality, I think it's safe to just ignore the error for now.