Consulting - Best #1 Business, Finance WordPress Theme

Consulting - Best #1 Business, Finance WordPress Theme v6.6.6

No permission to download

anniejohn

New member
Jul 22, 2022
0
0
0

Just installed and I keep getting the critical error message, then need to go recovery mode.

In diagnostics I get this:

"A PHP session was created by calling the session_start() function. This interferes with the REST API and loopback requests. The session must be closed by session_write_close() before making any HTTP requests."


All the plugins and the main and child theme installed. I get the error when activating either the theme or the child. Already deleted all old/unused plugins and themes that could be impacting.

Would appreciate any help! Thanks!
 

jameswilliam

Active member
Jan 23, 2019
211
76
28
Mars🙃
babiato.org
While Updating 6.2.0 got error-

When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.8.1
Current theme: Consulting (version 6.1.9)
Current plugin: (version )
PHP version 7.3.11

Error Details
=============
An error of type E_ERROR was caused in line 19 of the file /home/domainname/domains/domainname.com/public_html/wp-content/themes/consulting/admin/classes/stm-theme-changelog.php. Error message: Uncaught Error: Cannot use object of type WP_Error as array in /home/domainname/domains/domainname.com/public_html/wp-content/themes/consulting/admin/classes/stm-theme-changelog.php:19
Stack trace:
#0 /home/domainname/domains/sksmultisolution.com/public_html/wp-includes/class-wp-hook.php(303): STM_Theme_Changelog::request_theme_changelog('')
#1 /home/domainname/domains/domainname.com/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
#2 /home/domainname/domains/domainname.com/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
#3 /home/domainname/domains/domainname.com/public_html/wp-admin/admin-ajax.php(45): do_action('admin_init')
#4 {main}
thrown

is there any solution to fix this issue...
thanks
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,069
111,716
120

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,069
111,716
120
Tomz updated Consulting - Best #1 Business, Finance WordPress Theme with a new update entry:

Consulting Theme v6.2.3 Nulled

Download Consulting v6.2.3 - Business, Finance WordPress Theme Nulled Free

v6.2.3 - 28 Oct, 2021

  • UPD: Updated About page layouts in Manchester demo
  • FIXED: Staff grid thumbnails styles conflict
  • FIXED: Staff grid adaptive issues
  • FIXED: Adaptive issues in Call To Action module
  • FIXED: Adaptive issues in Stats Counter module
  • FIXED: Bold effect in Elementor Text...

Read the rest of this update entry...
 
  • Like
Reactions: ggwp

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,069
111,716
120
Tomz updated Consulting - Best #1 Business, Finance WordPress Theme with a new update entry:

Consulting Theme v6.2.4 Untouched

Download Consulting v6.2.4 - Business, Finance WordPress Theme Nulled Free
v6.2.4 - 6 Dec, 2021

Update: STM Configurations plugin updated to 3.5.8
Update: Compatibility with Elementor Page Builder 3.4.8
Update: Compatibility with WooCommerce plugin 5.9.0
Update: Compatibility with eRoom - Zoom Meetings & Webinar plugin 1.3.0
Update: Compatibility with Contact Form 5.5.3
Fix: The bug with the missing notifications about available Consulting theme core plugins' updates has been fixed

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

aetzad

Member
Apr 24, 2019
86
18
8
@jameshertog @TRantula
In the file consulting/admin/includes/theme.php
After line 43 which is function stm_check_auth() {
add

PHP:
set_site_transient('stm_auth_notice', '');
return true;
Now you can use any key to activate the theme.
However, you are correct - STM Post Type and STM Importer can only be got with a legit key.

Anyone posting a theme by Stylemix Themes MUST include the latest versions of any STM plugins when they update the post as they are essential to the operation of the themes and cannot be got with a null.
This includes Pearl, Splash, Smarty, Transcargo, Dent-All... etc.

To install demo data would normally need a key as the files are returned from an api call to their server.
However, we can bypass that and use local files to install demos.
Here are the demo zips
https://mega.nz/#!v8VhUQBb!1TNgk9FzpXKdnpjaNa7Vr6S56EE7kGUXgYYt86M07cw
Create a folder in your consulting theme directory daled 'demos' and unzip the files into it.

In the file consulting/admin/includes/theme.php
Find the line function prepare_demo( $layout ){ which is around line 104
Change line 108 from

PHP:
$fxml = $tempDir . $layout .'.xml';
to
PHP:
$fxml = $tempDir 'demo_content.xml';
Now comment out lines 120-139 as shown here:

PHP:
//   $response = wp_remote_get( get_package($layout, 'zip'), array('timeout' => 30) );
//   if ( is_wp_error( $response ) ) {
//     return false;
//   }
//   $body = wp_remote_retrieve_body( $response );
//
//   // file_get_contents if body is empty.
//   if ( empty( $body ) ) {
//     if ( function_exists( 'ini_get' ) && ini_get( 'allow_url_fopen' ) ) {
//       $body = @file_get_contents( get_package($layout, 'zip') );
//     }
//   }
//
//   if ( ! $wp_filesystem->put_contents( $fzip , $body ) ) {
//     @unlink( $fzip );
//     $fp = @fopen( $fzip, 'w' );
//
//     @fwrite( $fp, $body );
//     @fclose( $fp );
//   }
On line 140 (so just below all that) add:

PHP:
$fzip = get_template_directory_uri() . "/demos/" . $layout . ".zip";
Now you can install demos from those local files (I tested - it's working 100%).
One more step...
Finally, in the stm-importer plugin main stm-importer.php file comment out lines 235-250 as shown here:

PHP:
  /*Analytics*/
//jQuery.ajax({
//url: 'https://panel.stylemixthemes.com/api/active/',
//type: 'post',
//dataType: 'json',
//data: {
//theme: 'consulting',
//layout: $site_name,
//website: "<?php echo esc_url(get_site_url()); ?>",
//
//<?php
//$envato = get_option('envato_market', array());
//$token = (!empty($envato['token'])) ? $envato['token'] : ''; ?>
//token: "<?php echo esc_js($token); ?>"
//}
//});
This code tracks your site when you import stuff!

i cant find admin/includes
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu