Letsencrypt app


Recommended Posts

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!!

Link to comment

Yea, that container probably isn't setup with all the correct modules needed for that app. I would recommend removing WordPress from the LetsEncrypt container and installing the WordPress container by itself and use the LetsEncrypt container to do SSL wrapping and act as a reverse proxy. 

 

I just looked on Docker Hub real quick and there's already a container for PrestaShop, which is released by the devs themselves so that would probably be the recommended thing to use, although you would have to do some minor configurations yourself since there is no unRAID metadata for it. https://hub.docker.com/r/prestashop/prestashop/

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.