This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How Can I Install Sentastico Package Offline
#1
How Can I Install Sentastico Package Offline
I find in this thread http://forums.sentora.org/showthread.php?tid=168 Sentastico Package Installer and there is

Do NOT use the auto-installer in Modules Admin>Module Install!



how can I install offline (because I am local not online) this package? I have .zpp file. Thank you for answer.
Reply
Thanks given by:
#2
RE: How Can I Install Sentastico Package Offline
TGates can help over this.
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#3
RE: How Can I Install Sentastico Package Offline
I've been looking into this and have not found an easy way to do it locally. The system is not designed to work in that manner.
You could try:
  1. Change the extension to .zip
  2. Unzip the package.
  3. Upload the 'sentastico' folder to /etc/sentora/panel/modules/
  4. Open phpMyAdmin > sentora_core > x_modules table and add:

    Code:
    INSERT INTO `x_modules` (`mo_category_fk`, `mo_name_vc`, `mo_version_in`, `mo_folder_vc`, `mo_type_en`, `mo_desc_tx`, `mo_installed_ts`, `mo_enabled_en`, `mo_updatever_vc`, `mo_updateurl_tx`) VALUES
    (3, 'Sentastico', 20130, 'sentastico', 'user', 'Sentastico is an open-source package installation tool which will quickly and effortlessly copy a wide range of open-source web scripts to your hosting space and then re-direct you to the installer to enable you to personalize your setup! By using Sentastico you save time and bandwidth by not needing to upload large web scripts to your hosting space.', 1444862022, 'true', '', '');

  5. Then go to Module Admin and make sure the permissions are set for all accounts to use and save even if you do not make changes.
Good luck!
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#4
RE: How Can I Install Sentastico Package Offline
(12-04-2015, 12:51 AM)TGates Wrote: I've been looking into this and have not found an easy way to do it locally. The system is not designed to work in that manner.
You could try:
  1. Change the extension to .zip
  2. Unzip the package.
  3. Upload the 'sentastico' folder to /etc/sentora/panel/modules/
  4. Open phpMyAdmin > sentora_core > x_modules table and add:

    INSERT INTO `x_modules` (`mo_category_fk`, `mo_name_vc`, `mo_version_in`, `mo_folder_vc`, `mo_type_en`, `mo_desc_tx`, `mo_installed_ts`, `mo_enabled_en`, `mo_updatever_vc`, `mo_updateurl_tx`) VALUES(3, 'Sentastico', 20130, 'sentastico', 'user', 'Sentastico is an open-source package installation tool which will quickly and effortlessly copy a wide range of open-source web scripts to your hosting space and then re-direct you to the installer to enable you to personalize your setup! By using Sentastico you save time and bandwidth by not needing to upload large web scripts to your hosting space.', 1444862022, 'true', '', '');
  5. Then go to Module Admin and make sure the permissions are set for all accounts to use and save even if you do not make changes.
Good luck!
I get the following error Sad

Critical Error: [0144] - Sentora database 'query' error (42S02).

A database query has caused an error, the details of which can be found below.

Error message:

 Table 'sentora_core.x_sentastico' doesn't exist

SQL Executed:

SELECT * FROM x_sentastico

Stack trace:

Base table or view not found: 1146 Table 'sentora_core.x_sentastico' doesn't exist' in /etc/sentora/panel/dryden/db/driver.class.php:125

/etc/sentora/panel/dryden/db/driver.class.php(125): PDO->query('SELECT * FROM x...')
Forum Add-ons and Usage /etc/sentora/panel/modules/sentastico/code/controller.ext.php(429): db_driver->query('SELECT * FROM x...')
MySupport Addon /etc/sentora/panel/dryden/ui/templateparser.class.php(214): module_controller::getPackageSelection()
Test of MySupport MOD [internal function]: ui_templateparser::CompileFunctionEcho('/<@\s([\w*]*)\s...', '
Reply
Thanks given by:
#5
RE: How Can I Install Sentastico Package Offline
Table 'sentora_core.x_sentastico' doesn't exist

you need to create the table than run the cmd
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Install Iissues - some pointers. goomba 0 3 ,256 06-16-2017, 12:15 PM
Last Post: goomba

Forum Jump:


Users browsing this thread: 1 Guest(s)