by (160 points)
website url can't currently handle this request.

HTTP:  ERROR 500

error_log -->>

#0 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(533): Zend_Registry->offsetExists('view')
#1 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(552): Zend_Application_Bootstrap_BootstrapAbstract->hasResource('view')
#2 /home/cp62417035/public_html/install/installer/Bootstrap.php(7): Zend_Application_Bootstrap_BootstrapAbstract->getResource('view')
#3 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(681): Bootstrap->_initDoctype()
#4 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(634): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctype')
#5 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('doctype')
#6 /home/cp62417035/public_html/seotoaster_core/library/Zend/Application.php(355): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap(NULL)
#7 /home/cp62417035/public_html/install/index.php(34): Zend_Application->bootstrap()
#8 {main}
  thrown in /home/cp62417035/public_html/seotoaster_core/library/Zend/Registry.php on line 206

.htaccess -->>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteRule !\.(js|ico|jpe?g|gif|png|css|pdf|avi|mov|mp(3|4|e?g)|lng|(r|t)ar|tgz|zip|swf|ttf|eot|svg|woff)$ index.php [NC,L]

Options -Indexes
RedirectMatch 404 /\.git

php.ini
; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)

allow_url_fopen = Off
display_errors = Off
enable_dl = On
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 128M
post_max_size = 8M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php81"
upload_max_filesize = 3M
zlib.output_compression = Off
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

Database client version: libmysql - mysqlnd 8.3.15
PHP extension: mysqli Documentation curl Documentation mbstring Documentation
PHP version: 8.3.15

cPanel Version    124.0 (build 30)
Apache Version    2.4.62
Database Version    10.6.21-MariaDB-cll-lve
Architecture    x86_64
Operating System    linux

I'm attempting to install SEOToaster on cpanel, hosted by a rather useless ISP.  I'm stuck here, a real dummy when it comes installing apps.  Please help, what am I doing wrong?

1 Answer

by (220 points)
Hello,

Thank you for using our services!

Please ensure that all configurations of your cPanel server align with the specifications outlined in our SeoToaster Web Server Requirements: https://www.seotoaster.com/seotoaster-install-requirements.html

Particularly, verify that the following PHP modules are installed and enabled: curl, gd, json, mbstring, pdo-mysql, xml, gmp, imap, zip, ioncube, and mcrypt.

Thank you.
...