jintos
Forum Replies Created
-
Hi Robert,
Your Awesome !!!! It Works !!!
I added a wp-load.php in the project root that included the cms/wp-load.php (wordpress core directory) as you have advised me and it works perfectly!
This is a very good tip when experiencing the problem described in this post!
I think it can solve many problems related to the execution of php files in the folder wp-content/plugins when using a custom folder structure as I use.
Thanks a lot for this help π
I’ll take a pro license for one of my clients because your plugin is really excellent!
I will also leave a good review for your plugin! You greatly deserve 5 stars for your assistance and your speed !
Thanks again !
Hi Robert,
If you check this adress you can access the wp-load.php :
http://dev.jintos.fr/labo/cms/wp-load.php
The Site url is http://dev.jintos.fr/labo
The WordPress Url is http://dev.jintos.fr/labo/cmsHi Robert,
I checked all the settings on the servers I use in development and production. The folder “content” has the correct permissions to read and write … When I return to a classic wordpress folder structure, all perfectly works in combination …
I did some research and try with the starter kit of Mark Jaquith -> Skeleton WordPress. https://github.com/markjaquith/WordPress-Skeleton
The structure of wordpress files is the same as the one I use and am having the exact same problem with my folder structure …There are some issues that seem to present the problem that I encounter: https://github.com/markjaquith/WordPress-Skeleton/issues/38
So I think the problem comes from the custom structure that I use. PHP files in the “plugins” folder can not seem to run if the wp-content folder is not located in the same folder as the WordPress files…
The only solution I have found to operate the cards with several markers is to return to a classic wordpress folder structure …
Could you (if you have time) test your plugin with using the WordPress Skeleton starter kit of Mark Jaquith and tell me if you encounter the problem too ?
Thanks a lot for your help.
Sorry I’m blind…, I had not seen the email address you put in the previous post π I send back the email to the right place …
Robert,
You can check you mailbox, you have Login to connect to the admin of my demo site.
It’s Ok I find your email adress on your profil π
Ok, can you gve your email adress, i will send you an admin acces.
Hi Robert,
The first time I encountered this problem was with the pro trial version , so I try with the free version but the problem exists on both version. The problem exists in Admin view and Front View…
I’d really like to take a pro license of your plugin for one of my clients. I think it is the best plugin in its category.
I added a card with the pro version on the demo site : http://dev.jintos.fr/labo/
You’ll find that when you click on a marker JS error is obtained because the markers are not present on the map.
Another thing that can possibly help you :
Microformats for each markers are present on the page, I can see it with the extension “Microformats” in google ChromeHi Robert,
Unfortunately I do not use any security plugin and I have not changed the .htaccess file for the demo site (The .htaccess file contains only the structure of wordpress permalinks). This is the problem I imagined at first because I already have with other plugins but the current problem does not seem to be related.
By connecting to the admin i get an SQL Error:
ALTER TABLE jndb_labo_web_leafletmapsmarker_layers CHANGE COLUMN clustering
clusteringtinyint(1) unsigned NOT NULL
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘clusteringclusteringtinyint(1) unsigned NOT NULL’ at line 1This maybe the problem ?
What can I do to help you solve this problem ?
Hi Robert,
Here is a live example of my current problem : http://dev.jintos.fr/labo/
There is a problem when i try to call the leaflet-geojson.php file.
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/labo/content/plugins/leaflet-maps-marker-pro/leaflet-geojson.php on line 7
I tried to increase the maximum execution time in my php.ini to 600 sec but it don’t resolve anything…