Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

escal/setup/ gives me a blank page or a server path error
Old 01-21-2005, 03:09 PM   #1
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default escal/setup/ gives me a blank page or a server path error

I am trying to set up ES Calendar for the first time and when I go to the address listed in the instructions (http://www.yourdomain.com/escal/setup, or in my case http://www.mse.ncsu.edu/escal/setup/ I get either a blank page or a redirect to http://www.mse.ncsu.edu/escal/setup/install.php, where I see the following message:

Server Path Error.
Please run the Setup and Configuration Manager to correct this problem.

Where is the Setup and Configuration Manager? What should I do to correct this?

I can see http://www.mse.ncsu.edu/escal/demo.php.

Thanks,
Rebecca

Last edited by rloconne; 01-21-2005 at 03:25 PM.
 

Old 01-21-2005, 04:06 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Please delete and re-upload the config.inc.php file and see if this helps.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-21-2005, 04:06 PM   #3
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

And also, do the same for the showCalendar.php file.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-21-2005, 05:57 PM   #4
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default

I reuploaded both files using the ziped copy of escal downloaded from the email link you sent me, and am back to looking at blank screens for both setup/index.php and setup/install.php.
 

Old 01-21-2005, 06:15 PM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

What' s strange is that those paths are not even used at that point in the script. Can you PM me FTP access to your server so I can take a look?
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-21-2005, 07:10 PM   #6
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default

I can't think of a way to give you ftp access unless you have an NCSU user id, but I did finally remember to check http://webtest.mse.ncsu.edu/escal/setup/, where I can see actual error messages instead of just a blank screen and saw the following:


Warning: main(): open_basedir restriction in effect. File(../config.inc.php) is not within the allowed path(s): (.:/afs/eos.ncsu.edu/engrservers/www/mse/_include:/usr/share/pear) in /afs/eos.ncsu.edu/engrservers/www/mse/escal/setup/index.php on line 1

Warning: main(../config.inc.php): failed to open stream: Operation not permitted in /afs/eos.ncsu.edu/engrservers/www/mse/escal/setup/index.php on line 1

Fatal error: main(): Failed opening required '../config.inc.php' (include_path='.:/afs/eos.ncsu.edu/engrservers/www/mse/_include:/usr/share/pear') in /afs/eos.ncsu.edu/engrservers/www/mse/escal/setup/index.php on line 1
 

Old 01-22-2005, 08:42 AM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Can you ask your server admin about this? This is very common to do in programming and should not cause any errors. It seems that they have some very strict settings on the server preventing you from executing the script.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-24-2005, 11:32 AM   #8
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default

I wrote to my system admin. and got the following response:

Sorry Rebecca - we have to maintain the open_basedir restriction for sitewide security security reasons. Unless you can find a version that can operate with those restrictions - you won't be able to install this tool.

Is there a way to work around this or am I just out of luck?
 

Old 01-24-2005, 11:57 AM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

I did a little research on this and would like to try the following...

Try editing the index.php file in the events directory and look at the top of the file for:

$serverPath="../";
require ("../config.inc.php");

Change these to:

$serverPath="/../";
require ("/../config.inc.php");

[notice the extra / before the ..]

Does this help any?
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-24-2005, 02:31 PM   #10
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default

That didn't make any difference. I also tried moving all of the php files (changing the names where there would have been a duplication) and updating all of the require()s, but this just resulted in a Server Path Error.
 

Old 01-24-2005, 03:01 PM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Sending you a PM...
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 01-24-2005, 03:17 PM   #12
rloconne
Calendar User
 
rloconne is offline
Join Date: Jan 2005
Posts: 6
Default

Um...what is a PM and how would I be receiving it?

Last edited by rloconne; 01-24-2005 at 03:21 PM.
 

Old 01-24-2005, 03:21 PM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Sorry, that's a Private Message.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal Server Error with New Version jcollinstva General Support 28 10-05-2005 12:49 AM
error message at the top of "printable calendar" page flyingMoose Mambo/Joomla Integration 3 09-13-2005 05:00 PM
Server Path Error sinamguru General Support 13 01-30-2005 08:03 PM
Just installed the Calendar, but get a blank page Rowan Thomas General Support 1 01-21-2005 08:52 AM
server path error rabbi General Support 2 05-25-2004 05:53 AM



All times are GMT -4. The time now is 02:42 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |