Jump to content

Jasper Jee

New Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

Jasper Jee's Achievements

Newbie

Newbie (1/14)

  • One Year In Rare
  • First Post Rare
  • Conversation Starter Rare
  • One Month Later Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. Hi, I'm interested with your mobile login module, but it's didn't include my sms service, so I wonder could you help to add one more service to the module? I'm from Malaysia and my client using iSMS to verify the OTP, here's the webpage https://www.isms.com.my/ Is it any possible to add the iSMS OTP service to your module?
  2. Problem when installing the wishlist module in Prestashop ver. 1.7.7.8 the module is from https://github.com/PrestaShop/blockwishlist Download the zip file and extract and change the filename to without "-dev" Zip it again and upload via Prestashop Here's the error shown Attempted to load class "Install" from namespace "PrestaShop\Module\BlockWishList\Database". Did you forget a "use" statement for e.g. "PrestaShopBundle\Install\Install", "PrestaShop\AccountsAuth\Installer\Install", "PrestaShop\Module\PsAccounts\Module\Install" or "PrestaShop\Module\PsEventbus\Module\Install"? [Symfony\Component\Debug\Exception\ClassNotFoundException 0] After I move the Install class and uninstall class to under blockwishlist.php, the installation can be processed, but another problem shows on. When I try to enter the module configure page, the error pop up... The controller for URI "/modules/blockwishlist/configuration" is not callable. Class "PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController" does not exist. [InvalidArgumentException 0] I've tried to clear the var/cache but still.. Can anyone help on this? Thx in advance! PHP ver. 7.3.2 Prestashop ver. 1.7.7.8
  3. I'vei installed 1.7.7.4v PShop on my subdomain, after setup is done, I found out that my backend and frontend cannot show by 301 redirect. So I checked my php version its 7.3, I know thats lower then requirment so I update the version to PHP 7.4. Now my backend can be login but the frontend is still looping in 301, 302 redirect. Here is my cpanel redirects panel Here is my .htaccees # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: buy.sometimeslab.co RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^buy.sometimeslab.co$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/font-woff .woff AddType font/woff2 .woff2 <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> <FilesMatch "\.pdf$"> Header set Content-Disposition "Attachment" Header set X-Content-Type-Options "nosniff" </FilesMatch> </IfModule> <Files composer.lock> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> </Files> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # php -- BEGIN cPanel-generated handler, do not edit # Set the ▒~@~\ea-php74▒~@~] package as the default ▒~@~\PHP▒~@~] programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit My website buy.sometimeslab.co. By the way, Im just a beginner for prestashop. Thx for help.
×
×
  • Create New...