We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Cannot use other directories after Oxwall install | Forum

Ryan Schostag
Ryan Schostag Jul 23 '14
I cannot use other directories after installing Oxwall. Please help!

(e.g. /email or /newsletter for phplist)

The error message says:


Fatal error: Maximum execution time of 90 seconds exceeded in /home/posdit/public_html/ow_system_plugins/base/bol/theme_service.php on line 978

I do not recall ever making any changes to that file, /theme_service.php.
pit
pit Jul 23 '14
maybe the problem was in ".htaccess" file... it's stored in root folder.

I use this file to stablish a rule to disable any access to different files or folders (for security)

look at this code (the lines with # are also comments):

#added to access custom files - sub domains or special folders
#--------
#subdomains and add on domains
#RewriteCond %{HTTP_HOST} !sub_addondomain.com$
#RewriteCond %{HTTP_HOST} !myaddondomain.com$
#
# folders
#RewriteCond %{REQUEST_URI} !/creservas/
RewriteCond %{REQUEST_URI} !/phplist/
#
# files
#RewriteCond %{REQUEST_URI} !/filejs.js
RewriteCond %{REQUEST_URI} !/phplist/index.php

RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php

all files or folders not specified in the rules, can't load because de server redirect to index

... but perhaps your problem is other because normally, with this rules, you don't see any error.
ross Team
ross Jul 24 '14

as to the execution time you need to increase the value of max_execution_time, contact your provider to do that for you. 


as to the issue with the directories, please read this post: http://www.oxwall.org/forum/topic/3913, do the search before posting, the issues you reported have been discussed a bunch of times. 

The Forum post is edited by ross Jul 24 '14