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.

Topics - Pandos
16
Archived fixes / [Wilde] Rounded cornes disappeared
« on March 17th, 2014, 09:27 AM »
In Wilde the rounded corners are vanished away. The background  shadow shows them. Also the Home button is lookink terrible when hovering.
This is with Chrome 34.0.1847.60 beta-m & IE 11.0.4.
17
Bug reports / [Posting] Wrong attachment is uploaded
« on March 5th, 2014, 08:50 AM »
Simple to reproduce:

Write a new post and select an attachment.
Then change the attachment in favour for another attachment.
Click Post.
Result: the first choosen attachment is uploaded.
18
Archived fixes / [Time Zone] is 12 hours away from now
« on March 4th, 2014, 01:45 PM »
Posted just now. Look at the screenshot.
19
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.
20
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}
21
Archived fixes / [Notifications] not working
« on February 13th, 2014, 07:22 PM »
Missing notifications on replies, thoughts and likes.
PM is working.
Anyone experiencing the same?
22
Archived fixes / [AeMe] Error 500 while changing gallery symbol
« on February 5th, 2014, 02:50 AM »
PHP Fatal error:  Call to a member function getImageWidth() on a non-object in /usr/local/var/www/gz/app/media_Class-Media.php on line 430
23

After changing symbol of my gallery folder and reuploaded another image:

The database value you're trying to insert does not exist: id_file
Function: aeva_resetTransparency
 File: /usr/local/var/www/gz/app/media_Subs-Media.php
Line: 3590

Pictures still there but not accessible
24
The Pub / Testing Pretty URLs [Commit revision 4b0255a]
« on February 3rd, 2014, 05:01 PM »
Working great!
Just a little example:
Topic:: Th^ês@t wädgeß
URL: th-es-t-wadgess

Topic:: sd+##§$&gfü
URL: sd-s$-gfu
25
Documentation / PrettyURLs on nginx
« on January 31st, 2014, 11:19 AM »
Setup PrettyURls for nginx is straight forward.
It's the same setup as for Wordpress.
Thanks to MultiformeIngegno
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;
   }

}
26
Archived fixes / Twice in online list?
« on January 29th, 2014, 04:45 PM »
OK, I'm not into alcohol, but I see Norodo twice?
27
Archived fixes / Issues with CDN's
« on January 28th, 2014, 01:19 AM »
If you are switching to an CDN (e.g. Google, Cloudflare) there are some issues to resolve:
  • Search is not working::
    Searching will give always error 414 /The requestet URL is too large)
    That's really bad and there isn't much we can do. The reason why it's so long: it includes a parameter for every board you want to search.
    How to solve:
    CDN only serving alias "www". So if you just enable cookies for subdomains and redirect the search to perform on the bare domain it could be possible to bypass the CDN.
    or
    Use Custom Google search
    or or
    Re-writing search from scratch...... :^^;:
  • Login Issues:
    Everytime you want to post you will always get:
    You're session has expired...
    It's because of your and all your users IP is always the IP of the CDN.
    Also there's a major problem with banning, if all your users are from the same IP-Range :)
    Does Wedge support HTTP_X_FORWARDED_FOR?
    But this could lead to some serious security issues:
    modifying the http header and adding an untrue x-forwarded-for header... :whistle:
    Solved
  • Attachments not showing up
    It looks like those resources are being served out of the reference domain
     with a "Content-Encoding: none" header. This causes some problems with  decoding the response (confirmed by Google).
    But this can be easily fixed.
  • Posting of attachments is impossible:
    You'll always get:
    session timed out.
    Solved with issue #2
@MultiformeIngegno: please keep track if there are more issues with CF. I'll check Google PSS.
28
Archived fixes / Notification mails are send twice
« on January 27th, 2014, 07:25 PM »
Receiving always two notification mails. Can someone reproduce it?
29
Archived fixes / Log throws errors
« on January 17th, 2014, 01:49 PM »
After upgrading to the newest version:
2: mysqli_query() expects at least 2 parameters, 1 given: Subs-Template.php Zeile: 588
30
Plugins / Working plugins by January 2014
« on January 16th, 2014, 09:52 PM »
After the great change I've tested all plugins.
Complete List of confirmed plugins:
  • Birthdays -> OK
  • Calendar -> Not working OK
  • Contact Page -> OK
  • Disable Right Click -> OK
  • Edit History -> OK
  • Flitter -> OK
  • Improved Attachments Upload -> OK
  • Lang Cache Flush -> OK
  • Max Smileys Per Post -> OK
  • Member Mentions -> OK
  • PM Flash -> OK
  • Pie Polls -> OK
  • Posts per Day -> OK
  • Readability -> OK
  • reCaptcha ->OK
  • Recent Items -> OK
  • Signature Once Per Page -> OK
  • Skin Selector -> OK
  • Topic Buttons -> OK
  • Topic Solved -> OK
  • Users Online Today -> OK
  • Wedge Desk -> Not tested (what the hell.....) :)
  • Wedge.org Changes -> OK
  • Word Count Limits -> OK