PDA

View Full Version : Forum opens in install/install.php


elfenny
12-03-2013, 02:38 PM
Hi, I have a problem with my forum, the evolution of my domain sends www.myforum.com/install/install.php is not open because in this file. That folder has been deleted so wanting to enter my forum featured a 404 not found.

I can not go to admincp.

Disco_Dave
12-03-2013, 02:54 PM
This folder should be deleted after you have installed. This should let you in to your ACP.

DemOnstar
12-03-2013, 03:19 PM
Unusual because if you don't delete it, you can't go to the admincp either..

Lynne
12-03-2013, 05:20 PM
If you site is trying to redirect to install/install.php, then usually that means you have something wrong in your /includes/config.php file.

elfenny
12-03-2013, 05:23 PM
Delete the folder after the update. But today to go www.myforum.com opens www.myforum.com/install/install.php

Because it automatically tries to open install.php?

--------------- Added 1386095111 at 1386095111 ---------------

If you site is trying to redirect to install/install.php, then usually that means you have something wrong in your /includes/config.php file.
for I have not moved anything, this problem now appears

Lynne
12-03-2013, 05:32 PM
Have you changed your config.php file at all lately? Is the table prefix correct in the config.php file?

elfenny
12-03-2013, 05:57 PM
Have you changed your config.php file at all lately? Is the table prefix correct in the config.php file?

Now an error database appears to try to repair it I see this:

[Mydatabase.aaggregate_temp_1383307800] note: The storage engine for the table does not support repair
[Mydatabase.aaggregate_temp_1384027800] note: The storage engine for the table does not support repair
[Mydatabase.aaggregate_temp_1385244600] note: The storage engine for the table does not support repair
[Mydatabase.aaggregate_temp_1385813400] note: The storage engine for the table does not support repair

Lynne
12-03-2013, 06:04 PM
aaggregate_temp files/tables should get deleted after their creation. Do you have a lot of them? You can just delete them.

elfenny
12-03-2013, 10:42 PM
aaggregate_temp files/tables should get deleted after their creation. Do you have a lot of them? You can just delete them.
where can I delete?

Lynne
12-04-2013, 03:16 AM
You can delete them using phpMyAdmin which your host most likely has installed for you to use. If not, google it and you can install it yourself.