thanks, but it's still not working... (General)

by Auge, Monday, December 28, 2009, 06:08 (5248 days ago) @ peter.n
edited by Auge, Monday, December 28, 2009, 06:24

Hello

I just tried again. This is exactly what I did:

1. downloaded my little forum again, unzipped it
2. uploaded all files to /forum using Filezilla
3. set all folders/subfolders to 755
4. set all files to 644
5. set templates_c to 775
6. set db_settings.php in config to 777
7. opened /forum/install
8. entered all required information
9. started the script

So far, so good.

10. got these error-messages:

Fehler!

* SQL-Fehler (MySQL: Table 'mlf2_banlists' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_categories' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_entries' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_settings' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_smilies' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_userdata' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_pages' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_useronline' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_logincontrol' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_entries_cache' already exists)
* SQL-Fehler (MySQL: Table 'mlf2_userdata_cache' already exists)
* SQL-Fehler (MySQL: Duplicate entry '1' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '2' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '3' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '4' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '5' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '6' for key 1)
* SQL-Fehler (MySQL: Duplicate entry '1' for key 1)

Ok, The script does it's job during the first installation.

11. opened Plesk Panel 9.2 in new tab
12. deleted mysql-database
13. created new database
14. went back to old tab, entered new mysql-information and started the script again
15. ended up seeing a blank page again...

The database tables will be created. Maybe there is another error wich causes the trouble.

Please enter the following code to the first lines of the install/index.php right after the comment block with the copyright information.

ini_set('display_errors', 1);
error_reporting(E_ALL);

If there is any PHP error, it should be shown at the screen.

Tschö, Auge


Complete thread:

 RSS Feed of thread