When I tried to install this script with the install.php script I got an error about not having the right email address or something. How can I get this to work? Is there a workaround? server permissions? shooting blanks here :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you be a little more specific? What exactly is the error message? Are you getting 'Please enter the phpBT email address' or 'Please use a valid email address for the admin login' when submitting the initial installation form? The first error indicates you need to choose a valid email address that the bug notice emails will be coming from, and the second message indicates you must use a valid email address for the admin user.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did enter a valid email address. Does it have to match the one on the php server or whatever? I use this email address daily and i dont know if that can be an issue.
Is there a way you can post a sample config file so i can copy over and manually edit it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can work with config-dist.php, editing that and saving it as config.php. The database schemas are in the schemas subdirectory. You will probably want to take a look at install.php to see what steps need to be taken to get the installation done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I tried to install this script with the install.php script I got an error about not having the right email address or something. How can I get this to work? Is there a workaround? server permissions? shooting blanks here :(
Could you be a little more specific? What exactly is the error message? Are you getting 'Please enter the phpBT email address' or 'Please use a valid email address for the admin login' when submitting the initial installation form? The first error indicates you need to choose a valid email address that the bug notice emails will be coming from, and the second message indicates you must use a valid email address for the admin user.
I did enter a valid email address. Does it have to match the one on the php server or whatever? I use this email address daily and i dont know if that can be an issue.
Is there a way you can post a sample config file so i can copy over and manually edit it?
You can work with config-dist.php, editing that and saving it as config.php. The database schemas are in the schemas subdirectory. You will probably want to take a look at install.php to see what steps need to be taken to get the installation done.
I'll try that out tommorow. Thanks!