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.
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]
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.
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 »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.
65
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:20 AM »Is this a local Windows install..?
G night see you tomorrow! :)
66
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:19 AM »So what should I do with CF..?
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
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 »You can follow my setup progresses here: ffio.it :D
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 »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.
71
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:09 AM »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. :^^;:Quote from MultiformeIngegno on January 26th, 2014, 11:01 PM Ok now it works! It was CloudFlare's fault... -_-
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 »- 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. ;)
- 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.
- 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.
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/
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 »Empty file for me.