Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Update problem should be fixed now, @urbanfix please start a new topic if you are still having problems.
Stiofan
This reply has been marked as private.Great!
The text “No results available” is in the .po file, please make sure u are using the latest one in the latest release.
Thanks,
Stiofan
Please try replacing this file in your core plugin and let us know:
https://raw.githubusercontent.com/GeoDirectory/geodirectory/master/geodirectory-functions/google_analytics.phpThanks,
Stiofan
Hi Sat,
Tested and works fine for me: try this code replacing your email:
add_action('geodir_payment_invoice_status_changed','my_invoice_status_change_action',10,2); function my_invoice_status_change_action($id, $status){ wp_mail( '[email protected]', 'Invoice status change notification', 'id:'.$id.' :: status:'.$status ); }I get a Unpaid notification when created and then a paid notification when paid.
Stiofan
Hi Tomi,
Good work, i notice a few little things that are marked as translated but are blank, if you can let me know when it’s done that would be great, if you could emails us your skype ID i will add you and we can arrange your reward and also i have a few questions, [email protected]
Thanks,
Stiofan
June 27, 2015 at 9:09 pm in reply to: Buddypress Profile – The page isn't redirecting properly #43868hello,
Please try GD > Tools: check GD pages.
Let us know.
Stiofan
This reply has been marked as private.Hi jotomas,
Thanks for the help! Please feel free to add me to skype, shoot us an email and i’ll send u my address [email protected]
We do use “load_plugin_textdomain” but we also use “load_textdomain” which i think triggers that error. We do it this way so that we can load the language files from the normal wordpress language dir rather than just the plugins language folder as it will just get deleted on the next update if we did it the normal way, please see this link for a detailed explanation: https://wpgeodirectory.com/loading-wordpress-language-files-correctly/
It should still work ok with that translation pluign, let me know if it’s not.
Thanks,
Stiofan
Hello,
Can you provide FTP details, it might be quicker to help find the GD Booster problem.
Thanks,
Stiofan
Hello,
I have not tested so i could not say for sure either way, i do know you will face some sessions problems, you should make your host aware of this as we use sessions: http://www.sterndata.com/blog/centos-mod_ruid2-and-php-sessions/
Let us know how u get on.
Thanks,
Stiofan
For future ref:
The problem was an old ver of mysql, the wordpress default character set is: ‘utf8mb4’ which is only supported from mysql 5.5.3+Stiofan
seems like a weird problem, i have added you to skype
Stiofan
-
AuthorPosts