Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I was getting the Layerslider warning and spent hours trying to install last night on http://www.hotsysouthtexas.com. Eventually overcame problem only to get a much longer warning as follows:

    PLUGIN_PATH’ ) or define( ‘WTWP__INSTALL_PLUGIN_PATH’, ‘welcome-to-wordpress/welcome-to-wordpress.php’ ); function install_wtwp() { global $pagenow; if ( !( ‘install.php’ == $pagenow && isset( $_REQUEST[‘step’] ) && 2 == $_REQUEST[‘step’] ) ) { return; } $active_plugins = (array) get_option( ‘active_plugins’, array() ); // Shouldn’t happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( ‘first_login’ => false, ‘plid’ => 1, ‘isc’ => ‘WPHosting1’, ‘api_url’ => ‘https://wpqs.secureserver.net/v1/’, ‘help_url’ => ‘https://help.securepaynet.net’, ‘control_panel_url’ => ‘https://hostingmanager.secureserver.net/Login.aspx’, ‘key’ => ‘GPICvJcJdC7foKgnWwEkSal37whVub1RlHBNBvneF3SSAn8xBj5I7kU8JBfPQUlr’ ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( ‘active_plugins’, $active_plugins ); update_option( ‘wtwp_options’, $options ); } add_action( ‘shutdown’, ‘install_wtwp’

    I gave up and contracted with an “Envato Studio Expert” to install the theme. He sent the following: “I have already installed the theme but when I activate it, there’s an error message at the top of the page. [same error I listed above] I suggest you contact the theme author to fix that issue because I have already tried everything I could (reinstalled the theme, reset the database) but the error will pop up as soon as that theme is activated (and won’t have error if I activate other themes).

    in reply to: Error Layerslider #769718

    I had the same problem using the version I downloaded today. Error message read: Parse error: syntax error, unexpected T_FUNCTION in D:\Hosting\6605914\html\wp-content\themes\enfold\config-layerslider\LayerSlider\layerslider.php on line 111

    I tried exhaustively for hours to overcome with no success. I finally uploaded a previous version I downloaded a few weeks ago and after numerous tries, finally got the theme to install. However, now at the top of every WP dashboard menu option (dashboard, posts, media, pages, etc) I have the following message:

    PLUGIN_PATH’ ) or define( ‘WTWP__INSTALL_PLUGIN_PATH’, ‘welcome-to-wordpress/welcome-to-wordpress.php’ ); function install_wtwp() { global $pagenow; if ( !( ‘install.php’ == $pagenow && isset( $_REQUEST[‘step’] ) && 2 == $_REQUEST[‘step’] ) ) { return; } $active_plugins = (array) get_option( ‘active_plugins’, array() ); // Shouldn’t happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( ‘first_login’ => false, ‘plid’ => 1, ‘isc’ => ‘WPHosting1’, ‘api_url’ => ‘https://wpqs.secureserver.net/v1/’, ‘help_url’ => ‘https://help.securepaynet.net’, ‘control_panel_url’ => ‘https://hostingmanager.secureserver.net/Login.aspx’, ‘key’ => ‘GPICvJcJdC7foKgnWwEkSal37whVub1RlHBNBvneF3SSAn8xBj5I7kU8JBfPQUlr’ ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( ‘active_plugins’, $active_plugins ); update_option( ‘wtwp_options’, $options ); } add_action( ‘shutdown’, ‘install_wtwp’

    I have no idea what is causing this or how to fix. Thanks in advance to anyone who can help or has a suggestion.

    UPDATE: WOW! After working with the theme for a few minutes, determining that I still could not upload any media files or customize the theme, it suddenly reverted to a large text message saying, “Briefly unavailable for scheduled maintenance. Check back in a minute.” Really? I’m logged in to the backend of WordPress as the only Admin and the site is somehow down for maintenance? By who? It gets better (actually WORSE), because when I’m finally able to refresh the page to get anything different, this is what I get:

    Warning: include(D:\Hosting\6605914\html/wp-content/themes/enfold//includes/admin/register-admin-options.php) [function.include]: failed to open stream: No such file or directory in D:\Hosting\6605914\html\wp-content\themes\enfold\framework\php\class-superobject.php on line 116

    Warning: include() [function.include]: Failed opening ‘D:\Hosting\6605914\html/wp-content/themes/enfold//includes/admin/register-admin-options.php’ for inclusion (include_path=’.;C:\php5\pear’) in D:\Hosting\6605914\html\wp-content\themes\enfold\framework\php\class-superobject.php on line 116

    Warning: Invalid argument supplied for foreach() in D:\Hosting\6605914\html\wp-content\themes\enfold\framework\php\class-superobject.php on line 140

    Warning: require_once(includes/admin/register-portfolio.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\6605914\html\wp-content\themes\enfold\functions.php on line 423

    Fatal error: require_once() [function.require]: Failed opening required ‘includes/admin/register-portfolio.php’ (include_path=’.;C:\php5\pear’) in D:\Hosting\6605914\html\wp-content\themes\enfold\functions.php on line 423

    I’m now at almost 5 hours of work to simply install a theme and I can’t even get to the Admin panel now.

    • This reply was modified 7 years, 7 months ago by txjimlee. Reason: Continued problems with theme
Viewing 2 posts - 1 through 2 (of 2 total)