Posted on: 07/22/07 12:33pm
By: ronack
I'm trying to help a friend install on Linux. First let me say, I know very little about Linux. We got everything set up and I went to /admin/installs/check.php fixed the path problems then it came up with
Unfortunately, an error has occurred rendering this page. Please try again later.
Here are some paths he gave me
Text Formatted Code
$_CONF['path'] = '/usr/local/etc/httpd/geeklog/';
$_CONF['path_html'] = '/usr/local/etc/httpd/htdocs/cruiseinshows/';
I think it is something to do with the way his server or php is set up but I'm not sure. He is using Apache.
Any idea what I need to look at or tell him to look at?
Thanks
Ron
Re: Linux install
Posted on: 07/22/07 02:16pm
By: ronack
Now I have a little more descriptive error.
Text Formatted Code
An error has occurred:
2 - main(/usr/local/etc/httpd/geeklog/plugins/calendar/functions.inc): failed to open stream: No such file or directory @ /usr/local/etc/httpd/htdocs/cruiseinshows/lib-common.php line 6172
Re: Linux install
Posted on: 07/22/07 02:20pm
By: ronack
Ahhh even more info...I remarked out that section in the lib-common and the page came up. However it is showing all the plugins.
Of course it doesn't show the plugin menu now.
Re: Linux install
Posted on: 07/22/07 03:25pm
By: Dirk
Quote by: ronackmain(/usr/local/etc/httpd/geeklog/plugins/calendar/functions.inc): failed to open stream: No such file or directory
So which part of that message are you having problems with?
Check that the file is there (forgot to upload it?) and that the webserver can read it (check the directory permissions along the path).
bye, Dirk
Re: Linux install
Posted on: 07/22/07 03:31pm
By: ronack
That was my first thought, well actually my first thought was that it had the wrong name so I had him check and this is what he sent me
From WS_FTP
/usr/local/etc/httpd/geeklog/plugins/calendar
I didn't have him check for functions.inc tho, I'll do that now.
Re: Linux install
Posted on: 07/22/07 03:52pm
By: ronack
That was the problem, for some reason the functions.inc didn't get transfered.