To insert code use <code>...</code>.
Unable to install (Closed)
  • Hello,

    I tried to install the Striking 3.0.6.1 Theme using the Upload file dialog from the Theme menu and yes I did used the striking.zip from within the zipfile that I downloaded from themeforest.
    As this was not working, I got an "Internal Server Error" and the info that I should contact my provider, I expanded the "striking.zip" file and FTPed the files and folders into the wp-content/themes/striking folder of my site.
    The Theme now showed up under the wp-admin control panel but when I activated it I could no longer access the site.
    I did a fresh install of wordpress after removing the DB and the Folders from the webspace.
    Upload of the striking.zip with the Admin Panel did not work even with a fresh install.
    I uploaded the files via FTP again.
    If I do a "Preview" of the Theme I get this error (see below), can anybody advise as to what might be the problem?

    I retraced the instructions from the manual.
    Upload via the wp-admin panel is still not possible so I FTPed again.
    I than changed the permission on the cache folder as per instruction in the Manual.
    In a local test install of the Theme I had the permissions issue mentioned during the activation, so I tried it on the hosted site.
    I tested the preview of the Theme and the Error had disappeared.
    I than activated the Theme and it worked.

    Well that allowed me to continue... so please close this Post


    eft" => __('Left','striking_admin'), "right" => __('Right','striking_admin'), "disable" => __('Disable','striking_admin'), ), "type" => "select", ), array( "type" => "end" ), ); return array( 'auto' => true, 'name' => 'slideshow', 'options' => $options );
    Warning: Invalid argument supplied for foreach() in /mnt/web6/13/00/5207700/htdocs/WordPress_01/wp-content/themes/striking/framework/theme.php on line 176
    e browser is Android otherwise false */ protected function checkBrowserAndroid() { if( stripos($this->_agent,'Android') !== false ) { $aresult = explode(' ',stristr($this->_agent,'Android')); if( isset($aresult[1]) ) { $aversion = explode(' ',$aresult[1]); $this->setVersion($aversion[0]); } else { $this->setVersion(self::VERSION_UNKNOWN); } $this->setMobile(true); $this->setBrowser(self::BROWSER_ANDROID); return true; } return false; } /** * Determine the user's platform (last updated 1.7) */ protected function checkPlatform() { if( stripos($this->_agent, 'windows') !== false ) { $this->_platform = self::PLATFORM_WINDOWS; } else if( stripos($this->_agent, 'iPad') !== false ) { $this->_platform = self::PLATFORM_IPAD; } else if( stripos($this->_agent, 'iPod') !== false ) { $this->_platform = self::PLATFORM_IPOD; } else if( stripos($this->_agent, 'iPhone') !== false ) { $this->_platform = self::PLATFORM_IPHONE; } elseif( stripos($this->_agent, 'mac') !== false ) { $this->_platform = self::PLATFORM_APPLE; } elseif( stripos($this->_agent, 'android') !== false ) { $this->_platform = self::PLATFORM_ANDROID; } elseif( stripos($this->_agent, 'linux') !== false ) { $this->_platform = self::PLATFORM_LINUX; } else if( stripos($this->_agent, 'Nokia') !== false ) { $this->_platform = self::PLATFORM_NOKIA; } else if( stripos($this->_agent, 'BlackBerry') !== false ) { $this->_platform = self::PLATFORM_BLACKBERRY; } elseif( stripos($this->_agent,'FreeBSD') !== false ) { $this->_platform = self::PLATFORM_FREEBSD; } elseif( stripos($this->_agent,'OpenBSD') !== false ) { $this->_platform = self::PLATFORM_OPENBSD; } elseif( stripos($this->_agent,'NetBSD') !== false ) { $this->_platform = self::PLATFORM_NETBSD; } elseif( stripos($this->_agent, 'OpenSolaris') !== false ) { $this->_platform = self::PLATFORM_OPENSOLARIS; } elseif( stripos($this->_agent, 'SunOS') !== false ) { $this->_platform = self::PLATFORM_SUNOS; } elseif( stripos($this->_agent, 'OS\/2') !== false ) { $this->_platform = self::PLATFORM_OS2; } elseif( stripos($this->_agent, 'BeOS') !== false ) { $this->_platform = self::PLATFORM_BEOS; } elseif( stripos($this->_agent, 'win') !== false ) { $this->_platform = self::PLATFORM_WINDOWS; } } } ?>
    Fatal error: Class 'Browser' not found in /mnt/web6/13/00/5207700/htdocs/WordPress_01/wp-content/themes/striking/framework/functions/head.php on line 211
This discussion has been closed.
All Discussions