nm2002 Posted April 23, 2004 Posted April 23, 2004 I updated all of my products and when I go to click on "my account" to test the web site I get this error, I also pointed out where 154 line is: Warning: main(includes/FILENAME_PWA_PWA_LOGIN): failed to open stream: No such file or directory in /home/virtual/site54/fst/var/www/html/login.php on line 154 Fatal error: main(): Failed opening required 'includes/FILENAME_PWA_PWA_LOGIN' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site54/fst/var/www/html/login.php on line 154 Can sombody please help ASAP. <?php if (PWA_ON == 'false') { require(DIR_WS_INCLUDES . FILENAME_PWA_ACC_LOGIN); } else { require(DIR_WS_INCLUDES . FILENAME_PWA_PWA_LOGIN);----(THIS IS LINE 154) } ?>
rseigel Posted April 23, 2004 Posted April 23, 2004 What contributions have you installed? FILENAME_PWA_PWA_LOGIN is not defined in application_top.php (or filenames.php depending on your version of OSC).
nm2002 Posted April 23, 2004 Author Posted April 23, 2004 I forgot to tell you about that its PWA (purchase without account), please help ASAP.
rseigel Posted April 23, 2004 Posted April 23, 2004 I just gave you the answer. :blink: Read the install instructions again and look for that define.
nm2002 Posted April 23, 2004 Author Posted April 23, 2004 I downloaded that and overwrote the exiting files with PWA 0.70?? I also did this at my SQL ALTER TABLE customers ADD purchased_without_account TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL AFTER customers_id; ALTER TABLE customers ADD INDEX (purchased_without_account); I dont know what to do now?
nm2002 Posted April 23, 2004 Author Posted April 23, 2004 How do I do that, am still new to all this :huh:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.