pajaro
Forum Replies Created
-
Forum: Localhost Installs
In reply to: My website (I host my website) displays raw HTML pages (no theme)I found my problem with the wp-config.php. There is a missing “?>” tag at the very bottom of the php program. In fact this wp-config.php script came without the “?>” tag (from wp-sample-config.php script).
Hope this helps….
Forum: Plugins
In reply to: [Js-appointment] [Plugin: Js-appointment] back to the future?Hi P3air,
Thanks for the reply. I sent several messages to this Plugin author but never got a reply. I wish WordPress had a review section for plugins so we won’t waste our time debugging plugins or testing plugins that don’t work.
I have moved on and using iFrame to insert a standalone booking application onto my static page. It works fine. Good luck getting your web site working
Forum: Plugins
In reply to: [Js-appointment] [Plugin: Js-appointment] back to the future?P3air,
did you get this js-appointments plugin to work. I am having trouble get it to work. I had to correct several script and now I am stuck with the “appointment manager” icon on the “page” editor. The icon when press inserts the word {ALLBOOK}. After the the {ALLBOOK} insertion on my static page, I go to my web site my appointment static page does not show the calendar for setting appointments.Are you still using this plugin or is there are better one???
Thanks for your reply…
Pajaro
Forum: Plugins
In reply to: [Js-appointment] Error on Attempted Activationlurkmoar, the fatal error is do to what we call “lazy” <?….?> tags. js-appointments uses “lazy” tags and correct tages <?php…..?>. Under PHP 5.5 “lazy” tags are not allowed. Better yet PHP.INI default is no “Lazy” tags. You can reverse this by editing your PHP.INI and turning off short_open_tag=on to short_open_tag=Off. this will solve the $end at 3990. Might add the author created a new version (1.5) of js-appointments which I am using after i debugged the $end problem. The 1.5 version is WP 3.2.1 compatible. The 1.5 version has the same problem $end at line no. 4xxx (last line no.). Hope this helps….