Results 1 to 2 of 2

Thread: ERROR LIST after Upgrade jr1.8.3 to Wordpress 4.4

  1. #1
    Thread Starter
    moskwiak's Avatar
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    ERROR LIST after Upgrade jr1.8.3 to Wordpress 4.4

    WARNING: Found base64_encode in the file includes/lib/recaptchalib.php. base64_encode() is not allowed.
    Line 226: return strtr(base64_encode ($x), '+/', '-_');
    WARNING: Found ->exec in the file includes/recaptcha/lib/RequestMethod/CurlPost.php. PHP system calls are often disabled by server admins and should not be in themes.
    Line 79: $response = $this->curl->exec($handle);
    WARNING: fwrite was found in the file includes/recaptcha/lib/RequestMethod/SocketPost.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 100: $this->socket->fwrite($request);
    WARNING: fwrite was found in the file includes/recaptcha/lib/RequestMethod/Socket.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 58: * fwrite
    Line 60: * @see http://php.net/fwrite
    Line 65: public function fwrite($string, $length = null)
    Line 67: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengt
    WARNING: fwrite was found in the file includes/log.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 27: fwrite( $this->fp, '$time ($script_name) $message\n' );
    WARNING: fwrite was found in the file includes/lib/recaptchalib.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 84: fwrite($fs, $http_request);
    WARNING: fsockopen was found in the file includes/recaptcha/lib/RequestMethod/SocketPost.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 29: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()
    Line 87: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {
    WARNING: fsockopen was found in the file includes/recaptcha/lib/RequestMethod/Socket.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 37: * fsockopen
    Line 39: * @see http://php.net/fsockopen
    Line 47: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul
    Line 49: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('
    WARNING: fsockopen was found in the file includes/lib/recaptchalib.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 80: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
    WARNING: fopen was found in the file includes/log.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 37: $this->fp = fopen( $lfile, 'a' ) or exit( 'Can't open $lfile!' );
    Line 43: $fp = @fopen( $lfile, 'w' );
    WARNING: fopen was found in the file includes/admin/system-info.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 135: $fp = fopen( get_template_directory() . '/log/jobroller_log.txt', 'a' );
    WARNING: fopen was found in the file framework/admin/importer.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 179: $handle = fopen( $file, 'r' );
    Line 215: $handle = fopen( $file, 'w+' );
    WARNING: file_get_contents was found in the file includes/recaptcha/lib/RequestMethod/RequestPost.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 64: return file_get_contents(self::SITE_VERIFY_URL, false, $context);
    WARNING: file_get_contents was found in the file includes/alerts.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 327: return file_get_contents($template);
    WARNING: fclose was found in the file includes/recaptcha/lib/RequestMethod/SocketPost.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 107: $this->socket->fclose();
    WARNING: fclose was found in the file includes/recaptcha/lib/RequestMethod/Socket.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 94: * fclose
    Line 96: * @see http://php.net/fclose
    Line 99: public function fclose()
    Line 101: return fclose($this->handle);
    WARNING: fclose was found in the file includes/log.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 44: @fclose( $fp );
    WARNING: fclose was found in the file includes/lib/recaptchalib.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 88: fclose($fs);
    WARNING: fclose was found in the file includes/admin/system-info.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 142: fclose( $fp );
    WARNING: fclose was found in the file framework/admin/importer.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 209: fclose( $handle );
    Line 232: fclose( $handle );
    WARNING: curl_init was found in the file includes/recaptcha/lib/RequestMethod/Curl.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 35: * @see http://php.net/curl_init
    Line 41: return curl_init($url);
    WARNING: curl_init was found in the file includes/payments/escrow/gateways/paypal-adaptive/paypal-adaptive-request.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 131: $ch = curl_init();
    WARNING: curl_exec was found in the file includes/recaptcha/lib/RequestMethod/Curl.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 56: * @see http://php.net/curl_exec
    Line 62: return curl_exec($ch);
    WARNING: curl_exec was found in the file includes/payments/escrow/gateways/paypal-adaptive/paypal-adaptive-request.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
    Line 146: $response = json_decode( curl_exec( $ch ), true );
    REQUIRED: The theme uses the register_taxonomy() function, which is plugin-territory functionality.
    REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
    REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
    REQUIRED: No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
    REQUIRED: Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.
    REQUIRED: Could not find wp_link_pages. See: wp_link_pages
    <?php wp_link_pages( $args ); ?>
    REQUIRED: Could not find post_class. See: post_class
    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
    <?php add_theme_support( $feature ); ?>
    REQUIRED: screen_icon() found in the file framework/scb/AdminPage.php. Deprecated since version 3.8.
    Line 16: * $screen_icon (string) The icon type to use in the screen header
    Line 189: screen_icon( $this->args['screen_icon'] );
    Line 513: 'screen_icon' => '',
    REQUIRED: includes/payments/admin/admin.php. Themes should use add_theme_page() for adding admin pages.
    Line 44: add_menu_page( __( 'Orders', APP_TD ), __( 'Payments', APP_TD ), $capabilit
    REQUIRED: includes/payments.php. Themes should use add_theme_page() for adding admin pages.
    Line 124: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab
    Line 129: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab
    Line 132: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-
    REQUIRED: framework/scb/AdminPage.php. Themes should use add_theme_page() for adding admin pages.
    Line 13: * $toplevel (string) If not empty, will create a new top level menu (for expected values see http://codex.wordpress.org/Administr...d_submenu_page)
    Line 451: $this->pagehook = add_submenu_page(
    Line 471: add_submenu_page(
    RECOMMENDED: Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
    RECOMMENDED: Possible variable $this found in translation function in framework/scb/AdminPage.php. Translation function calls must NOT contain PHP variables.
    Line 519: 'action_link' => __( 'Settings', $this->textdomain ),
    RECOMMENDED: Possible variable $this found in translation function in framework/scb/AdminPage.php. Translation function calls must NOT contain PHP variables.
    Line 261: $msg = __( 'Settings <strong>saved</strong>.', $this->textdomain );
    RECOMMENDED: Possible variable $term found in translation function in includes/helper.php. Translation function calls must NOT contain PHP variables.
    Line 456: <?php echo checked( is_array( $user_options ) && in_array( $term->term_id, $user_options ), 1, FALSE ); ?> value='<?php esc_attr_e( $term->term_id ); ?>' /><?php echo $term->name; ?>
    RECOMMENDED: Possible variable $term found in translation function in includes/helper.php. Translation function calls must NOT contain PHP variables.
    Line 455: <input type='checkbox' name='<?php esc_attr_e( 'alert_' . $term->taxonomy . '[' . $term->slug . ']' ); ?>' id='<?php e
    RECOMMENDED: Possible variable $term found in translation function in includes/helper.php. Translation function calls must NOT contain PHP variables.
    Line 454: <label for='<?php esc_attr_e( $term->slug ) ; ?>'>
    Line 455: <input type='checkbox' name='<?php esc_attr_e( 'alert_' . $term->taxonomy . '[' . $term->slug . ']' ); ?>' id='<?php esc_attr_e( $term->slug ); ?>'
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-submit.php. Translation function calls must NOT contain PHP variables.
    Line 19: <span class='<?php esc_attr_e( $step_trail['classes_desc'] ); ?>'><?php echo $step_trail['description'
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-submit.php. Translation function calls must NOT contain PHP variables.
    Line 18: <li class='<?php esc_attr_e( $step_trail['classes'] ); ?>'>
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-purchase-resume-subscription.php. Translation function calls must NOT contain PHP variables.
    Line 19: <span class='<?php esc_attr_e( $step_trail['classes_desc'] ); ?>'><?php echo $step_trail['description'
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-purchase-resume-subscription.php. Translation function calls must NOT contain PHP variables.
    Line 18: <li class='<?php esc_attr_e( $step_trail['classes'] ); ?>'>
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-purchase-pack.php. Translation function calls must NOT contain PHP variables.
    Line 19: <span class='<?php esc_attr_e( $step_trail['classes_desc'] ); ?>'><?php echo $step_trail['description'
    RECOMMENDED: Possible variable $step_trail found in translation function in tpl-purchase-pack.php. Translation function calls must NOT contain PHP variables.
    Line 18: <li class='<?php esc_attr_e( $step_trail['classes'] ); ?>'>
    RECOMMENDED: Possible variable $site_key found in translation function in includes/recaptcha/class-recaptcha.php. Translation function calls must NOT contain PHP variables.
    Line 104: ?><div class='g-recaptcha' data-sitekey='<?php esc_attr_e( self::$site_key ); ?>' <?php echo implode( ' ', $atts ); ?> ></div><?ph
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 89: <input type='text' class='text' name='mobile' value='<?php echo esc_attr_e( $resume->mobile ); ?>' id='mobile' placeholder='<?php _e( 'Mobile numbe
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 86: <input type='text' class='text' name='tel' value='<?php esc_attr_e( $resume->tel ); ?>' id='tel' placeholder='<?php _e( 'Telephone includin
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 83: <input type='text' class='text' name='email_address' value='<?php esc_attr_e( $resume->email_address ); ?>' id='email_address' placeholder='<?php ech
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 54: <input type='text' class='tags text' name='desired_salary' id='desired_salary' placeholder='<?php _e( 'e.g. 25000', APP_TD ); ?>' value='<?php esc_attr_e( $resume->desired_salary ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 22: <input type='text' class='text required' name='resume_name' id='resume_name' class='text' placeholder='<?php esc_attr_e( 'e.g. Lead Developer', APP_TD ); ?>' value='<?php esc_attr_e( $resume->resume_name ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 171: <input type='text' class='text text tag-input-commas' data-separator=',' name='languages' value='<?php esc_attr_e( $resume->languages ); ?>' id='languages' placeholder='<?php _e( 'e.g. E
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 167: <input type='text' class='text text tag-input-commas' data-separator=',' name='groups' value='<?php esc_attr_e( $resume->groups ); ?>' id='groups' placeholder='<?php _e( 'e.g. IEEE, W
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 163: <input type='text' class='tags text tag-input-commas' data-separator=',' name='specialities' id='specialities' placeholder='<?php _e( 'e.g. Public Speaking, Team Management', APP_TD ); ?>' value='<?php esc_attr_e( $resume->specialities ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 110: <input type='hidden' class='text' name='jr_geo_short_address_country' id='geolocation-short-address-country' value='<?php esc_attr_e( $resume->jr_geo_short_address_country ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 109: <input type='hidden' class='text' name='jr_geo_short_address' id='geolocation-short-address' value='<?php esc_attr_e( $resume->jr_geo_short_address ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 108: <input type='hidden' class='text' name='jr_geo_country' id='geolocation-country' value='<?php esc_attr_e( $resume->jr_geo_country ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 107: <input type='hidden' class='text' name='jr_geo_longitude' id='geolocation-longitude' value='<?php esc_attr_e( $resume->jr_geo_longitude ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 106: <input type='hidden' class='text' name='jr_geo_latitude' id='geolocation-latitude' value='<?php esc_attr_e( $resume->jr_geo_latitude ); ?>' />
    RECOMMENDED: Possible variable $resume found in translation function in includes/forms/submit-resume/submit-resume-form.php. Translation function calls must NOT contain PHP variables.
    Line 105: <input type='text' class='text required' name='jr_address' id='geolocation-address' value='<?php esc_attr_e( $resume->jr_address ); ?>' autocomplete='off' />
    RECOMMENDED: Possible variable $redirect found in translation function in includes/forms/register/register-form.php. Translation function calls must NOT contain PHP variables.
    Line 124: <input type='hidden' name='redirect_to' value='<?php esc_attr_e( $redirect ); ?>' />
    RECOMMENDED: Possible variable $posted found in translation function in includes/forms/application/application-form.php. Translation function calls must NOT contain PHP variables.
    Line 40: <input type='text' class='text required' name='your_email' id='your_email' value='<?php if ( isset( $posted['your_email'] ) ) esc_attr_e( $posted['your_email'] ); ?>' />
    RECOMMENDED: Possible variable $posted found in translation function in includes/forms/application/application-form.php. Translation function calls must NOT contain PHP variables.
    Line 36: <input type='text' class='text required' name='your_name' id='your_name' value='<?php if ( isset( $posted['your_name'] ) ) esc_attr_e( $posted['your_name'] ); ?>' />
    RECOMMENDED: Possible variable $post_type_obj found in translation function in includes/admin/importer.php. Translation function calls must NOT contain PHP variables.
    Line 25: 'menu_title' => __( $post_type_obj->labels->name . ' Importer', APP_TD ),
    RECOMMENDED: Possible variable $post_type_obj found in translation function in includes/admin/importer.php. Translation function calls must NOT contain PHP variables.
    Line 24: 'page_title' => __( 'CSV ' . $post_type_obj->labels->name . ' Importer', APP_TD ),
    RECOMMENDED: Possible variable $locations found in translation function in includes/forms/seeker-alerts/seeker-alerts-form.php. Translation function calls must NOT contain PHP variables.
    Line 35: <input type='text' class='tags text' name='alert_location' id='alert_location' placeholder='<?php esc_attr_e( 'e.g. London, United Kingdom', APP_TD ); ?>' value='<?php esc_attr_e( implode( ',', (array) $locations ) ); ?>' /></p>
    RECOMMENDED: Possible variable $keywords found in translation function in includes/forms/seeker-alerts/seeker-alerts-form.php. Translation function calls must NOT contain PHP variables.
    Line 32: <input type='text' class='tags text' name='alert_keywords' id='alert_keywords' placeholder='<?php esc_attr_e( 'e.g. Web Design, Designer', APP_TD ); ?>' value='<?php esc_attr_e ( implode( ',', (array) $keywords ) ); ?>' /></p>
    RECOMMENDED: Possible variable $jr_options found in translation function in includes/widgets.php. Translation function calls must NOT contain PHP variables.
    Line 451: <a href='http://www.twitter.com/<?php echo esc_attr_e( $jr_options->jr_twitter_id) ; ?>' title='<?php esc_attr_e( 'Follow us o
    RECOMMENDED: Possible variable $job found in translation function in includes/forms/submit-job/submit-job-form.php. Translation function calls must NOT contain PHP variables.
    Line 39: <input type='text' class='text required' name='post_title' id='post_title' value='<?php esc_attr_e( $job->post_title ); ?>' />
    RECOMMENDED: Possible variable $job found in translation function in includes/forms/submit-job/submit-job-form.php. Translation function calls must NOT contain PHP variables.
    Line 22: <input type='text' class='text' name='your_name' id='your_name' value='<?php esc_attr_e( $job->your_name ); ?>' />
    RECOMMENDED: Possible variable $app_form_results found in translation function in includes/forms/application/application-form.php. Translation function calls must NOT contain PHP variables.
    Line 26: <div id='apply_form' class='section_content <?php esc_attr_e( $app_form_results['class'] ); ?>'>
    RECOMMENDED: Possible variable $_POST found in translation function in includes/forms/register/register-form.php. Translation function calls must NOT contain PHP variables.
    Line 66: <input type='text' class='text required' tabindex='9' name='user_email' id='user_email' value='<?php if ( isset( $_POST['user_email'] ) ): esc_attr_e( stripslashes( $_POST['user_email'] ) ); endif; ?>' />
    RECOMMENDED: Possible variable $_POST found in translation function in includes/forms/register/register-form.php. Translation function calls must NOT contain PHP variables.
    Line 61: <input type='text' class='text required' tabindex='8' name='user_login' id='user_login' value='<?php if ( isset( $_POST['user_login'] ) ): esc_attr_e( stripslashes( $_POST['user_login'] ) ); endif; ?>' />
    RECOMMENDED: No reference to add_theme_support( "title-tag" ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
    RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
    RECOMMENDED: Could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
    RECOMMENDED: force_ssl_login() found in the file theme-framework/includes/views-login.php. Deprecated since version 4.4. Use force_ssl_admin instead.
    Line 149: if ( is_ssl() && force_ssl_login() && ! force_ssl_admin() && ( 0 !== strpos( $redirect_to, '
    RECOMMENDED: flush_widget_cache() found in the file includes/widgets.php. Deprecated since version 4.4.
    Line 485: add_action( 'save_post', array( &$this, 'flush_widget_cache' ) );
    Line 486: add_action( 'deleted_post', array( &$this, 'flush_widget_cache' ) );
    Line 487: add_action( 'switch_theme', array( &$this, 'flush_widget_cache' ) );
    Line 545: $this->flush_widget_cache();
    Line 555: function flush_widget_cache() {
    RECOMMENDED: Tags: is either empty or missing in style.css header.
    INFO: Possible hard-coded links were found in the file includes/admin/addons-mp/admin.php.
    Line 99: <a href='https://marketplace.appthemes.com/' class='add-new-h2'><?php _e( 'Browse Ma
    Line 100: <a href='https://www.appthemes.com/themes/' class='add-new-h2'><?php _e( 'Browse The
    INFO: Possible hard-coded links were found in the file footer.php.
    Line 22: <a href='https://www.appthemes.com/themes/jobroller/' target='_blank' rel='nofollow'
    INFO: Non-printable characters were found in the includes/payments/gateways/paypal/paypal-notifier.php file. You may want to check this file for errors.
    Line 10: '���' => array(),
    INFO: More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs.
    The domains found are Importer, duration, appthemes-recurring-payments, [, _duration, meta
    INFO: theme-framework/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: theme-framework/kernel/view-edit-profile.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: theme-framework/includes/views-login.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 630: require_once( $options['file'] );
    INFO: includes/views.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 2406: require_once(ABSPATH . 'wp-admin/includes/user.php');
    INFO: includes/uploads.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/stats/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/resumes.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/recurring/recurring-payments.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/recurring/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/recaptcha/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_utils.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_templates.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_receipt_order.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_paypal.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_payments_processes.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_order_processes.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_order.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_number_format.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_log.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_item_registry.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_gateway_registry.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_gateway_processes.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_gateway.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_draft_order.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/tests/test_currencies.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 49: require_once( dirname( __FILE__ ) . '/gateways/gateway-class.php' );
    Line 50: require_once( dirname( __FILE__ ) . '/gateways/boomerang-class.php' );
    Line 51: require_once( dirname( __FILE__ ) . '/gateways/gateway-registry.php' );
    Line 52: require_once( dirname( __FILE__ ) . '/gateways/gateway-functions.php' );
    Line 54: require_once( dirname( __FILE__ ) . '/gateways/paypal/paypal.php' );
    Line 55: require_once( dirname( __FILE__ ) . '/gateways/bank-transfer/bank-transfer.
    Line 58: require_once( dirname( __FILE__ ) . '/escrow/load.php' );
    Line 61: require_once( dirname( __FILE__ ) . '/gateways/test/test.php' );
    INFO: includes/payments/gateways/bank-transfer/bank-transfer.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/payments/escrow/escrow-settings-form-class.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/forms.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 560: include_once(ABSPATH . 'wp-admin/includes/file.php');
    Line 562: include_once(ABSPATH . 'wp-admin/includes/media.php');
    INFO: includes/custom-forms/form-builder.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/admin/plans-resume.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/admin/plans-job.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: includes/admin/addons-mp/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: iframe was found in the file includes/widgets.php iframes are sometimes used to load unwanted adverts and code on your site.
    Line 370: <iframe src='http://www.facebook.com/plugins/likebox.php?id=<?php echo $fid;
    INFO: iframe was found in the file includes/lib/recaptchalib.php iframes are sometimes used to load unwanted adverts and code on your site.
    Line 125: <iframe src=''. $server . '/noscript?k=' . $pubkey . $errorpart . '' height=
    INFO: framework/scb/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/scb/Util.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/p2p-core/autoload.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/media-manager/media-manager.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 471: require_once( ABSPATH . 'wp-admin/includes/image.php' );
    Line 764: require_once( ABSPATH . WPINC . '/class-oembed.php' );
    INFO: framework/load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/load-p2p.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/admin/importer.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/admin/class-tabs-page.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    INFO: framework/admin/class-dashboard.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can i upgrade wordpress 4.2.2 from 3.4
    By adnanuaedubai in forum ClassiPress General Discussion
    Replies: 0
    Last Post: July 1st, 2015, 03:12 PM
  2. [SOLVED] Search Result displayed all wordpress page list: wordpress 3.6+ClassiPress 3.3.1
    By viengdala in forum Report ClassiPress Bugs
    Replies: 24
    Last Post: January 17th, 2015, 10:19 PM
  3. Wordpress 3.4 Upgrade
    By abuayman in forum Help Using ClassiPress
    Replies: 14
    Last Post: June 16th, 2012, 01:26 PM
  4. Wordpress upgrade?
    By thepsionicstorm in forum Report JobRoller Bugs
    Replies: 3
    Last Post: February 27th, 2012, 03:58 AM
  5. [SOLVED] Upgrade wordpress to 3.0.2
    By xenogeek in forum Help Using ClassiPress
    Replies: 2
    Last Post: December 3rd, 2010, 09:30 PM