sgervais71
Forum Replies Created
-
Forum: Plugins
In reply to: [Airpress] AirpressCollection unique valuesHere is the page where I use this :
https://stephanegervais.com/repertoire-pcm/Just before the users cards with their info, I have an index with the professions.
And right now, as you can see if I have more than one entry with the same profession, the profession repeats in the index (as you can see with “Coaching”)How can I modify the code so that it doesn’t repeat ?
I love this plugin and I have the feeling that the colution is just around the corner.
Forum: Plugins
In reply to: [Airpress] Cannot edit a page used as virtual postBut fixing the test url to match the new url pattern did fix the page that was not loading on the backend.
Thank you ??
Forum: Plugins
In reply to: [Airpress] Cannot edit a page used as virtual postI have this url pattern ^landing-pcm1/(.*)/?
Wich works on the frontend. One example is this page:
working page
BUT
the test url using the same info : landing-pcm1/PCM1-2020-08-03
says : this test returns 0 records in tableForum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inFixed the problem completely. After renaming the pages/paths so it it is not the same as the name of a real page, I also needed to update the menus to the new page/path.
Now there is no more preg_match error.Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inNew interesting fact. The error is also in the backend.
It is in every page that is published on the website (airpress related or not)
To test it, I created new page not related to any virtual post of fields, when airpress is activated there is the same preg_match() error. And when deactivated the error goes away.Screenshot:
<script async src=”//embedr.flickr.com/assets/client-code.js” charset=”utf-8″></script>
Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inRenaming repertoire to repertoire-pcm fixed one problem with the repertoire page.
It now shows the table records
BUT the Warning: preg_match(): error is still on both pages.
So I guess there was two separate problems.Yes It would be very nice to try to work this through with a screen share
Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inI did try to deactivate all plugins BUT airpress and it still shows the error.
But since you are helping, I just deactivated the cache plugin again. But still not working.Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inThe one that returns a 404 : ^repertoire/?$
The one that works but gives the error : ^landing/(.*)/?
Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inExtra info: landing page
on this other page, that is also a virtual post but for a single item, the content is displayed, but at the top it gives the same error:error: Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 2 in /home/abonneme/public_html/sgf/wp-includes/class-wp.php on line 223
Forum: Plugins
In reply to: [Airpress] Virtual post Only work when logged inExtra info: Its is a 404 error page with this error message:
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 2 in /home/abonneme/public_html/sgf/wp-includes/class-wp.php on line 223
Warning: Cannot modify header information – headers already sent by (output started at /home/abonneme/public_html/sgf/wp-includes/class-wp.php:223) in /home/abonneme/public_html/sgf/wp-includes/pluggable.php on line 1296
Forum: Plugins
In reply to: [Edit Any Table] 'x gets stored as \'sI go in the wp-admin / Dashboard / Edit Any Table
Using your interface I search for entries in my database and when i find the good entry i modify it.
But I just did a test with the updated version of your plugin and I as far as I can see the bug is fixed.Thank You very much
Forum: Plugins
In reply to: [Edit Any Table] 'x gets stored as \'sIt seems you found the solution. But I read the FAQ and I dont know what to do with it.
Where must I put this code to be able to fix the problem?
Probleme:
In the anytable interface, when i want to add or modify a record that has a single quote like this: “Sally’s Bag”
It gets stored like this: “Sally\’s Bag”.Forum: Plugins
In reply to: [Edit Any Table] 'x gets stored as \'sThank You!
I will wait for your return to civilization ??
If you give me your code examples and tell me where to put it it will certainly do the thing.Forum: Plugins
In reply to: [Edit Any Table] 'x gets stored as \'sI just found this, it describes the problem and may give you the solution.
https://fearlessflyer.com/getting-rid-of-unwanted-backslashes-in-wordpress-form-input/I tried putting the code in my functions.php but it did not work.
I was able to solve the problem.
I think it turns out that the ip list that is from ip2nation is static from the release date of the last version of the plugin.
So i was able by manually deleting the ip2nation tables from the database (ip2nation & ip2nationCountries). And then download the current tables from https://www.ip2nation.com/ip2nation/Download
And import those new ones back into my database.
Now it shows the good country.It would be nice to have a way in the plugin to update de ip2nation tables automatically.