pacman Posted April 17, 2003 Share Posted April 17, 2003 When I try to create a new account I get the following error message Warning: main(includes/form_check.js.php) [function.main]: failed to create stream: No such file or directory in /usr/home/web/users/a0017855/html/catalog/create_account.php on line 26 Fatal error: main() [function.main]: Failed opening required 'includes/form_check.js.php' (include_path='.:/usr/local/php_cgi/lib/php') in /usr/home/web/users/a0017855/html/catalog/create_account.php on line 26 I checked and I have "create_account.php" in my catalog directory and in this file I have the following <?php require('includes/form_check.js.php'); ?> This must be error . . . right? Or should I have a file in my includes called "form_check.js.php" I do not have this file. I was able to make acccounts until today. What should I do? Link to comment Share on other sites More sharing options...
Ajeh Posted April 17, 2003 Share Posted April 17, 2003 You need that file in the /catalog/includes for a lot of files to work. Might check if you accidentally deleted it. Link to comment Share on other sites More sharing options...
pacman Posted April 17, 2003 Author Share Posted April 17, 2003 I found the missing file. So there actually is a file with the extension ".js.php" what a surprise. Link to comment Share on other sites More sharing options...
Ajeh Posted April 17, 2003 Share Posted April 17, 2003 Well ... I think it was labeled that way to indicate it was more javascript than php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.