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.
166
Archived fixes / Re: Installation problem
« on March 10th, 2014, 07:23 PM »Execution of PHP files isn't the problem.
Problem is that the installer have to move some files and directories. This fails with error 500.
And yes, the biggest culprit is to become write access to this folder.
So for that we can check with php_uname for Ubuntu and display some hints to the user.
The question for me: is it only Ubuntu? No!
What if someone with with another OS creating a directory under root and point the webserver to this directory?
Sorry to say that, but there will be always special cases for different setups. I think that in a "normal" setup the installer works just fine. So it's save to have a web installer.
168
Bug reports / Re: New board error
« on March 10th, 2014, 05:55 PM »
Can you please try it again with cache disabled?
169
Plugins / Re: Facebook plugin, language issue?
« on March 10th, 2014, 03:33 PM »
BTW. There's still an open PR for this plugin :)
170
The Pub / Re: Translating Wedge to Spanish - Need a little help
« on March 5th, 2014, 04:56 PM »
Did you save it with UTF-8 decoding?
171
Bug reports / [Posting] Re: Wrong attachment is uploaded
« on March 5th, 2014, 02:21 PM »
Working correct on a fresh install.
So it's a problem with mass_attach.
So it's a problem with mass_attach.
172
Archived fixes / Re: Ignoring users
« on March 5th, 2014, 11:11 AM »
IMHO it's WIP. Buddy lists are disabled at this time. And ignore will make use of it's function too.
173
Bug reports / [Posting] Re: Wrong attachment is uploaded
« on March 5th, 2014, 09:01 AM »
Seems that this issue is a bit older :)
http://wedge.org/pub/bugs/8072/attachment-upload-bug/msg288200/#msg288200
http://wedge.org/pub/bugs/8072/attachment-upload-bug/msg288200/#msg288200
174
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.
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.
175
Features / Re: Poll: dropping oldIE
« on March 5th, 2014, 08:46 AM »
Here we go...
You can see that the use of IE7 gets a hit about the timeline, but 2840 users (January) is still enough to keep support for IE7.
You can see that the use of IE7 gets a hit about the timeline, but 2840 users (January) is still enough to keep support for IE7.
176
Archived fixes / Re: Installation problem
« on March 4th, 2014, 06:18 PM »Pandos, if ever I am in Germany I will hunt you out and kiss you! My localhost copy of Wedge has never worked but your suggestion sorted it out :) (If fact for me it was the compress CSS that fixed it.) Thank you thank you :D
But why did you say nothing before? Or do I need new glasses?
177
Archived fixes / Re: Installation problem
« on March 4th, 2014, 05:45 PM »Im having a problem now with the look of the site, looks like there is no ccs?
I saw someone with the same problem but the topic is marked as solved with no solution.
178
Archived fixes / Re: Installation problem
« on March 4th, 2014, 05:43 PM »
Execution of PHP files isn't the problem.
Problem is that the installer have to move some files and directories. This fails with error 500.
And yes, the biggest culprit is to become write access to this folder.
So for that we can check with php_uname for Ubuntu and display some hints to the user.
The question for me: is it only Ubuntu? No!
What if someone with with another OS creating a directory under root and point the webserver to this directory?
Sorry to say that, but there will be always special cases for different setups. I think that in a "normal" setup the installer works just fine. So it's save to have a web installer.
Problem is that the installer have to move some files and directories. This fails with error 500.
And yes, the biggest culprit is to become write access to this folder.
So for that we can check with php_uname for Ubuntu and display some hints to the user.
The question for me: is it only Ubuntu? No!
What if someone with with another OS creating a directory under root and point the webserver to this directory?
Sorry to say that, but there will be always special cases for different setups. I think that in a "normal" setup the installer works just fine. So it's save to have a web installer.
179
Archived fixes / Re: Installation problem
« on March 4th, 2014, 04:42 PM »
Or....
let's check if the server is running Ubuntu.
If so, display some hints before continuing :)
let's check if the server is running Ubuntu.
If so, display some hints before continuing :)
180
Archived fixes / Re: Installation problem
« on March 4th, 2014, 04:38 PM »Sven, do you think this problem could be 'fixed' in any way that's, err... Either controllable by Wedge (so that we can avoid these support questions in the first place), or explainable without getting too technical...?
IMHO there's only one simple way: adding a view lines to .htaccess. But for the price that this will slow down all others. :(
No way!
And something more different (just an idea):
Let the installer create a symbolic link and test it with PHP "is_link".
If it's available, do nothing. If not, add "Options +FollowSymLinks " to .htaccess.
But that's just half the way. How to chown directorys with PHP if the webserver isn't running with root privileges?
No, there's no way....