This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
4156
Archived fixes / Session writing
« on November 9th, 2012, 08:25 AM »
This is the first time I've noticed this bug, but it looks like it shows up from time to time... Eh, actually it's even showing up right now on my page...
Just look at the very bottom of the page.
Fatal error: Class 'wesql' not found in /Sources/Load.php on line 2765
Line 2765 = sessionWrite(), which is part of the functions called from the session handler initialized in loadSession().
I'm trying to understand why it can't find wesql here... It's initialized in loadDatabase(), which is loaded at the top of index.php... Strange innit?
Just look at the very bottom of the page.
Fatal error: Class 'wesql' not found in /Sources/Load.php on line 2765
Line 2765 = sessionWrite(), which is part of the functions called from the session handler initialized in loadSession().
I'm trying to understand why it can't find wesql here... It's initialized in loadDatabase(), which is loaded at the top of index.php... Strange innit?
4157
Bug reports / Re: MedIa thumbnail does not update
« on November 8th, 2012, 09:45 AM »
Can you confirm again..?
4158
Off-topic / Re: Question of the day
« on November 8th, 2012, 09:44 AM »
Well, since PMA started using Ajax everywhere, it took a while to get used, but overall I'm fine with it as long as it allows me to use it the old-fashioned way...
What I don't get is that the Inline Edit feature only saves changes when you hit submit... Logically, it should do it on focusout() ;)
Haven't created a table in a long time though... I'd usually do it through a query as well, because usually my tables are copies of what can be found in install.sql...
What I don't get is that the Inline Edit feature only saves changes when you hit submit... Logically, it should do it on focusout() ;)
Haven't created a table in a long time though... I'd usually do it through a query as well, because usually my tables are copies of what can be found in install.sql...
4159
The Pub / Re: Logo Madness
« on November 8th, 2012, 09:38 AM »
Ah, don't get me started on that...
So... A bit of an update.
- After about a week, results were 8/11/5, so I've removed the last font which had 'only' 5 votes. The only person who voted only for the last one is Alanthar, so I'm inviting you to choose between the two remaining fonts now.
- I've replaced the small fonts with bigger versions. I tend to see the second font as the better one in small format because it's more readable, and the first font as the better one in large format because it's more lively. Votes aren't reset, you're free to keep your current vote as it is!
- I've added two more fonts that are of the 'very common' kind. I like common fonts because they feel natural to people :P You can vote for up to 3 fonts, I'll reduce the number afterwards. Hopefully faster than in the first batch. Say, in a couple of days.
- And you're also free to suggest any font I could have missed!
PS: And you're free not to participate in these polls if you don't care. :whistle:
Posted: October 31st, 2012, 06:57 AM
So... A bit of an update.
- After about a week, results were 8/11/5, so I've removed the last font which had 'only' 5 votes. The only person who voted only for the last one is Alanthar, so I'm inviting you to choose between the two remaining fonts now.
- I've replaced the small fonts with bigger versions. I tend to see the second font as the better one in small format because it's more readable, and the first font as the better one in large format because it's more lively. Votes aren't reset, you're free to keep your current vote as it is!
- I've added two more fonts that are of the 'very common' kind. I like common fonts because they feel natural to people :P You can vote for up to 3 fonts, I'll reduce the number afterwards. Hopefully faster than in the first batch. Say, in a couple of days.
- And you're also free to suggest any font I could have missed!
PS: And you're free not to participate in these polls if you don't care. :whistle:
4160
Archived fixes / Re: Add plugin doesn't work
« on November 8th, 2012, 09:08 AM »
We can still use AeMe to host the plugins, and develop a mini-plugin that will help communication between AeMe and Wedge auto-downloads.
4161
Archived fixes / Re: open_basedir and Load Balancing Page Errors
« on November 8th, 2012, 08:48 AM »
So, I've replaced this internally with @shell_exec('uptime')... Can you do the same and tell me if it works this time..?
(There's also another occurrence in Load.php, BTW. Done too.)
(There's also another occurrence in Load.php, BTW. Done too.)
4162
Off-topic / Re: XenForo lawsuit
« on November 8th, 2012, 12:09 AM »
If I'm following what they're saying at forumcomplaints... Apparently, XenForo is dead or at least dying. Their devs left the project, etc...
4163
The Pub / Re: Troubles during installation
« on November 8th, 2012, 12:08 AM »
You probably have a problem similar to velorooms'...
I think you're gonna have to share your FTP credentials with me so I can debug in real time at install time. Not fond about this kind of thing but I did it a lot back when I was in charge of AeMe... I probably even already did it for you ;)
But time for bed anyway... Hopefully tomorrow I should have more time to devote to Wedge.
I think you're gonna have to share your FTP credentials with me so I can debug in real time at install time. Not fond about this kind of thing but I did it a lot back when I was in charge of AeMe... I probably even already did it for you ;)
But time for bed anyway... Hopefully tomorrow I should have more time to devote to Wedge.
4164
Archived fixes / Re: Warn on new replies made while posting not working
« on November 8th, 2012, 12:06 AM »
This is a known issue -- for me!
Pete doesn't have the problem. I've had it at least 3 times. There have also been times when it worked correctly.
I have absolutely no sure-fire way to reproduce this.
Pete doesn't have the problem. I've had it at least 3 times. There have also been times when it worked correctly.
I have absolutely no sure-fire way to reproduce this.
4165
Off-topic / Re: LG Nexus 4
« on November 7th, 2012, 11:47 PM »
Oh, I myself would appreciate just putting my phone on a charger pad rather than having to plug it in... It saves a couple of seconds every time I recharge it. Time is money eheh.
Okay, so I still have no idea what phone I'm gonna buy, ah ah...
I think I'm bewitched by the Note II.
Okay, so I still have no idea what phone I'm gonna buy, ah ah...
I think I'm bewitched by the Note II.
4166
Archived fixes / Re: open_basedir and Load Balancing Page Errors
« on November 7th, 2012, 11:45 PM »
Honestly, I don't know. I don't remember getting a blank page on this, ever...
4167
Archived fixes / Re: Problem with pruning logs
« on November 7th, 2012, 11:45 PM »
Fixed locally, thanks.
Couldn't find any other TRUNCATE calls with multiple tables, so it should be fine from now on.
Couldn't find any other TRUNCATE calls with multiple tables, so it should be fine from now on.
4168
Archived fixes / Re: open_basedir and Load Balancing Page Errors
« on November 7th, 2012, 11:36 PM »
It's more of a server security issue. I remember having the problem at an earlier host. The current one supports this but the only difference is I can see the load average, that's all... If it's not supported -- it doesn't show anything.
Not a biggie IMHO.
Not a biggie IMHO.
4169
The Pub / Re: Troubles during installation
« on November 7th, 2012, 08:16 AM »
Wondering if the missing 0 was the problem indeed... ;)
(I remember I got fooled by it for quite a few minutes, long ago.)
(I remember I got fooled by it for quite a few minutes, long ago.)
4170
Off-topic / Re: XenForo lawsuit
« on November 7th, 2012, 01:03 AM »
Well, their legacy lives on... In a certain smiley set :^^;: