setQuery("SELECT VERSION() as mysql_version"); $mysqlversion = $kunena_db->loadResult(); //before we do anything else we want to check for minimum system requirements if (version_compare(phpversion(), KUNENA_MIN_PHP, ">=") && version_compare($mysqlversion, KUNENA_MIN_MYSQL, ">")) { //change fb menu icon $kunena_db->setQuery("SELECT id FROM #__components WHERE admin_menu_link = 'option=com_kunena'"); $id = $kunena_db->loadResult(); check_dberror("Unable to find component."); //add new admin menu images $kunena_db->setQuery("UPDATE #__components SET admin_menu_img = 'components/com_kunena/images/kunenafavicon.png'" . ", admin_menu_link = 'option=com_kunena' " . "WHERE id='".$id."'"); $kunena_db->query(); check_dbwarning("Unable to set admin menu image."); //install & upgrade class $fbupgrade = new fx_Upgrade("com_kunena", "kunena.install.upgrade.xml", "fb_", "install", false); // Start Installation/Upgrade $fbupgrade->doUpgrade(); // THIS PROCEDURE IS UNTRANSLATED! ?>
Kunena
  • Creation/permission setting of the following directories failed:
     /images/fbfiles/
    			/images/fbfiles/avatars
    			/images/fbfiles/avatars/gallery (you have to put avatars inside if you want to use it)
    			/images/fbfiles/category_images
    			/images/fbfiles/files
    			/images/fbfiles/images
    
    a) You can copy the contents of _kunena.files.distribution under components/com_kunena to your Joomla root, under images/ folder.
    b) If you already have the contents there, but Kunena installation was not able to make them writable, then please do it manually.
I N S T A L L : Successful

php version: (Required >= )
mysql version: (Required > )
Kunena
I N S T A L L : F A I L E D - Minimum Version Requirements not satisfied

php version: (Required >= )
mysql version: (Required > )
Thank you for using Kunena!
Kunena Forum Component for Joomla! © by www.Kunena.com. All rights reserved.