Sentora Support Forums

Full Version: [split] Sentastico not installing on server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(09-20-2023, 09:16 AM)TGates Wrote: [ -> ]More packages added.

Sentastico is not working. Everytime I try to add Wordpress it doesn't add it so I can install it.
I uninstalled Sentastico and reinstalled it but it is still not working.
(12-16-2023, 02:58 PM)zustudios Wrote: [ -> ]Sentastico is not working. Everytime I try to add Wordpress it doesn't add it so I can install it.
I uninstalled Sentastico and reinstalled it but it is still not working.

(I split your question into it's own topic)
@[zustudios]

Ok, I will check. You are running Sentora v2.0.0 at least? (v2.0.1 is now released)
Do you see anything in the sentora_error.log

I just removed and re-installed Sentastico using Repo-Browser, and re-added the packages with no problem.
Check your logs and let me know what you see.
(12-16-2023, 03:48 PM)TGates Wrote: [ -> ](I split your question into it's own topic)
@[zustudios]

Ok, I will check. You are running Sentora v2.0.0 at least? (v2.0.1 is now released)
Do you see anything in the sentora_error.log

I just removed and re-installed Sentastico using Repo-Browser, and re-added the packages with no problem.
Check your logs and let me know what you see.

Which log do you need to see?
I have the same problem when adding Wordpress.
log:
Code:
[Mon Dec 18 02:18:33.861986 2023] [php7:error] [pid 1575663] [client x.x.x.x:52095] PHP Fatal error:  Uncaught PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'pkg_info' at row 1 in /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php:170\nStack trace:\n#0 /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php(170): PDOStatement->execute()\n#1 {main}\n  thrown in /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php on line 170, referer: https://xx.xxxx.net/modules/sentastico/code/sentastico_admin.php [Mon Dec 18 02:19:41.383672 2023] [php7:error] [pid 1575666] [client x.x.x.x:52108] PHP Fatal error:  Uncaught PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'pkg_info' at row 1 in /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php:170\nStack trace:\n#0 /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php(170): PDOStatement->execute()\n#1 {main}\n  thrown in /etc/sentora/panel/modules/sentastico/code/sentastico_admin.php on line 170, referer: https://xx.xxxx.net/modules/sentastico/code/sentastico_admin.php?module=sentastico

 Sentora (2.0.1)
Ok, looks like the DB column that holds the descriptions is too small. I'll check it out and make an update.

Can you try and change the column to type 'text' using phpmyadmin at let me know if that fixes it?

DB table: sentora_core.x_sentastico column: pkg_info
Change from varchar(255) to text and try installing a package again.

If this worked, let me know and update Sentastico (I already made the changes to the module.)
with the change to text problem solved
(12-19-2023, 10:53 PM)TeccHost Wrote: [ -> ]with the change to text problem solved

Great!

Make sure you do an update of Sentastico (v2.0.3) so you have the current version.
updated successfully
(12-22-2023, 11:54 AM)TeccHost Wrote: [ -> ]updated successfully

Great! Thanks for helping sort this out.