• I’m installing WordPress with wp-quick-install. I’ve configured the data.ini file but when I open the web, browse to my directory, fill out the form then click on “Install WordPress” I get “Error Establishing a Database Connection.”

    I look at my error log and see errors:

    [14-Jul-2016 03:26:38 America/Chicago] PHP Warning: syntax error, unexpected ‘”‘ in data.ini on line 64
    in /mnt/stor1-wc2-dfw1/448567/1012027/www.glomri.com/web/content/my-quick-install-1.4.2/index.php on line 41

    My data.ini file looks like this: Enter below the installation folder:

    Line 60 Activate plugins after WordPress Installation:
    Line 61 activate_plugins = 1
    Line 62
    Line 63 Permalink Structure:
    Line 64 permalink_structure = /%postname%/
    Line 65 permalink_structure = /%year%/%monthnum%/%postname%/
    Line 66
    Line 67 Medias:

    Line 38 My index.php file looks like this:
    Line 39 // We verify if there is a preconfig file
    Line 40 $data = array();
    Line 41 if ( file_exists( ‘data.ini’ ) ) {
    Line 42 $data = json_encode( parse_ini_file( ‘data.ini’ ) );
    Line 43 }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘wp-quick-install’ is closed to new replies.