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 - Nao
1771
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:19 AM »
So what should I do with CF..?
Quote from MultiformeIngegno on January 28th, 2014, 12:12 AM
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..
Hmm... I have no idea what it implies, sorry. :(
Is this a local Windows install..?

Okay, I'm really late now. See you tomorrow. Hope you can sort everything out and share!
Posted: January 28th, 2014, 12:17 AM

What's server caching, and what's Cherokee..? (Not a friend of Apaches, I guess. :P)

Maybe I should update the README saying that Cherokee and CloudFlare aren't supported..?
1772
The Pub / Re: Wedge repo -- installation feedback
« 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.
1773
Archived fixes / Re: Errors when registering
« on January 28th, 2014, 12:06 AM »
In /core/app/captcha/captcha-recomposeanim_shadow.php:

Replace line 37

Code: [Select]
$font = ASSETS_DIR . '/fonts/Screenge.ttf';

With

Code: [Select]
$font = ASSETS_DIR . '/fonts/wecaptcha1.ttf';

This bug was introduced by Arantor nearly a year ago... I'll commit that fix tomorrow.
1774
Archived fixes / Re: Errors when registering
« on January 27th, 2014, 11:59 PM »
That's not for ReCaptcha, it's for the core captcha files...
1775
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 11:58 PM »
Oh, bugger... Now I remember.
It's one of those to-do's. The whole thing about scheduled tasks sending e-mails in the language of the current visitor. i.e., when scheduled tasks are launched, they use already loaded language files, and it depends on the current visitor's settings.

I thought I'd fixed that before, though...... -_-
1776
Archived fixes / Re: select has visibility:hidden on create new topic
« on January 27th, 2014, 11:56 PM »
Quote from MultiformeIngegno on January 27th, 2014, 11:52 PM
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).
I don't know what to say. I don't have this problem.
I do have unstyled pages from time to time -- but it's very rare, and IIRC only after installing.
Quote from MultiformeIngegno on January 27th, 2014, 11:52 PM
I'll do some research tomorrow! ;)
htaccess is fun, because it's per-folder. I don't get why nginx and lighttpd don't AT LEAST provide the ability to parse htaccess files on the fly. Yes, it'd make them a bit slower. But then what..? Slow something always beats fast nothing!
Quote from MultiformeIngegno on January 27th, 2014, 11:52 PM
I was with Firefox! I don't even have Opera installed..
Oh... Well, I really should test more with Firefox, but it takes too much memory, and if I have to choose between Chrome and FF, I prefer to test in Chrome.

Perhaps I should, hmm, reinstall the 'stable' Firefox in the special folder, and only have wedge.org pages in it... That should load faster... No?

Anyway, AFAIK, none of my earlier tests had problems with Firefox.
1777
Features / Re: New revs
« on January 27th, 2014, 11:52 PM »
[Commit revision 7eccc60]
Author: Nao
Date: Mon, 27 Jan 2014 23:50:24 +0100
Stats: 1 files changed; +3 (insertions), -2 (deletions)

  • Attempting to make life easier for new installers having problems, at least for the duration of my sleep time. Nao needs his sleep, otherwise he gets grumpy and inefficient. (README.md)
1778
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 11:43 PM »
Did you get this one Like twice?
1779
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 11:43 PM »
Did you get this one Like twice?
1780
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 11:41 PM »
Ouch...

Well, there's some Apache code in OriginalFiles, but it 'simply' ensures that htaccess files aren't copied if the server isn't Apache. So it should be working..?!

I guess I'll need access to your server at some point. (I'll have a bit more time to work on Wedge tomorrow, so I should be able to log into Norodo's test server and yours (if you want to share your credentials or create new ones of course))

Very sorry about the problem. I thought the whole new installer was pretty neat. Well, scratch that, I still think it's pretty neat. It just needs some more work to be perfect.
1781
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 11:38 PM »
Is it just on this website that the notification problem shows up?
I should add that I've disabled notification e-mails for myself. Mass-notification is enabled, but disabled on wedge.org's side. Can't remember why. Notifications are still a terrible work in progress in Wedge (along with privacy and contact lists). It's stuff that will be looked into once the first wave of installation problems is solved.
1782
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 11:37 PM »
Is it just on this website that the notification problem shows up?
I should add that I've disabled notification e-mails for myself. Mass-notification is enabled, but disabled on wedge.org's side. Can't remember why. Notifications are still a terrible work in progress in Wedge (along with privacy and contact lists). It's stuff that will be looked into once the first wave of installation problems is solved.
1783
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 11:35 PM »
Just to be clear: I've done a reinstall from scratch as well, on my remote server (well, on a wedge.org subfolder with a silly long name), and it works perfectly.
Make sure OriginalFiles is uploaded.
And also -- I forgot -- you should move install/.htaccess to the root. Just in case. I don't think OriginalFiles deals with that file. Maybe it's the culprit..??
1784
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 11:33 PM »
When does it happen? Immediately..?
After the 500 error, does Settings.php show up in the root?
Do the media, attachments, gz and plugins folders show up in the root?
1785
That's pretty much it, yes. ;)