1
I'm trying to get a local version of XOOPS to run on my laptop that I can use as a demo when I'm on the mve and there's no internet access.
The Laptop is running on Win XP home edition and I've installed PHP Triad.
Apache is running OK
SQL database seem to be setup properly
When I try to view the site at
http://localhost/website I just keep getting errors such as:
Warning: Failed opening '/home/website/public_html/include/common.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\public_html\mainfile.php on line 93
Warning: Failed opening '/home/website/public_html/class/xoopsblock.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\public_html\header.php on line 28
Fatal error: Failed opening required '/home/website/public_html/class/template.php' (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\public_html\header.php on line 62
I've been running around resetting permissions on various folders but can't seem to make any progress on this now.
Can anyone tell me what the deal is with 'pear'??
better still, anyone know how to resolve the problem?
Actually - this is just an afterthought:
What I've done is to backup my database and all XOOPS files including config files etc... from the remote server that's hosting the site. the remote server is running 'FreeBSD 4.8-RELEASE-p24' ?? I dunno, what this is.
I've copied these files onto my local Windows installation of Apache... Could it be that there are some files unique to each OS that requires me to setup the site from scratch locally?