E107 errors

Status
Not open for further replies.

tannz76

New Member
Messages
2
Reaction score
0
Points
0
I recently installed e107 to my website, everything was fine and it installed perfect.
Until i tried to access the plugins, such as forums. I get an internal server error while trying to edit them, they install fine but can not be accessed.
I used all the settings required in the installation notes with the file permissions etc.

I'm currently trying a re-install of e107.

Wondering if you can shed any light on my situation?

Thanks
Paul
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Two things.

x10hosting requires .php files be set to 0644 permissions.

.htaccess files can cause 500 errors. If it contains any RewriteRule , you should have RewriteBase / also. You can post the contents of any (they can be in subdirectories too) .htaccess files for us to look at and see if we can spot any problems.
 

tannz76

New Member
Messages
2
Reaction score
0
Points
0
Two things.

x10hosting requires .php files be set to 0644 permissions.

.htaccess files can cause 500 errors. If it contains any RewriteRule , you should have RewriteBase / also. You can post the contents of any (they can be in subdirectories too) .htaccess files for us to look at and see if we can spot any problems.

not exactly sure on what you mean, but I only have e107.htacces

Code:
# Custom error pages for php scripts only
<FilesMatch \.php$> 
	ErrorDocument 400 /error.php?400
	ErrorDocument 401 /error.php?401
	ErrorDocument 403 /error.php?403
	ErrorDocument 404 /error.php?404 
	ErrorDocument 500 /error.php?500
</FilesMatch>

and thats all it seems to contain.

I have used e107 with x10 before without any issues =/
 
Status
Not open for further replies.
Top