/** * * Small Reservation CMS© * * @author Claudio Biesele, * * @copyright FAST!project * Claudio Biesele * Uberlandstrasse 99 * CH-8050 Zurich * Phone +41 44 322 47 74 * Mobile +41 76 730 57 83 * www.fastproject.ch * www.pimpmyhomepage.ch * * * Generated 20.04.2009 * */ FAQ Small Reservation CMS© Question: When I open index.php or backend.php I get the message 'No data found' or 'Access denied'. What's wrong? Answer: Before you have this application at your service you have to create the database (sql.txt) and submit your settings with the setup file (setupcms_de or setupcms_en). Then the administration will be available, the homepage only after you have fill out all the necessary content in the administration. Question: I try to submit a reservation date, but I get always the message 'You reservation date is not available'? What can I do? Answer: The places fo the rent object are missing. Add the places for the rent object in the administration. If that is done, you will get this message only from forbidden days (see your setup) or not valid dates. Question: I can not delete reservations, if I like to do so. Why this? Answer: Reservations can only deleted if the reservation date is older then the actual date, even if the confirmed status is yes. Attention: In the setup file you have the possibility to eliminate not confirmed reservations after a certain amount of days automatically. Question: I try to put into archive a customer but I get always the message 'Data can not be put into archives'. What's wrong? Answer: You can put into archives a customer only if he has reservations. I you want to remove a customer without reservations use the delete function. Question: When I upload a picture with the same name as an uploaded picture before it was uploaded, the picture is accepted. Shouldn't I have a warning in this case? Answer: No. The existing image file will be just overwritten, because the upload process will be stopped only if the picture to upload has the same name before the name is changed to save the file on the server. Question: I can not upload my pictures? I get the message 'Access denied'. Why this? Answer: If you have problems uploading or deleting pictures contact your provider for folder permissions. Otherwise use FTP for the upload and set before every picture the prefix 'small', without it the picture will not be shown (Attention: accepted is only "jpeg"). Question: After I have sent an email to all, I can't edit the file. Why this? Answer: If you have sent an email to all the edit function will not be available under News, you get an error message, because there is no specific email to get. But you have at least one record as proof email was sent to all. Question: If more then three rent objects are published some objects appear twice. Why this? Answer: Part of this application is a layout beautifier, which takes care about the number of objects appearing. In this case three rent objects have to appear constantly. Example: 7 rent object means 3(123)-3(456)-1(7), the beautifier changes that to 3(123)-3(345)-3(567). Question: Can I change the reservation type and change the reservation hours in the setup file without problems? Answer: Yes. Not corresponding reservation hours will be left empty. Zurich, 31th of January 2010