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 - MultiformeIngegno
61
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 01:18 PM »
Now with CF on sessions work fine even without proxy setting on. I don't know what to say.. <_<
62
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 12:46 PM »
:o I really didn't remember the proxy setting. I'll try it soon
63
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 02:26 AM »
I can confirm the login (session verification failed) issues (had with SMF as well). My IP anyway is not the same of the CDN, as I set this up on nginx (and in fact in logs real IP are present, not CDN ones):

Code: [Select]
   set_real_ip_from   199.27.128.0/21;
   set_real_ip_from   173.245.48.0/20;
   set_real_ip_from   103.21.244.0/22;
   set_real_ip_from   103.22.200.0/22;
   set_real_ip_from   103.31.4.0/22;
   set_real_ip_from   141.101.64.0/18;
   set_real_ip_from   108.162.192.0/18;
   set_real_ip_from   190.93.240.0/20;
   set_real_ip_from   188.114.96.0/20; 
   set_real_ip_from   197.234.240.0/22;
   set_real_ip_from   198.41.128.0/17;
   set_real_ip_from   162.158.0.0/15;
   set_real_ip_from   2400:cb00::/32;
   set_real_ip_from   2606:4700::/32;
   set_real_ip_from   2803:f800::/32;
   set_real_ip_from   2405:b500::/32;
   set_real_ip_from   2405:8100::/32;
   real_ip_header     CF-Connecting-IP;

WordPress' sessions work just fine.. maybe yeah Wedge/SMF should have some edits regarding HTTP_X_FORWARDED_FOR ?

I did not test the rest yet.
64
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:26 AM »
Quote from Nao on January 28th, 2014, 12:23 AM
Oh, the irony...

You must be using a very recent version of PHP. Recently they started deprecating mysql() functions.
It's an old importer script, and it was never converted to use mysqli(), unlike the rest of Wedge. Problem is the same on openimporter.
Either TE will fix it by tomorrow, or I'll look into it. In the meantime, you can always try to downgrade your PHP to 5.3, and retry importing.
I can't downgrade.. it's a production server :P
65
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:20 AM »
Quote from Nao on January 28th, 2014, 12:19 AM
Is this a local Windows install..?
Nope, PHP 5.5.8, nginx 1.5.9 on Ubuntu Server 13.10.

G night see you tomorrow! :)
66
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:19 AM »
Quote from Nao on January 28th, 2014, 12:17 AM
So what should I do with CF..?
For now just say it's not fully supported I presume.

The importer gives me this
67
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:15 AM »
Uh..it's working now.. I just tried again. Same procedure

Now I'm uploading the importer
68
Archived fixes / follow_me() bug, shows up from time to time.
« on January 28th, 2014, 12:13 AM »
Just for the records it happened again now (Firefox 26.0)
69
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:12 AM »
Quote from MultiformeIngegno on January 28th, 2014, 12:09 AM
You can follow my setup progresses here: ffio.it :D
Mmmh.. really strange. I'm installing now in the same database I had the previous version (yesterday). Of course I'm setting now wedge2_ as prefix. But I get this:

Access denied for user 'root'@'localhost' (using password: NO)

Even if I entered another database username..
70
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:09 AM »
Quote from Nao on January 28th, 2014, 12:08 AM
Thanks, guys!
I know it's annoying to reinstall everytime (I really SHOULD add some feature to automatically delete existing tables if reinstalling over the same database), but I can't rely only on my experience to determine the installer is working 100%.

I'd really rather have fixed the 500 problem before going to sleep, but it'll all depend on whether Sven can fix the error on his side, or if he can give me access tomorrow.
You can follow my setup progresses here: ffio.it :D
71
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:09 AM »
Quote from Nao on January 27th, 2014, 10:14 AM
Quote from MultiformeIngegno on January 26th, 2014, 11:01 PM
Ok now it works! It was CloudFlare's fault... -_-
What with CloudFlare? Can you be specific..? I can't expect everyone on a CloudFlare-powered hosting to sort out their problems by themselves... Not everyone's as specialized in it as you are. :^^;:
Ehm, I don't know what CloudFlare's setting is in particular.. I just "paused" the domain in the CloudFlare panel and stylings started not giving me 404 error anymore.
I had problems with it (at some point.. before it was ok) with SMF too. It gave me (and gives me if I reactivate it now, I tested yesterday) a "session verification error" with CloudFlare on.
72
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 11:58 PM »
'kay, I'm deleting Wedge setup installed yesterday. I redownloaded the zip now, so I'll install it and then try the importer!
73
Archived fixes / Re: select has visibility:hidden on create new topic
« on January 27th, 2014, 11:52 PM »
Quote from Nao on January 27th, 2014, 11:20 PM
- No page refresh should be needed. This is because filenames change whenever you change one of these options (compression and obfuscation). If you switch between minified/unminified, the filename isn't changed, but what does it matter. ;)
Mmmh.. I needed to refresh the page every time I changed some of those options (I got no stylings every time before a first refresh).
Quote from Nao on January 27th, 2014, 11:20 PM
- Enable compressed JS/CSS *should* work on other servers... It's just that you'll need to write your own handlers for them. As simple as that... Well, as complicated as that. But if you're not using Apache, chances are, you know what you're doing.
I'll do some research tomorrow! ;)
Quote from Nao on January 27th, 2014, 11:20 PM
- The text below your avatar seems to overlap on Opera 18 default, as mentioned in another topic. By the time Wedge goes stable, though, all (important) browsers will support everything properly. If you need support right now, just enable 'web platform' in about:flags.
I was with Firefox! I don't even have Opera installed..
74
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 09:29 PM »
Working changelog:
http://www.simplemachines.org/community/index.php?topic=517205.msg3659937#msg3659937

I'll test soon the installer with my forum: rockciclopedia.com/forum/
75
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 09:27 PM »
Quote from Nao on January 27th, 2014, 09:20 PM
Empty file for me.
Eheh they have some problems with releases :p