Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Joe,
We have a plugin built to do exactly what you want but it has been delayed until after GDv2 release.
Thanks,
Stiofan
Please see an example here: https://wpgeodirectory.com/support/topic/changing-the-register-link-in-the-my-account-dropdown/#post-405289
Stiofan
HI Dave,
This has been refunded now.
Thanks,
Stiofan
What is returned from facebook is:
`[message] => (#200) Permissions error
[type] => OAuthException
[code] => 200
[fbtrace_id] => GOeYN5re9U/`Can you try refreshing the access token, if that does nto work can you try removing the app permission from your personal facebook settings, then do the activation again.
Thanks,
Stiofan
March 9, 2018 at 12:40 pm in reply to: CSV file import not valid – wont load your own sample either #420881Oh, Guust helped me understand what you mean.
I had replaced a file with a newer file during testing, i put the old one back and it now seems to work.Thanks,
Stiofan
March 9, 2018 at 11:06 am in reply to: CSV file import not valid – wont load your own sample either #420854I did not disable anything, i also don’t know what you mean? 🙂
Stiofan
It happens with a static .txt file which never initialises WP or even PHP, the only two things it could be are a .htaccess rule or a server rule. If you had a WP security plugin installed it might have edited the .htaccess file to add some sort of rule like this.
Thanks,
Stiofan
This is fixed in GDv2.
Stiofan
This reply has been marked as private.March 8, 2018 at 12:46 pm in reply to: CSV file import not valid – wont load your own sample either #420757OK i found the problem in this plugin
https://github.com/mtekk/Breadcrumb-NavXT/blob/3d2a885d4619af3b5c7e1e5985028c682d777eb7/includes/multibyte_supplicant.php#L95That is wrong in so many ways as they seem to acknowledge:
A very hacky fallback for mb_convert_case
Your best solution is just to have your host add the multibyte support, just link them to this and they will know what you mean: http://php.net/manual/en/mbstring.installation.php
Thanks,
Stiofan
March 8, 2018 at 12:43 pm in reply to: CSV file import not valid – wont load your own sample either #420756This reply has been marked as private.March 8, 2018 at 12:26 pm in reply to: CSV file import not valid – wont load your own sample either #420753our script uses that function, its a server function “mb_convert_case()” but your server is outputting it wrong. U can add the follwoing PHP line to any PHP file to test.
echo mb_convert_case('something', MB_CASE_LOWER, 'UTF-8');
Stiofan
TBH, i wish i never added the “random” sort, its not something that should be used for many reasons but so many people requested it, not knowing the downsides. 🙂
That is the only way to do it via a DB query, in some cases we just remove the page numbers as they are pointless and just have it refresh the page.
Random is not cache-able by the server and is not scale-able , if you have lots of listings you just should not use it.
Thanks,
Stiofan
because info in the DB is serialized, which means you can’t just do a search and replace, each character of an array is counted, if you change the length of a string it breaks the whole array.
example:
8:site.com (the number is the length of the following string) if you change it to “mysite.com” then u break the whole array.Stiofan
March 7, 2018 at 8:00 pm in reply to: CSV file import not valid – wont load your own sample either #420671Sorry, i replied here but i guess i was logged out and it never saved.
The problem is strange and server related
this on your servermb_convert_case('something', MB_CASE_LOWER, $charset)
is outputing “Something” (capital) when it should output “something”
It should not be able to do that, please contact your hosting/server admin and ask them to fix it.Thanks,
Stiofan
-
AuthorPosts