davidhorak
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Job Manager] Crashed after update to 1.13.0This is it!
Thank you for support.Forum: Plugins
In reply to: [WP Job Manager] Crashed after update to 1.13.0No change (The file are identical)
Forum: Plugins
In reply to: [WP Job Manager] Crashed after update to 1.13.0Yeah the file here is for sure. And all files from ZIP are fine, I downloaded them many times.
I tried this: (class-wp-job-manager-applications-writepanels.php)
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! class_exists( 'WP_Job_Manager_Writepanels' ) ) { echo constant("JOB_MANAGER_PLUGIN_DIR"); include( JOB_MANAGER_PLUGIN_DIR . '/includes/admin/class-wp-job-manager-writepanels.php' ); }and the echo return nothing.
Forum: Plugins
In reply to: [WP Job Manager] beginner problem wp job managerHello we got the same issue, after update to 1.13.0, WP is 3.9.1.
(I tried manually delete the plugin and copy new files via FTP but we got same result)Error in admin section:
Warning: include(JOB_MANAGER_PLUGIN_DIR/includes/admin/class-wp-job-manager-writepanels.php) [function.include]: failed to open stream: No such file or directory in /home/***/wp-content/plugins/wp-job-manager-applications/includes/class-wp-job-manager-applications-writepanels.php on line 4 Warning: include() [function.include]: Failed opening 'JOB_MANAGER_PLUGIN_DIR/includes/admin/class-wp-job-manager-writepanels.php' for inclusion (include_path='.:/usr/local/php53/pear') in /home/***/wp-content/plugins/wp-job-manager-applications/includes/class-wp-job-manager-applications-writepanels.php on line 4 Fatal error: Class 'WP_Job_Manager_Writepanels' not found in /home/***/wp-content/plugins/wp-job-manager-applications/includes/class-wp-job-manager-applications-writepanels.php on line 7
Viewing 4 replies - 1 through 4 (of 4 total)