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

looping setup problem as well
Old 05-29-2004, 12:18 PM   #1
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default looping setup problem as well

Hey all,

So i'm having the same looping problem on initial setup as others seem to have. I can never login. I have looked through just about every article on this topic, and i haven't been able to solve this myself. Here's my details. I can also PM someone my ftp info, just let me know to who.

escal v5.4 - just downloaded
http://www.pinoir.com/escal/

php info:
http://www.pinoir.com/escal/phpinfo.php

I've created a tmp directory in both the root folder of my site and in the escal directory. For some reason, my hosting provider will let me chmod files, but not directories via FTP, and i don't have shell access. Do the tmp directories need to be chmod'ed to something other than 755?

No cookies seem to have been sent to my web browser. I've tried two different browsers. I'm running MacOS X and tested w. both the safari and internet explorer browser.

I've chmod'ed both the config.inc.php and showCalendar.php files. I see that the config.inc.php file is being modified when i run the /escal/setup/install.php page, and it removes most of the content from the original php file. I've tried uploading new copies of both those files, and the same thing happens again.

Any other suggestions?
thanks,
-pete
 

Old 05-29-2004, 12:35 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Are you by chance using more than your allowed storage space on your server? The only other occurance of this that I am aware of was because of this.

See this post:

http://www.easilysimplecalendar.com/...config.inc.php
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

not disk space problem
Old 05-29-2004, 01:26 PM   #3
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default not disk space problem

Brian,

First, i have to say i'm incredibly impressed with the support you give. From your quick response to me, and from reading all the threads, it's wonderful to see someone stand behind their product and customers as much as you do.

So i've got 50mb i can use on the web server, and i'm only using 2.2 megs right now, so i doubt that's the problem. Can you give me suggestions on how to debug this? logfiles, etc.

thanks,
-pete
 

Old 05-29-2004, 01:36 PM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

You are using an acceptable version of PHP so the only reason the file would not write correctly would be because of a file write error on the server.

You stated earlier that it removed most of the contents from the PHP file. Can you PM me what was left in the file?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

file sent & checking isp disk quota
Old 05-29-2004, 02:04 PM   #5
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default file sent & checking isp disk quota

I've PM'em the config.inc.php file to you. Also, i've sent an email to my ISP to get them to check disk usage of my site.

thx,
-pete
 

Old 05-29-2004, 02:48 PM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Can you Pm me FTP access to your server so I can check this out?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Acct Sent
Old 05-29-2004, 07:32 PM   #7
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default Acct Sent

I have no idea if a PM sends an email or some other notification, so i'm posting as well. Acct info was sent to you.

thx,
-pete
 

Old 05-29-2004, 09:29 PM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

It's very odd and the first time I've seen this, but the PHP preg_replace command isn't working correctly on your server and is causing this problem.

I'm still looking for a solution...
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 05-29-2004, 09:59 PM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

I think I've nailed it!

Give it a try and let me know.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Almost there!
Old 05-29-2004, 10:39 PM   #10
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default Almost there!

Whatever you did I think has solved it. So now i have to wait for my isp to chmod 777 the database folder. But I can now login and make every other change.

So what did you do? I'm assuming you made a change to the showCalendar.php file, and i should back that up. Did you make changes to anything else? Was it anything specific about the setup of my isp's servers?

Thanks!!!!
-pete
 

Old 05-30-2004, 12:21 AM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

If you don't want to wait for your host, just create blank file in the database directory with the name that's set in the Setup and Configuration Manager and chmod it to 646. That should get you going.

My server uses the exact same version of PHP that you have and many other people as well. But something was strange about the way your server handed regular expressions. After a little digging, I figured out how to get around this problem. I had to change three files. So yes, I would backup what you have now. Version 5.5 will include this fix in case anyone else may experience this issue.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

All good!
Old 05-30-2004, 12:45 AM   #12
petro
Calendar User
 
petro's Avatar
 
petro is offline
Join Date: May 2004
Posts: 6
Default All good!

My ISP was quick to change the permissions. Everything works like a charm. Thanks for solving the problem on the same day (and even on a sunday!). You rock.

-pete
 

Old 05-30-2004, 12:00 PM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

No worries!

It's all in a days work.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths 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
First time setup problem stevenwt2 General Support 7 06-22-2005 06:04 PM
Windows problem hbcrosby General Support 1 04-05-2005 11:18 AM
Problem with setup Warlock General Support 4 04-07-2004 01:01 PM
Setup Problems dfitzpat General Support 13 04-05-2004 08:10 AM
MySql setup problem (newbe) nigel General Support 2 12-18-2003 11:05 AM



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