Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
🙂
Hi Mike,
This was put in as a feature request and not a bug so was pushed to the bottom of the pile, i will try and work on this today or very soon and i will update you here.
Thanks,
Stiofan
Hay John,
Get me on skype and i’ll spend some time with you finding a solution.
Thanks,
Stiofan
Please check now. I added a small snippet of code to your functions.php file of your theme to exclude some JS that was causing problems by being added to the main JS file.
Thanks,
Stiofan
Still can’t connect to your FTP, with one FTP prog it seems to connect but shows no files, and with another it just won’t connect.
The paging addon requires the premium core or something as i’m getting fatal errors about classes missing.
I want to help here but can’t… Either fix ftp or send me everything needed.
Stiofan
August 13, 2015 at 5:12 am in reply to: Add Listing using price plan limiting categories. Child categories not limited #49200The limit should apply to all cats no matter if child or parent.
This will be looked at today.Thanks,
Stiofan
No probs, good luck 🙂
I would guess it’s not a theme change but probably the PHP version on the server was upgraded, just a heads up (could be wrong)
Stiofan
Thanks for the info, this was a strange bug and should be fixed now.
Thanks for spotting 🙂Stiofan
Hi Ross,
This is the problem:
Fatal error: Call to undefined function mysql_real_escape_string() in /home/harvetf6/public_html/wp-content/themes/canvas/functions/admin-interface.php on line 111That is an old depreciated PHP function, which means i guess the theme is old, you would either have to update to the latest ver of the theme or fix the theme.
I have added 1 line of code to the theme functions.php file that will allow you to see the errors, i have commented it out but if you want to see the errors then just remove the // from the start of the line, and then either remove or add back the // when done.
//ini_set("display_errors", "1");error_reporting(E_ALL); // for error checkingThanks,
Stiofan
🙂
This reply has been marked as private.If you have review manager active you will also have to make a small change there:
geodir_reviewrating_actions.php
line 49 from:remove_filter( 'comment_text', 'geodir_wrap_comment_text');to:
remove_filter( 'comment_text', 'geodir_wrap_comment_text',40);and line 87 (same file) from:
add_filter('comment_text', 'geodir_reviewrating_wrap_comment_text',12,2);to:
add_filter('comment_text', 'geodir_reviewrating_wrap_comment_text',42,2);Thanks,
Stiofan
August 11, 2015 at 1:06 pm in reply to: Add Listing using price plan limiting categories. Child categories not limited #48970It should count the sub cats, i have added a task for this to be looked at, i will keep u updated.
Thanks,
Stiofan
This reply has been marked as private. -
AuthorPosts