It seems a bit odd to post an effective advertisement for morphogenesis on the XOOPS main page then not answer such a basic question...
Biteronboard wrote:
Sounds to me like typical issues an inexperienced user would have with XOOPS.
Typically any folder named "res" is a resource folder...
As a theme designer, I am a bit put off by...
Quote:Theme kills XOOPS - Should Themes be avoided??
In fact its kind of insulting...
If thousands and thousands of people have used this system successfully for over 5 years... maybe its not the car but the driver.
go to admin -> xoopsinfo, click "PHP Info" tab and scroll down a little to "Configuration - PHP Core". Find the "open_basedir" value and see if it is set. Is it same as your XOOPS root?
open_basedir no value no value
6. Edit mainfile.php, which is in your website root folder. You need to define
XOOPS_TRUST_PATH as a new constant here by adding a new line. The value should be
the physical path to the trust path folder, eg:
define('XOOPS_TRUST_PATH', '/home/my_user_account/public_html/my_trust_path');
3. Create a new folder outside of your website root to serve as your 'trust path'. You can call
the folder anything you like, but I'll use 'my_trust_path' in this example. If your website root
is called public_html, the directory structure would probably look something like this:
/home
/my_account
/public_html [this is the website root, your site is in here somewhere]
/my_trust_path [lies outside the website root]
Software server Apache/1.3.33 (Darwin) PHP/5.0.4 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l mod_perl/1.29
PHP version 5.0.4
MySql version 4.1.13a
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php'
include XOOPS_TRUST_PATH."/modules/protector/include/precheck.inc.php"
The requested URL /modules/article/admin/install/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.