Show Posts

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.

Messages - Pandos
196
Archived fixes / Re: Exhausted memory?
« on March 3rd, 2014, 08:36 PM »
Can you please try the following?
Add in index.php direct after the opening tag:
Code: [Select]
ini_set('memory_limit', '-1');

It's a workaround, but no solution for your problem.
197
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 07:55 PM »
Gotcha!
It's an issue with the WYSIWYG editor.
Enabling will break it.
198
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 04:24 PM »
Will give it a try later at home. Perhaps it's my firewall here in office.
199
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 01:43 PM »
That's odd. Tested with Chrome and IE. Both the same here on wedge.org.
200
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 12:52 PM »
When I'm writing a line in quick reply and then switch to full editor, the text is gone.
201
Archived fixes / [Full Editor] Text is empty error
« on March 3rd, 2014, 12:31 PM »
Write a line in Quick reply and switch to the full editor.
Then paste your line again and click submit.
Error: Text is empty.
202
Features / Re: Poll: dropping oldIE
« on March 3rd, 2014, 12:29 PM »
Unfortunately IE7 is used by some Users. So we should keep up with support.
IE6 is dead.
203
The Pub / Re: Wedge translation pt_PT (Git questions)
« on March 3rd, 2014, 11:35 AM »
Sounds fair enough to commit :)
204
Off-topic / Re: Basic help with GitHub please
« on February 28th, 2014, 07:10 PM »
@Nao: heard the news about Atom?
http://atom.io/
Sounds cool!
205
Archived fixes / Re: APC Cache Errors
« on February 28th, 2014, 07:05 PM »
14.04 LTS: "Trusty Tahr" Beta is available. :)
206
Support / Re: How do I install extra languages?
« on February 28th, 2014, 06:54 PM »
Just put it in the language folder.
207
The Pub / Re: Thanks. Really!
« on February 28th, 2014, 09:16 AM »
Bug reports is the right place :)
Even if their trivial, put them in.
208
Archived fixes / [Notifications] Re: not working
« on February 28th, 2014, 09:04 AM »
OK, I've receive notifications from moving topics and new PM's. So it only affects replies, thoughts and likes.
209
Archived fixes / [Notifications] links in notifications are gone
« on February 28th, 2014, 09:01 AM »
Today I received a notification with a blank link to topic:
Quote
Farjo moved [AeMe] The database value... to Archived fixes. You can access the board here:

{BOARD_URL}
210
Archived fixes / Re: APC Cache Errors
« on February 28th, 2014, 08:59 AM »
It's a bug in APC. Latest version of APC resolved the problem. Can you try to update (pecl upgrade apc)?

If not, try to set apc.write_lock = 1 and apc.slam_defense = 0 in php.ini. This should fix the problem.