1
I've installed a number of php/database open source systems so I'm not exactly a newbie (zen-cart, mambo, wordpress, etc). I followed the directions here:
http://internap.dl.sourceforge.net/sourceforge/xoops/XOOPS2.3.x_InstallationGuide_en.pdfand checked that the directories exist and are writeable (I did have to add the data directory). I also copied the protector mainfile over.
So, I have all the htdocs sitting in my root directory - I renamed the xoops_data and xoops_lib but can't move them up out of the root directory.
I am running php 5.25 and a new MySQL (can't remember the version) on a unix server (shared hosting).
When I navigate to the root directory I receive:
Warning: include_once(/class/xoopsblock.php) [function.include-once]: failed to open stream: No such file or directory in D:\hshome\chsweb\xxxxxx.net\header.php on line 30
Warning: include_once() [function.include]: Failed opening '/class/xoopsblock.php' for inclusion (include_path='.\;C:\Program Files\HSphere\3rdparty\PHP\PHP5\PEAR') in D:\hshome\chsweb\xxxxx.net\header.php on line 30
Fatal error: Call to a member function stopTime() on a non-object in D:\hshome\chsweb\xxxxx.net\header.php on line 36
The file does exist in the class directory - is there a file I am to edit before running this to set the paths?