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
1
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on January 26th, 2016, 03:40 PM »
Try to lift up your memory limit in php.ini. This should do the trick.
2
Off-topic / Re: My Journey with Wedge.
« on May 3rd, 2015, 05:36 PM »
Hmm...
@Nao: please take a look...

Here's the config:
Code: [Select]
server {
   server_name .DOMAIN.TLD;
   index index.php;
   root /var/www/WEDGE_INSTALLATION_DIR;

   error_log /var/www/WEDGE_INSTALLATION_DIR/error.log;
   
   #Specify a charset
   charset utf-8;
   
   location / {
      try_files $uri $uri/ /index.php?$args;
   }

   location ~ \.php$ {
      try_files $uri =404;
      fastcgi_split_path_info ^(.+\.php)(/.+)$;
      fastcgi_read_timeout 180;
      include fastcgi.conf;
      fastcgi_pass unix:/var/run/php5-fpm.sock;
   }
   
   ## Deny dot files:
   location ~ /\. {
      deny all;
   }

   ## favicon.ico not found
   location = /favicon.ico {
      access_log off;
      log_not_found off;
   }

   ## robots.txt not found
   location = /robots.txt {
      access_log off;
      log_not_found off;
   }

}
3
Off-topic / Re: My Journey with Wedge.
« on May 3rd, 2015, 01:22 PM »
Just take a look at the documentation :)
http://wedge.org/doc/8392/prettyurls-on-nginx/
4
Support / Re: Upgrading Server PHP Version
« on March 30th, 2015, 08:37 AM »
There's no problem running Wedge on PHP 5.5. :)
5
Off-topic / Re: Linux
« on March 8th, 2015, 12:24 PM »
Debian :D
6
Archived fixes / Re: Data too long for column 'featured' at row 1
« on March 6th, 2015, 05:19 PM »
It depends also on client version.
There are some fields using BIT in Wedge.
Take a look at the PR.
Also BIT columns does'nt play nice with indexes. :)

Also interesting:
Why you should NOT use BIT columns in MySQL

So for me it's fine to have it in tinyint.
7
Archived fixes / Re: Data too long for column 'featured' at row 1
« on March 6th, 2015, 08:29 AM »
Yes! THX for the find.
BIT should be instead tinyint. Means the same, but display is handled very different.
And "outdated" since MySQL 5.0.3 ;)

PR is on the way.
8
The Pub / Re: Creating a Front Page
« on March 5th, 2015, 02:12 PM »
It's 99,999% Nao :D
9
The Pub / Re: Creating a Front Page
« on March 5th, 2015, 11:31 AM »
Wedge is one of the best forums available.
But to get it more to public there should be an easy solution to include third-party pages.
Most sites have tons of static pages beside the forum. Why not let Wedge determine the look of them?

And here's the culprit: if a lot of sites running Wedge, it's possible to get sponsored by someone else (much better than running ads :) ).

So it takes a bit of personal effort to make it happen.
It would be very disappointing to see Wedge fall down.
Wedge is a Communiy-Management-System.... so let's give the Community the opportunity to grow with Wedge. ;)
10
Bug reports / Re: Turkish Character in Mail Bug
« on February 23rd, 2015, 06:36 PM »
Just a question...
does your php.ini charset is set to UTF-8 instead of ISO-8859-9?
11
Bug reports / Re: Call to undefined function cache_get_data
« on February 16th, 2015, 06:53 PM »
Any time changes on server side?
12
Archived fixes / Videos not working
« on January 26th, 2015, 03:21 PM »
Linked videos don't work anymore.
13
Archived fixes / Re: install.php, no more. :P
« on January 25th, 2015, 07:36 PM »
No need to worry :D
Will change a single word tomorrow. :)
14
Development blog / Re: The obligatory Christmas update.
« on December 15th, 2014, 09:03 AM »
I'm alive and not drifted away. :)

At this time some heavy changes IRL are taking place. But it's getting better and I will be back soon again.
15
Off-topic / Re: Motorbike Licence
« on December 5th, 2014, 01:26 PM »
Just saw you and your new Bike :eheh: