Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Blank page for script install



Threaded Mode | Print  

 Blank page for script install (6 Replies, Read 2784 times)
merklin
Group: Member
Post Group: Newbie
Posts: 5
Status:
Hello everyone. I'm experiencing a problem that couldn't find a solution.

1. I have softaculous installed on ISPConfig3.
2. Ioncube loader is present
3. All extensions are added to /softaculous/php.ini EXCEPT MySQL (it is not supported in php7.4)
4. Scripts are downloading without a problem (/var/softaculous is populated with script's install files)

Frontpage is working without a problem, I have access to admin settings also. But when I click on a script to install it, I see a blank page.

1. Log levels are set to "4" - no records in the error log.
2. Chrome console shows no errors
3. Added "ModPagespeed off" in .htaccess file - same result

Will be glad if someone can help.
IP: --   

Blank page for script install
merklin
Group: Member
Post Group: Newbie
Posts: 5
Status:
P.S.: I meant "mysql.so" extension. "mysqli.so" and "mysqlnd.so" are added.
IP: --   

Blank page for script install
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi,

Extremely sorry for the delay in response.

Can you please open a support ticket with us so that we can check this asap :
https://softaculous.deskuss.com/

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Blank page for script install
merklin
Group: Member
Post Group: Newbie
Posts: 5
Status:
I've found the problem. I have mod_headers and mod_pagespeed installed and active on my server. Even with core filters allowed, it messed up the .js files and so on because of minifying them. The solutions is to add the following code to /usr/local/softaculous/ispconfig/softaculous.conf:

Code

Header set Strict-Transport-Security "max-age=31536000"
Header set Referrer-Policy: "strict-origin"
Header set X-XSS-Protection: "1; mode=block"
Header set Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
Header set X-Permitted-Cross-Domain-Policies: "none"
Header always set Feature-Policy: "fullscreen 'none'; microphone 'none'"
Header edit Set-Cookie: ^(.*)$ $1;HttpOnly;Secure
Header set Content-security-Policy: "default-src 'self'; img-src 'self' data: https://*.softaculous.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: https://*.softaculous.com; style-src 'self' 'unsafe-inline' data: ; font-src 'self' data: ;frame-src 'self' data: https://*.softaculous.com;"

ModPagespeedForbidFilters extend_cache
ModPagespeedForbidFilters remove_comments,collapse_whitespace
ModPagespeedForbidFilters convert_meta_tags
ModPagespeedForbidFilters prioritize_critical_css
ModPagespeedForbidFilters combine_css,combine_javascript,combine_heads
ModPagespeedForbidFilters inline_css,inline_javascript
ModPagespeedForbidFilters rewrite_javascript
ModPagespeedForbidFilters rewrite_style_attributes,rewrite_css
ModPagespeedForbidFilters move_css_to_head
ModPagespeedForbidFilters lazyload_images


Moreover, the included php_admin_values throw an error "invalid command" when restarting apache. Those directives should be wrapped with <ifmodule PHP> i.e. in the config file I have:

Code

    AddType application/x-httpd-php .php .php3 .php4 .phtml

<IfModule mod_php7.c>
    php_admin_value upload_tmp_dir /tmp
    php_admin_value open_basedir /
    php_admin_value include_path .:..
    php_admin_value session.save_path /tmp
    php_admin_value safe_mode off
</IfModule>

    DirectoryIndex index.php
IP: --   

Blank page for script install
merklin
Group: Member
Post Group: Newbie
Posts: 5
Status:
And few hours later - same issue again.
IP: --   

Blank page for script install
merklin
Group: Member
Post Group: Newbie
Posts: 5
Status:
Finally found the problem. It was php7.4 and it's ioncube loader (still in beta). Reverting back to php7.2 and it's loader solved all issues.
IP: --   

Blank page for script install
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi,

Glad to know you were able to find the cause of the issue.

Once the ioncube loaders for PHP 7.4 are available in stable you should be able to use Softaculous with PHP 7.4

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 26, 2024, 11:03 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.035