Hey everyone,
I go to create my admin user and get the following errors after filling out the required fields:
Warning: fopen(./index/authenticate.php): failed to open stream: No such file or directory in /homepages/35/d87926789/htdocs/authentication_index.php on line 203
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/35/d87926789/htdocs/authentication_index.php on line 204
Warning: fclose(): supplied argument is not a valid stream resource in /homepages/35/d87926789/htdocs/authentication_index.php on line 205
User created successfully.
Click Here to Continue.
I click on the link to continue and the page reloads asking me to create an admin user. The vicious cycle starts again. This site is on a UNIX server and I am a Windows guy. Any ideas where I can start?
Thanks in advance
lostinspaze
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First I would check that there is a directory called "index" in the directory where you installed PhpGedView.
Then I would check to make sure that write permissions have been set to this directory as described in the readme.txt file.
If it still doesn't work then I would create an empty text file called authenticate.php and upload it to the index directory and set write permissions for it.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey everyone,
I go to create my admin user and get the following errors after filling out the required fields:
Warning: fopen(./index/authenticate.php): failed to open stream: No such file or directory in /homepages/35/d87926789/htdocs/authentication_index.php on line 203
Warning: fwrite(): supplied argument is not a valid stream resource in /homepages/35/d87926789/htdocs/authentication_index.php on line 204
Warning: fclose(): supplied argument is not a valid stream resource in /homepages/35/d87926789/htdocs/authentication_index.php on line 205
User created successfully.
Click Here to Continue.
I click on the link to continue and the page reloads asking me to create an admin user. The vicious cycle starts again. This site is on a UNIX server and I am a Windows guy. Any ideas where I can start?
Thanks in advance
lostinspaze
First I would check that there is a directory called "index" in the directory where you installed PhpGedView.
Then I would check to make sure that write permissions have been set to this directory as described in the readme.txt file.
If it still doesn't work then I would create an empty text file called authenticate.php and upload it to the index directory and set write permissions for it.
--John