andrewinsideout
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Theme Editor] Bug – This plugin changes enqueued file version numbersPlease re-read my original comment. You have all the information you need right there. I explain exactly what the bug is and the exact function that is causing it.
Thanks,
Andrew- This reply was modified 1 year, 4 months ago by andrewinsideout.
Forum: Plugins
In reply to: [Picatic] Fatal Error— Plugin brokenIf it helps I hacked it to work by adding this code to the top of picatic-lib.php
if(!function_exists('http_build_url')) include_once(__DIR__.'/vendor/jakeasmith/http_build_url/src/http_build_url.php'); if(!class_exists('Picatic_Consumer_Interface')) include_once(__DIR__.'/vendor/picatic/php-api/src/Picatic_Consumer_Interface.php'); if(!class_exists('Picatic_Requestor_Interface')) include_once(__DIR__.'/vendor/picatic/php-api/src/Picatic_Requestor_Interface.php'); if(!class_exists('Picatic_Requestor')) include_once(__DIR__.'/vendor/picatic/php-api/src/Picatic_Requestor.php'); if(!class_exists('PicaticAPI')) include_once(__DIR__.'/vendor/picatic/php-api/src/PicaticAPI.php');
- This reply was modified 7 years, 4 months ago by andrewinsideout.
- This reply was modified 7 years, 4 months ago by andrewinsideout.
Forum: Plugins
In reply to: [Picatic] Fatal Error— Plugin brokenRunning LAMP with WordPress 4.8. PHP 5.6.30. The backend of the plugin works well, I receive the fatal error on the front end of the site.
I’ve checked the file /plugins/picatic/vendor/picatic/php-api/src/PicaticAPI.php and the file is there with the correct permissions.
- This reply was modified 7 years, 4 months ago by andrewinsideout.
- This reply was modified 7 years, 4 months ago by andrewinsideout.
- This reply was modified 7 years, 4 months ago by andrewinsideout.
Forum: Plugins
In reply to: [Picatic] Fatal Error— Plugin brokenI’m not working locally. This error is happening when I try to use the shortcode “[picatic-upcoming-events][/picatic-upcoming-events]”.
Viewing 4 replies - 1 through 4 (of 4 total)