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


Go Back   Easy PHP Calendar > General Discussion > Installation / Upgrade Questions

Installation / Upgrade Questions Questions or issues concerning the installation of the Easy PHP Calendar script.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Two Questions
Old 10-17-2005, 06:44 PM   #1
memeadmin
Calendar User
 
memeadmin is offline
Join Date: Apr 2005
Posts: 7
Default Two Questions

Where can I, as a paid user, download the latest version?
How come I didn't receive an email notification regarding the latest release? Can I sign up somewhere to be notified?

Lastly, I'm attempting to install on a new server - messaged you awhile back as my Win2k server had a missing .DLL the installer wanted. I've since found that file courtesy of our friends at Google.

Now I'm running into that newbie issues (yes, I'll admit it upfront so snicker all ya want ) where the site keeps telling me it won't run due to ACL issues - not allowed to access the page - 403.1 error.

I went back to run the tester to see if I had other issues and the tester won't run either. I've given all the security rights anyone needs to make changes to the PHP files and still not luck - HELP!
 

Old 10-17-2005, 06:51 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

The trial and paid versions are the same. You can download from the Free Download page or the Support page.

New Releases: http://www.easyphpcalendar.com/forum...ead.php?t=2297

Additionally, when the calendar is installed, it can be configured to check for new versions.

I'm not familiar with ACL issues or 403.1 errors. However, it sounds like a server configuration issue?
__________________
-- Brian

Questions?

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

Old 10-18-2005, 06:39 AM   #3
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

ACL = Access Control List aka user permissions in the Windows world.

So you're running IIS... And then you're getting a 403.1 error which means that "execute" was not allowed. I'm gonna take a wild guess and say that this is your own server as you said you were missing a .dll and had to find it (a hosting company would have done this themselves). So it comes back to how you configured your site on your IIS.

If you have access to the Windows server, go to the Internet Services Manager, select your site, select "Properties", go to the "Home Directory" tab, and check "[x] Execute" (Windows NT 4). On Windows 2000 or XP, its a little different, you need to select "Execute Permissions: [Scripts and Executables]" from the dropdown. You do not need to reboot the computer after making the change, though on older systems it may be necessary to restart the web service.

Then make sure that the folder where your files are (not from IIS but from My Computer) that the IIS service has Execute permissions.

If this still doesn't work, you might want to take a gander at the PHP FAQs as they have very detailed explanations on how to setup PHP on IIS.

Good luck!
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 10-18-2005, 10:57 AM   #4
memeadmin
Calendar User
 
memeadmin is offline
Join Date: Apr 2005
Posts: 7
Default

Thank you very much for the suggestions! I'm going to give these a shot and report back here. If this resolves it can we get a sticky thread somewhere for Windows l4m3rs like me Brian? :P

Seriously, I'm sure this will come up again.

Thanks!

Joe-
 

Old 11-02-2005, 06:37 PM   #5
memeadmin
Calendar User
 
memeadmin is offline
Join Date: Apr 2005
Posts: 7
Default

OK - so I needed to reinstall PHP for whatever reason - now it's running but I get these errors on the setup page:

Warning: session_start() [function.session-start]: open(E:\WEB_ROOT\sessiondata\sess_25d4481bdfcd407e 7aaca46b36fdeeb6, O_RDWR) failed: Permission denied (13) in E:\WEB_ROOT\CAL\calendar\setup\index.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at E:\WEB_ROOT\CAL\calendar\setup\index.php:14) in E:\WEB_ROOT\CAL\calendar\setup\index.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:\WEB_ROOT\CAL\calendar\setup\index.php:14) in E:\WEB_ROOT\CAL\calendar\setup\index.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at E:\WEB_ROOT\CAL\calendar\setup\index.php:14) in E:\WEB_ROOT\CAL\calendar\setup\index.php on line 15
It appears this is the first time you are using the EasyPHPCalendar Script.
To get started, we need to create the Master Administrator's user name and password.

User Name: document.form1.name.focus(); Password: Verify: Copyright 2001-2005 NashTech, Inc. | EasyPHPCalendar Version: 6.3.08
Warning: Unknown: open(E:\WEB_ROOT\sessiondata\sess_25d4481bdfcd407e 7aaca46b36fdeeb6, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (E:\WEB_ROOT\sessiondata) in Unknown on line 0

HELP?
 

Old 11-03-2005, 05:36 AM   #6
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

This first error message is your hint..

Warning: session_start() [function.session-start]: open(E:\WEB_ROOT\sessiondata\sess_25d4481bdfcd407e 7aaca46b36fdeeb6, O_RDWR) failed: Permission denied (13) in E:\WEB_ROOT\CAL\calendar\setup\index.php on line 14

It seems you haven't given permission to your PHP installation to write to E:\WEB_ROOT\sessiondata\

Once you fix that error, the rest will go away - they're all about session cookies or header information.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 11-08-2005, 05:18 PM   #7
memeadmin
Calendar User
 
memeadmin is offline
Join Date: Apr 2005
Posts: 7
Default

Thanks - that solved it!
 
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
Initial Display and Authorization Questions Bisel General 1 08-28-2005 09:15 AM
6.2.7 Upgrade questions ... woodp General Support 8 07-13-2005 09:34 PM
Website integration questions clausiam General 6 05-06-2005 07:20 PM
Questions before purchase profFrink General 1 01-31-2005 07:27 PM
Two quick questions horns General Support 1 07-31-2004 10:57 AM



All times are GMT -4. The time now is 06:51 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 |