Release Support > Pending Issues

Trouble installing Roundcube 1.6.0

<< < (3/3)

arpringle:
Adding that line there throws the same error as adding it into the other file.

SKaero:
OK, let try this one fine time, can you try adding the following line:

--- Code: ---die(getenv('ROUNDCUBE_CONFIG_DIR') ?: 'default');

--- End code ---
After the following line in the <RC root>/installer/index.php file:

--- Code: ---define('INSTALL_PATH', realpath(__DIR__ . '/../').'/');

--- End code ---

arpringle:
Same error as before, 1045. Of note, perhaps, is that the error has now permanently changed to 1045 instead of 2002. Even when I remove all the lines you told me to add, the error didn't go back to the old error. I'm beginning to think I may have manually created a config file by mistake at some point? It seems like all signs point to that, because the DB is trying to be accessed which shouldn't happen if the setup hasn't been finished yet, right?

SKaero:
At that point there is no code that could be running to try and connect to the database so I can't really offer any other suggestions. Is it possible for me to connect to the server so I can take a look at what is going on?

Navigation

[0] Message Index

[*] Previous page

Go to full version