What might happen
1. Red lines of warnings about Error 1146 database table does not exist. That's what you want to see! Now go to mydomain.com/lists/admin/ and click the initialise database link.
That click takes you to the first install page and your database is initialised. Now click the main page or configure link on the right hand side, this takes you to the log into admin page, (log in default is admin and (p/w) phplist). Once on the main admin page, you can setup and configure (link) phpList as you require.
The problem is, when I go to /lists/admin, well..
- Code: Select all
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
Database error 1146 while doing query Table 'mailinglist.phplist_config' doesn't exist
with a login form, that doesn't do anything;
Server is powered by Nginx on Ubuntu Server 14.04LTS, MySQL 5.5.37, PHP 5.5.9
The nginx server definition is pointing to the public_html, and the admin is accessed via '/lists/admin'
Did everything the guide said. config.php is edited with the correct connection settings, and is for all intents and purposes ready to go.
It just doesn't recognize that it's not installed yet. Therefore I am never presented with the proposed Initialize Database Link.