PDA

View Full Version : Configuration error


yddkdd
09-19-2005, 10:32 PM
I am trying to test easyPHPcalendar and have uploaded all the necessary files. I would like to set it up using flat file, so I wanted to go to the admin interface at

http://www.lafayettekiwanis.org/calendar/setup/index.php

but get the error

Fatal error: Unable to read 4056 bytes in /home/lafayett/public_html/calendar/setup/index.php on line 0

Would this be a problem with the files that I have uploaded ?

Brian
09-19-2005, 10:46 PM
This is an error concerning the way the files were uploaded:

http://www.easyphpcalendar.com/forums/showthread.php?t=3038

Did you try using the auto-installer? It should upload the files in the correct format.

yddkdd
09-20-2005, 12:20 AM
I had trouble at work using the installer, so I used WS_FTP, apparently not correctly. I retried the installer from home, and it works flawlessly. I will try to make some web pages soon. Thanks very much for the help. BTW, I set it up using a flat-file so as not to take up an SQL database on my account. Is there a major speed/performance/space difference between the two configurations ?

Brian
09-20-2005, 09:06 AM
With larger databases, mySQL would be the better choice. But, generally, flat-file would be acceptable (Less calculations with mySQL).