Bkcmdavis

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bkcmdavis's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Yes thank you for this. I had found that same container on docker hub and have successfully add PrestaShop to my unraid and would love to make an app for other unpaid users just not sure how lol
  2. Disclaimer lol this is the very first time ever writing on ANY forum ever. So please go easy on me because I'm sure I have done something wrong. But I am having an issue I can not solve. I have the letsencrypt app installed on my unpaid server and it works fine with Wordpress when loaded to the /www folder however I'm wanting to do a prestashop and once uploading the files to /www then refreshing the page it starts the setup progress bar-completes-page refreshes to a server 500 error here is what I get when enabling debugging: "Fatal error: Uncaught Error: Call to undefined function token_get_all() in /config/www/classes/PrestaShopAutoload.php:285 Stack trace: #0 /config/www/classes/PrestaShopAutoload.php(169): PrestaShopAutoload->getClassesFromDir('classes/') #1 /config/www/classes/PrestaShopAutoload.php(66): PrestaShopAutoload->generateIndex() #2 /config/www/classes/PrestaShopAutoload.php(78): PrestaShopAutoload->__construct() #3 /config/www/classes/PrestaShopAutoload.php(339): PrestaShopAutoload::getInstance() #4 /config/www/config/autoload.php(30): require_once('/config/www/cla...') #5 /config/www/config/config.inc.php(34): require_once('/config/www/con...') #6 /config/www/index.php(27): require('/config/www/con...') #7 {main} thrown in /config/www/classes/PrestaShopAutoload.php on line 285". - I have went into the container with exec command and checked the modules with php -m and the tokenizer.so is not listed does that mean anything?? Please any help would be great!!