Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Can you explain more?
Hi Dougie,
Something is refomatting your JavaScript, i suspect the w3tc plugin which is knowen to cause problems, it’s causing a javascript error on the add listing page and braking the spam protection so the system thinks its a bot submitting the listing.
Stiofan
This reply has been marked as private.February 29, 2016 at 6:28 pm in reply to: Gd booster causing problems with the Home Page slider #130679Thanks, please check now, it looks like it was a small bug with the new foneawesome star rsting css.
Stiofan
Hi Dougie,
Please check if this affects you, it can produce this same issue: https://wpgeodirectory.com/support/topic/missing-update-notifications/
Thanks,
Stiofan
No i have made the changes in core and they will be in the next release.
Thanks,
Stiofan
Thanks for the info, that constant was undefined, but should only have been called if the server is running in safemode which your server seems to be, hence it seems to be only you effected, i have updated the code on your server and all should be good now.
Thanks,
Stiofan
February 29, 2016 at 1:26 pm in reply to: Trouble with Customizer and last GD Booster update #130449Hello,
I have checked but can’t recreate this, can you please provide wp-admin and FTP details in a private reply please.
Thanks,
Stiofan
This was resolved in the last updates, please update everything and check.
if you are missing location manager or payment manager updates please follow this post: https://wpgeodirectory.com/support/topic/missing-update-notifications/
Thanks,
Stiofan
Hi Jeff,
I have added two hooks just let me know if you need more.
geodir_paymet_actions.php line 680 changed to:
if (!empty($payment_info)) { $prev_package_id = (isset($prev_package_id)) ? $prev_package_id : geodir_get_post_meta($last_post_id, 'package_id', true); $package_id = (isset($payment_info['package_id'])) ? $payment_info['package_id'] : ''; geodir_save_post_info($last_post_id, $payment_info); /** * Fires when a post payment info is saved. * * The <code>$prev_package_id</code> may not be set all the time. * * @param int $last_post_id The post id that is being downgraded. * @param int|null $prev_package_id The price package the post was on. * @param int|null $package_id The price package the post is being downgraded to. * @param array $payment_info An array containing the payment info details. */ do_action('geodir_save_listing_payment',$last_post_id,$prev_package_id,$package_id,$payment_info); }geodir_payment_functions.php line 3536 change to:
geodir_save_post_meta($post_id, 'is_featured', $featured); geodir_save_post_meta($post_id, 'package_id', $downgrade_pkg); geodir_save_post_meta($post_id, 'paid_amount', ''); geodir_save_post_meta($post_id, 'paymentmethod', ''); geodir_save_post_meta($post_id, 'alive_days', $days); geodir_save_post_meta($post_id, 'expire_date', $expire_date); geodir_save_post_meta($post_id, 'expire_notification', 'false'); /** * Fires when a post is downgraded by the expire process. * * @param int $post_id The post id that is being downgraded. * @param int $package_id The price package the post was on. * @param int $downgrade_pkg The price package the post is being downgraded to. */ do_action('geodir_downgrade_price',$post_id,$package_id,$downgrade_pkg); $post_info = get_post($post_id);Thanks,
Stiofan
After you activate your licence try going to the Dashboard>Updates and “check again” button to make it then check for the updates, then install them.
If anyone has any problems please PM here with wp-admin and FTP details and i will resolve things for you 🙂
Thanks,
Stiofan
Hello, you should be on Location manager 1.4.4, if you dont see the notification for it please see this post: https://wpgeodirectory.com/support/topic/missing-update-notifications/
If you have any problems please post wp-admin and fTP and i will resolve things.
Thanks,
Stiofan
No, just this once to get them to the new updates system 🙂
Thanks,
Stiofan
For those two we retroactively added the new update function as the were not ready for a full release, if u installed those when they first were released they you might have the problem, the linked plugin will make the updates show for any plugins with old updates system.
Stiofan
-
AuthorPosts