Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter davidhorak

    (@davidhorak)

    This is it!
    Thank you for support.

    Thread Starter davidhorak

    (@davidhorak)

    No change (The file are identical)

    Thread Starter davidhorak

    (@davidhorak)

    Yeah 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.

    Hello 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)