Undefined index: sql_prefix

bernhardalber

New Member
License Active
Hello,

Installation is stuck on the following screen:
1657188258582.png

The Error Messages:
Code:
Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 676

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 744

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/sources/misc/Payment.php on line 511

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 754

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 763

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 773

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 774

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 775

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 778

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 786

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 789

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 797

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 807

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 815

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 818

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 828

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 831

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 844

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 865

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 877

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 892

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 892

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 892

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 892

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 895

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 904

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 914

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 925

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 960

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 968

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 1195

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 1205

Notice: Undefined index: sql_prefix in /home3/cashsite/public_html/install/index.php on line 1237

Warning: Cannot modify header information - headers already sent by (output started at /home3/cashsite/public_html/install/index.php:1195) in /home3/cashsite/public_html/install/index.php on line 1252
PHPMyAdmin Screenshot:
1657188336822.png
 

Mark

Administrator
Staff member
Php 7.3 and 7.4 is supported, most active lists are running these versions.

something else missing on that install above, did you empty the prefix Field? You just need a prefix and that notice would not happen. I will make that field required for next release
 

gamezone

New Member
License Active
Hello, I am getting the same issue with PHP Version: 7.4.32 and VL 1.9 (Just downloaded). I have attempted leaving the info as the default and changing it to something different.

After reading this will try to test on PHP 7.2 [Edit: Same issue at PHP Version: 7.2.34 ]

I am not getting the header issue the OP has, if he has not resolved he needs to modify the apache config to resolve it. Simple google will give the info needed.
 
Last edited:
Top