I used Abe's wonderful RPM (thanks Abe)...
http://no.longer.valid/phpwiki/index.php/Geeklog%201.3.9%20rpm...to install the GeekLog (it's a CMS/blog) into my SME Server v6.0.1-01 without any specific problems. That CMS is running nicely.
I would like to integrate my existing (iBay-mounted) Gallery v1.4.4 into Geeklog. I am given to understand that the integration is achieved during Gallery's install/config phase and I have followed the Gallery's instructions. Gallery states it is fully compliant working within Geeklog (ie embedded). Apparently nothing is 'needed' at the Geeklog end of things(!?) but I can't tell as I haven't yet got the thing working;~/
The end result is that my previously working (iBay-mounted) Gallery then shows a blank screen and the server's message log gives an open_basedir error:
Aug 14 10:01:13 systa httpd: PHP Warning: open_basedir restriction in effect. File is in wrong directory in /home/e-smith/files/ibays/ic/html/gallery/init.php on line 162
Aug 14 10:01:13 systa httpd: PHP Fatal error: Failed opening required '/opt/geeklog-1.3.9/public_html/lib-common.php' (include_path='.:/usr/share/php') in /home/e-smith/files/ibays/ic/html/gallery/init.php on line 162
The contents of <init.php> line 162...
require_once(GEEKLOG_DIR . '/lib-common.php');
...seem appropriate enough.
I am unused to hoiking things deep into the server as, usually, I manage to get everything reliably running from an iBay. There seems something amiss DESPITE the following clause seen to be in the </etc/httpd/httpd.conf> file...
#----------------------------------------------------------
# Geeklog 1.3.9
#----------------------------------------------------------
Alias /geeklog /opt/geeklog-1.3.9/public_html/
<Directory /opt/geeklog-1.3.9/public_html>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
order deny,allow
deny from all
allow from all
</Directory>
#---------------------------------------------------------
# end of Geeklog 1.3.9
#---------------------------------------------------------
...is there anything you could recommend I do next? I have brought this to the server's forum in preference to those of the Gallery or Geeklog as I have this feeling that it is a server-orientated matter;~/
best wishes, Robert