Hi,
I added some custom packages to Sentastico.
My custom_packages.xml is:
List of the packages dir:
But, the Sentastico returns this:
Unzip was not successful
With this at the top:
Notice: Undefined index: pkgdb in /etc/sentora/panel/modules/sentastico/code/installer.php on line 12
Notice: Undefined index: install_to_base_dir in /etc/sentora/panel/modules/sentastico/code/installer.php on line 152
I attached a printscreen to see the page.
I tried rename the file to osticket1591.zip, but don't worked too.
What I'm doing wrong?
Thanks,
I added some custom packages to Sentastico.
My custom_packages.xml is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Sentastico Open Source Script Installer for Sentora CP
// Version : 10.1.1.2 (09-05-2013)
// Updated By : TGates for Sentora
// Additional Work : Durandle
// Packages Updated : 05-05-2014 by TGates
// Contact Email : tgates@mach-hosting.com
// Original Authors : Bobby Allen/Mudasir Mirza
-->
<packages>
<package>
<name>4images</name>
<version>1.7.11</version>
<zipname>4images</zipname>
<type>Image galleries</type>
<info>4images is a PHP and MySQL based system to administrate image galleries and media databases.</info>
<db>yes</db>
</package>
<package>
<name>bbPress</name>
<version>2.5.4</version>
<zipname>bbpress</zipname>
<type>Forums</type>
<info>bbPress is forum software with a twist from the creators of WordPress.</info>
<db>yes</db>
</package>
<package>
<name>Hesk</name>
<version>2.5.5</version>
<zipname>hesk</zipname>
<type>Live Support</type>
<info>Hesk is Free PHP Help Desk Software that runs with a MySQL database. It allows you to setup a web based ticket support system (helpdesk) for your website.</info>
<db>yes</db>
</package>
<package>
<name>MediaWiki</name>
<version>1.24.1</version>
<zipname>mediawiki</zipname>
<type>Wiki</type>
<info>MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia.</info>
<db>yes</db>
</package>
<package>
<name>osTicket</name>
<version>1.5.9.1</version>
<zipname>osticket</zipname>
<type>Live Support</type>
<info>osTicket is a widely-used and trusted open source support ticket system. It seamlessly routes inquiries created via email, web-forms and phone calls into a simple, easy-to-use, multi-user, web-based customer support platform.</info>
<db>yes</db>
</package>
<package>
<name>PrestaShop</name>
<version>1.6.0.11</version>
<zipname>prestashop</zipname>
<type>E-Commerce</type>
<info>Create your online store with PrestaShop's free shopping cart software. Build an ecommerce website for free and start selling online with hundreds of powerful features.</info>
<db>yes</db>
</package>
<package>
<name>Magento</name>
<version>1.9.1.0</version>
<zipname>magento</zipname>
<type>E-Commerce</type>
<info>Magento is the eCommerce software and platform trusted by the world's leading brands.</info>
<db>yes</db>
</package>
</packages>
Code:
/etc/sentora/panel/modules/sentastico/packages# ls
4images.zip craftysyntax344.zip drupal727.zip joomla330.zip mybb1613.zip phpBB3012.zip smf207.zip
b2evolution508.zip custom_packages.bak gallery309.zip magento.zip oscommerce2334.zip php-nuke824.zip wordpress39.zip
bbpress.zip custom_packages.xml hesk.zip mediawiki.zip osticket.zip pnp101.zip zencart151.zip
coppermine1528.zip dokuwiki20131208.zip impresspages4012.zip moodle26.zip packages.xml prestashop.zip
Unzip was not successful
With this at the top:
Notice: Undefined index: pkgdb in /etc/sentora/panel/modules/sentastico/code/installer.php on line 12
Notice: Undefined index: install_to_base_dir in /etc/sentora/panel/modules/sentastico/code/installer.php on line 152
I attached a printscreen to see the page.
I tried rename the file to osticket1591.zip, but don't worked too.
What I'm doing wrong?
Thanks,