alextselegidis / easyappointments

:date: Easy!Appointments - Self Hosted Appointment Scheduler
https://easyappointments.org
GNU General Public License v3.0
3.28k stars 1.26k forks source link

Time not displaying on page 2 and can't access backed #23

Closed kawish closed 8 years ago

kawish commented 9 years ago

My config file is good and the software was also working till yesterday

But now it says doesn't display any time slot on the booking page neither is it showing the backend

My host is Sixserve (Free Plan)

alextselegidis commented 9 years ago

Can you provide a link so that I can see it live?

kawish commented 9 years ago

The link is www.medcare4u.com/appointment/

On Sunday, May 17, 2015, Alex Tselegidis <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Can you provide a link so that I can see it live?

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-102786559 .

alextselegidis commented 9 years ago

Have you registered any services or providers from the backend? Check the "Configuration" section from this page:

https://github.com/alextselegidis/easyappointments/wiki/Installation-Guide

alextselegidis commented 9 years ago

I just saw that you too have problems with mod_rewrite. I guess that you will not be able to solve it because you are in a free hosting plan. You will have to wait for the new version where I will remove all mod_rewrite stuff so that you will not such problems.

kawish commented 9 years ago

Sorry. But maybe you are mistaken

My hosting plan is from GO DADDY Ultimate plan

On Sunday, May 17, 2015, Alex Tselegidis notifications@github.com wrote:

I just saw that you too have problems with mod_rewrite. I guess that you will not be able to solve it because you are in a free hosting plan. You will have to wait for the new version where I will remove all mod_rewrite stuff so that you will not such problems.

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-102803920 .

kawish commented 9 years ago

Please assist me on how to fix this . I have a paid hosting plan from GO DADDY On May 18, 2015 3:37 PM, "kawish masood" kawishm@gmail.com wrote:

Sorry. But maybe you are mistaken

My hosting plan is from GO DADDY Ultimate plan

On Sunday, May 17, 2015, Alex Tselegidis notifications@github.com wrote:

I just saw that you too have problems with mod_rewrite. I guess that you will not be able to solve it because you are in a free hosting plan. You will have to wait for the new version where I will remove all mod_rewrite stuff so that you will not such problems.

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-102803920 .

alextselegidis commented 9 years ago

ok, if you go to the login page without the url rewrite you can see that the app is working

http://www.medcare4u.com/appointment/index.php/user/login

but we get an error in other pages. Can you check the apache error logs and provide information here?

kawish commented 9 years ago

The error page is totally blank (Screenshot as attachment)

Nothing happens after clicking on the login button on the backend page On May 21, 2015 2:14 AM, "Alex Tselegidis" notifications@github.com wrote:

ok, if you go to the login page without the url rewrite you can see that the app is working

http://www.medcare4u.com/appointment/index.php/user/login

but we get an error in other pages. Can you check the apache error logs and provide information here?

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-104032532 .

alextselegidis commented 9 years ago

There must be some error because the AJAX requests are getting an HTTP 500 status code which means "Internal Server Error".

Try to enable the CodeIgniter log functionality: https://easyappointments.wordpress.com/2015/04/27/easyhints-enable-error-logging

kawish commented 9 years ago

After enabling the log functionality , there is only one file in the specified directory

Named - index.html

Directory path - public_html/appointment/application/logs

Attaching the file as attachment

On Fri, May 22, 2015 at 12:20 AM Alex Tselegidis notifications@github.com wrote:

There must be some error because the AJAX requests are getting an HTTP 500 status code which means "Internal Server Error".

Try to enable the CodeIgniter log functionality:

https://easyappointments.wordpress.com/2015/04/27/easyhints-enable-error-logging

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-104385878 .

kawish commented 9 years ago

Alex please reply with a solution ASAP

On Fri, May 22, 2015, 11:56 AM kawish masood kawishm@gmail.com wrote:

After enabling the log functionality , there is only one file in the specified directory

Named - index.html

Directory path - public_html/appointment/application/logs

Attaching the file as attachment

On Fri, May 22, 2015 at 12:20 AM Alex Tselegidis notifications@github.com wrote:

There must be some error because the AJAX requests are getting an HTTP 500 status code which means "Internal Server Error".

Try to enable the CodeIgniter log functionality:

https://easyappointments.wordpress.com/2015/04/27/easyhints-enable-error-logging

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-104385878 .

alextselegidis commented 9 years ago

Hello

Now I get the following messages in my browser's console:

Failed to load resource: the server responded with a status of 404 (Not Found) www.medcare4u.com/:1 XMLHttpRequest cannot load http://medcare4u.com/appointment/appointments/ajax_get_available_hours. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.medcare4u.com' is therefore not allowed access. The response had HTTP status code 404.

Do you want to try uploading the code from the GitHub repository. It is in dev state right now but it might work for your case.

Reply back when you've done it.

kawish commented 9 years ago

As suggested by you , I have uploaded the files from GITHUB

Please provide step by step info on how to configure it and access the backend

The directory of the appointment system is

www.medcare4u.com/appointment

kawish commented 9 years ago

As suggested by you , I have uploaded the files from GITHUB

Please provide step by step info on how to configure it and access the backend

The directory of the appointment system is

www.medcare4u.com/appointment

edioilha commented 9 years ago

Hi there! It is 500 warning now!! Its file/folder permission! How is it there, look for permissions!

edioilha commented 9 years ago

One more thing! Is the folder name /appointments/ or /appointment/?

kawish commented 9 years ago

The folder is named as appointment

On Sat, Jun 6, 2015, 7:55 PM Edio Ilha notifications@github.com wrote:

One more thing! Is the folder name /appointments/ or /appointment/?

— Reply to this email directly or view it on GitHub https://github.com/alextselegidis/easyappointments/issues/23#issuecomment-109583986 .

alextselegidis commented 9 years ago

I have the 403 error - Permission denied.

Also when I visit the following link I get another message which I pretty sure should fill some entries in the error logs.

http://www.medcare4u.com/appointment/index.php

But overall I suppose this must be just a permission problem.