Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
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

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
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
 

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
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.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by: ronack

main(/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

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
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.

Status: offline

ronack

Forum User
Full Member
Registered: 05/27/03
Posts: 612
That was the problem, for some reason the functions.inc didn't get transfered.