Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fatal error


nm2002

Recommended Posts

Posted

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)

}

?>

Posted

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).

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...