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 - Pandos
181
Archived fixes / Re: Installation problem
« on March 4th, 2014, 03:43 PM »
And fixed.
Apache setups on Ubuntu have to handle some permission changes. Make sure your webserver directory runs under the same user as your webserver.
Code: [Select]
chown -R www-data:www-data /var/www
Also there's need to allow Apache to follow symlinks:
Code: [Select]
Options FollowSymLinks
If you don't have access to httpd.conf you can set it in .htaccess:
Code: [Select]
Options +FollowSymLinks
But it's not recommended. Setting it global in httpd.conf is more performant than putting it in .htaccess.
182
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:48 PM »
Can you grant me SSH access to your server?
If not, I need all files that are included in /etc/apache2.
183
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:33 PM »
Sure you have restart your webserver?
184
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:26 PM »
I'm sure you'll get this error because of the missing "Options FollowSymLinks" directive.
185
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:21 PM »
Please add the follwing after DocumentRoot:

Code: [Select]
         <Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

Then restart Apache. I think this should solve your problem.
186
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:15 PM »
Did you have a file in this folder?

/etc/apache2/sites-enabled/

If so, please post it's content.
187
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:04 PM »
@Nao
Take a look at the log:
Code: [Select]
GET /install/ HTTP/1.1" 200 837 "-"

Status is 200.
So that's why I believe it's an .htacces thingy.
188
Archived fixes / [Time Zone] Re: is 12 hours away from now
« on March 4th, 2014, 02:01 PM »
Never touched that setting before.
Bsck to the future ;)
189
Archived fixes / [Time Zone] Re: is 12 hours away from now
« on March 4th, 2014, 01:48 PM »
Forget it.
My timezone setting was Samoa-Time :lol:
Never changed it. Dunno why this happend.
190
Archived fixes / [Time Zone] is 12 hours away from now
« on March 4th, 2014, 01:45 PM »
Posted just now. Look at the screenshot.
191
Archived fixes / Re: Installation problem
« on March 4th, 2014, 01:39 PM »
Please take a look at your .htaccess.
Is there a line with:
Code: [Select]
#Options +FollowSymLinks
If it's commented out, please remove the #.
192
Archived fixes / Re: Installation problem
« on March 4th, 2014, 01:31 PM »
Can you please post the last view lines of your Apaches access.log?
Error 500 is worse, because it can be anything.
193
Archived fixes / [Full Editor] Re: Text is empty error
« on March 4th, 2014, 10:55 AM »
*lol*
OK, already mentioned, but completely forgotten by me :)
194
Archived fixes / Re: Notification mails are send twice
« on March 3rd, 2014, 08:41 PM »
Can be closed for know. :)
Will report if it strikes me again.
195
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 08:38 PM »
Yes.