Sentora Support Forums
[split] Sentastico not installing on server - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Public Support Forums v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=66)
+--- Forum: 3rd Party Module Support v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=71)
+--- Thread: [split] Sentastico not installing on server (/showthread.php?tid=12983)



[split] Sentastico not installing on server - zustudios - 12-16-2023

(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.


RE: [split] Sentastico not installing on server - TGates - 12-16-2023

(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.


RE: [split] Sentastico not installing on server - zustudios - 12-16-2023

(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?


RE: [split] Sentastico not installing on server - TeccHost - 12-18-2023

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)


RE: [split] Sentastico not installing on server - TGates - 12-19-2023

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.)


RE: [split] Sentastico not installing on server - TeccHost - 12-19-2023

with the change to text problem solved


RE: [split] Sentastico not installing on server - TGates - 12-22-2023

(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.


RE: [split] Sentastico not installing on server - TeccHost - 12-22-2023

updated successfully


RE: [split] Sentastico not installing on server - TGates - 12-22-2023

(12-22-2023, 11:54 AM)TeccHost Wrote: updated successfully

Great! Thanks for helping sort this out.