Jump to content

rogersjl1

Members
  • Posts

    3
  • Joined

  • Last visited

1 Follower

Profile Information

  • First Name
    John
  • Last Name
    Rogers

rogersjl1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm using PS 1.6 and while there are no vendor or phpunit folders I do see a phpunit file and a phpunit.xml file in the advancedeucompliance module. The phpunit file contains this: #!/usr/bin/env sh main_test_path=../../../tests ${main_test_path}/vendor/bin/phpunit -c . which includes the "vendor" folder in the path but there's no vendor folder anywhere on the site. The phpunit.xml file contains this: <phpunit bootstrap="bootstrap.php"> <testsuites> <testsuite name="Unit"> <directory>Unit</directory> </testsuite> <testsuite name="Integration"> <directory>Integration</directory> </testsuite> </testsuites> </phpunit> I'm assuming these phpunit files are not part of the vulnerability?
  2. Glad you were able to find a solution. Unfortunately the only solution I found was to remove & reinstall prestashop & rebuild my store from scratch. It worked.
  3. I now have the same error with prestashop v 1.6.1.1. When a customer tries to create an account they get a blank page. I turned on logging and there were no error messages but customers can't create a new account for themselves. They can make purchases using a guest account & then can convert the guest account to a user account. But they can't create a normal customer account. Any ideas? My site is www.gracescarves.com
×
×
  • Create New...