leritz
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] permalinks don't work with WPMLSame here. Big interest…
Hello Cory,
Many thanks for your reply. I haven’t been able to figure out how to create a ticket. Sorry for that.
Tried with another plugin (All-in-One) and it worked but it seems my data was incorrectly migrated as the site does not behave like my local installation (and it has old bugs). My goal was to check if the plugin correctly accessed the database and it would seem it does.
Went back with your plugin. PHP log indicated :
[14-Feb-2015 11:53:12 UTC] Error with the database WordPress Multiple primary key defined pour la requête ALTER TABLE wp_yith_wcwl ADD PRIMARY KEY ( ID ) faite par require_once(‘F:\Wamp\www\gmc6\wp-admin\admin.php’), require_once(‘F:\Wamp\www\gmc6\wp-load.php’), require_once(‘F:\Wamp\www\gmc6\wp-config.php’), require_once(‘F:\Wamp\www\gmc6\wp-settings.php’), do_action(‘init’), call_user_func_array, YITH_WCWL_Install->update, YITH_WCWL_Install->_add_tables, YITH_WCWL_Install->_add_items_table, dbDelta
[14-Feb-2015 11:55:26 UTC] Erreur de la base de données WordPress Table ‘gmc6.wp_duplicator_packages’ doesn’t exist pour la requête SELECT * FROM
wp_duplicator_packagesORDER BY id DESC faite par do_action(‘toplevel_page_duplicator’), call_user_func_array, duplicator_get_menu, include(‘F:\Wamp\www\gmc6\wp-content\plugins\duplicator\views\packages\controller.php’), include(‘F:\Wamp\www\gmc6\wp-content\plugins\duplicator\views\packages\list.base.php’)[14-Feb-2015 11:55:26 UTC] Error with the database WordPress Table ‘gmc6.wp_duplicator_packages’ doesn’t exist pour la requête SELECT status FROM
wp_duplicator_packagesWHERE status >= 100 faite par do_action(‘toplevel_page_duplicator’), call_user_func_array, duplicator_get_menu, include(‘F:\Wamp\www\gmc6\wp-content\plugins\duplicator\views\packages\controller.php’), include(‘F:\Wamp\www\gmc6\wp-content\plugins\duplicator\views\packages\list.base.php’)I’m desperate.
Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVEHi Dave,
I suggest you take a look at the plugin page.
https://ww.wp.xz.cn/plugins/job-manager/
Thomas has release the update last thursday…
LeR
Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVEHello Thomas,
Could you possibly give us a timeframe now for the next update, even if it’s incremental and small ? The job-manager on our website has completely stopped functionning, probably because of an update on WordPress. Applications are not stored in the database and even emails informing us of a new applications, are not sent. The plugin has become useless and it is the core of our business.
In advance, many thanks
Best regardsForum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVEHello team,
Stil desperately waiting for the update, my client is seriously putting me under pressure. Hopefully, you can give us some kind of timeframe or tell us where you are in your testing protocols (don’t mean to pry).
On my side, pretty much all can wait apart from one HUGE problem on the job page displaying applications : I have about 3000 applications in there and after upping every memory setting in PHP / WordPress… The page now crashes indefinitely, just cannot bring it back. Pagination would be a major upgrade.
Even displaying job offerings in the back-office and clicking on a job offer with a small number of applications (9 for instance) doesn’t crashes the applications list page.
I have not upgraded to WP 4. Afraid to further break things.
Many thanks for your hard work.
T./Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVE+1
Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVEAs I… Checking back here almost everyday…
Forum: Plugins
In reply to: [Job Manager] Permalinks problemHoping some charitable soul pushes this forward… I’m desperate.. !;-(
Perhaps, if there was a setting allowing to hardcode the pages id relating to job manager, it would not be screwed up by rewriting rules…
How about bypassing WordPress rewriting engine with something else…? Another plugin ?
Forum: Plugins
In reply to: [Job Manager] Permalinks problemDoubt it’s any help but I ended figuring out the origin of the problem though it’s unlikely I get around solving it : Woocommerce screws up the permalinks with job-manager.
After some research, I installed Rewrite Rules Inspector. I entered the main page I have a problem with (the one with the job list), “offres-d-emploi”. And it’s giving me this :
Rule (.?.+?)(/[0-9]+)?/?$ Rewrite index.php?pagename=$matches[1]&page=$matches[2] Source page Rule offres-d-emploi/?(page/(\d+)/?)?$ Rewrite index.php?jobman_root_id=6678&page=$matches[2] Source other Rule ([^/]+)(/[0-9]+)?/?$ Rewrite index.php?name=$matches[1]&page=$matches[2] Source postI gather Woocommerce has its own set of writing rules and 2 of those are stepping on job-manager’s own rewriting rules.
Have no idea how to correct this. Would appreciate any help…