The hacking attempt works perfect but it works even with friendly url's with basic things like this posts/7/Artículo-5 The error messages appears when using dashes. What is the problem
Regards
Yeray
Search found 21 matches
- Feb 15th, '16, 10:27
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Friendly URL
- Replies: 1
- Views: 3096
- Nov 9th, '15, 13:43
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: MicroBlog into Medical APP
- Replies: 7
- Views: 21377
Re: MicroBlog into Medical APP
Do you know something about programming PHP?. Yo can add the blog by copying the classes, database tables, pages, I did it analysing the mircoblog component and comparing what files where not the same and including them. Once I did that I checked the error and adpting everything to the medical appoi...
- Sep 21st, '15, 11:52
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: calendar on doctor's profile page
- Replies: 2
- Views: 4917
Re: calendar on doctor's profile page
You can do everything if you know bit of programming, moving the code from one place to another, or add more functionalities by working on the code.
In your case is more or less easy.
In your case is more or less easy.
- Aug 20th, '15, 10:13
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Google Calendar Synchronisation API
- Replies: 13
- Views: 12842
Re: Google Calendar Synchronisation API
I solve it. Instead of using the PHP-API-CLIENT-PHP I used REST with Curl.
- Aug 17th, '15, 20:49
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Google Calendar Synchronisation API
- Replies: 13
- Views: 12842
Re: Google Calendar Synchronisation API
I am using the Google Api Php Client https://github.com/google/google-api-php-client I changed the class __autoload() to spl_autoload_register(), so I could autoload classes from other apis. The problem is that MA autoload looks for Google_Client.class.php, and it should be Google_Client.php, and ca...
- Aug 15th, '15, 16:38
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Google Calendar Synchronisation API
- Replies: 13
- Views: 12842
Re: Google Calendar Synchronisation API
Theres is a conflict between the Google-php-client-api and the medical appointment classes.
- Jul 8th, '15, 14:26
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Google Calendar Synchronisation API
- Replies: 13
- Views: 12842
Re: Google Calendar Synchronisation API
I am working on the sincronization for my page.
- Jul 6th, '15, 12:45
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Start Shedule on Monday
- Replies: 8
- Views: 5524
- Jun 25th, '15, 08:44
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Start Shedule on Monday
- Replies: 8
- Views: 5524
Re: Start Shedule on Monday
You can see it in the demo too.
http://www.apphp.com/php-medical-appoin ... nd_doctors
The first day of the week is always today, and I would like to be always monday.
Regards
Yeray
http://www.apphp.com/php-medical-appoin ... nd_doctors
The first day of the week is always today, and I would like to be always monday.
Regards
Yeray
- Jun 24th, '15, 08:41
- Forum: ApPHP Medical Appointment / uDoctorAppointment Talk {developers/users}
- Topic: Google Calendar Synchronisation API
- Replies: 13
- Views: 12842
Re: Google Calendar Synchronisation API
What about if the doctor doesn´t hit the button to upgrade the information and another patient get the same time through the page instead of google?.