Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Peter,
Have you activated GeoDirectory core yet? You can install this from add new plugin and search for GeoDirectory.
Stiofan
February 28, 2017 at 3:08 pm in reply to: Sorry, no records were found. Please adjust your search criteria and try again. #364409Yes becasue of the type of DB u sued InnoDB, you need to enable “set global innodb_large_prefix = ON;” before that table can be created.
If you don’t know what i mena then please ask your server admin to do this.
Thanks,
Stiofan
Great! Glad it’s solved 🙂
Stiofan
February 28, 2017 at 1:24 pm in reply to: Sorry, no records were found. Please adjust your search criteria and try again. #364379Thanks for the info, u need to try the answer given here:
http://stackoverflow.com/questions/30761867/mysql-error-the-maximum-column-size-is-767-bytes#answer-35203441When i try with that user i get ” #1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation”
Let me know when done.
Thanks,
Stiofan
Hi Mark,
Yeah just copy the SI files over, we will be releasing this soon.
Stiofan
Hi David,
Did u also update core first?
Stiofan
did anything change? The sessions dont seem to being saved between directories, you could talk to them about it.
Stiofan
Hello,
Please install the plugin “email log” to check they are actually being sent.
Stiofan
Hmm, its working for me now, i added 3 places, please check.
Stiofan
February 27, 2017 at 7:01 pm in reply to: Sorry, no records were found. Please adjust your search criteria and try again. #364228Hello,
There seems to be a problem with your system creating the GD DB tables, can you give me database access, like phpmyadmin?
Thanks,
Stiofan
February 27, 2017 at 6:51 pm in reply to: No "Business Owner/Associate?" question for paid plan #364226Hi,
sorry i misread this at first so here is my updated answer:Add this to your GD>Design>Scripts>Footer script code
Change the 5.6 etc with the package IDs needed.
<script> jQuery(function() { if(jQuery('input[name=package_id]').length){ var package_id = jQuery('input[name=package_id]:checked').val(); _my_gd_package_set_claim(package_id); } }); function _my_gd_package_set_claim(pkg){ if(pkg==5 || pkg==6){ jQuery('input[name=claimed]').val(1); jQuery('#geodir_claimed_row').hide(); }else{ jQuery('#geodir_claimed_row').show(); } } </script>Thanks,
Stiofan
That query could be hard on a DB with lots of listings, it might need to be ajaxed to break it up in to smaller queries, i had asked @giri to look at that, i’ll check with him in the morning to see if he has started it.
Thanks,
Stiofan
Hi Colin,
Please give it a try now, your server did not seem to be handling session right, i have added a small plugin GD-DB-sessions.php to change it to use database sessions instead of php sessions.
Thanks,
Stiofan
Hmm ok, best give me FTP info and i’ll track down the problem.
Thanks,
Stiofan
Done 🙂
-
AuthorPosts