Jump to content
thirty bees forum

tomek

Members
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

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

tomek's Achievements

Apprentice

Apprentice (3/14)

  • One Year In
  • Collaborator Rare
  • Reacting Well Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I created a new shop and I DID NOT login into the BO, but first changed the values. I got no clue what's the difference but then I was able to log into the new shop.
  2. Sorry, I am a bit lost ;) When I create a new shop, the COOKIE_KEY and COOKIE_IV are different from the old one. When I change it to the old COOKIE_*, then I cannot login. I cannot change the COOKIE_* things before running the shop installation (but after copying the TB data to my ftp). Doing it afetr installation results in failure of login into a new shop.
  3. datakick, when I copy those to a new shop I cannot even login to it - it says something like that: The user does not exists or password is invalid
  4. Ok, now I think I know what is going on - I restored an old backup and there is something wrong with the old database - there is the same problem. I don't know why as my clients could log in without a problem in the old shop
  5. Does it matter if I change the database prefix (the old one was ps_ and the new one is tb_ ) ?
  6. What do you mean by that? I have to admit I did not do such thing as I couldn't see anything like that in the copy_shopdata_config.php file
  7. Ok, I set up a new shop. After every change I logged on an old account to check whether everything is ok. When I copied all the clients with copy_shopdata (the latest one) I still have the same problem with Authentication failed. Changing password for any account gives nothing - still the same problem and none of the older shop clients can log in into my shop. I checked consistency of the tables with core updater and it said everything is ok.
  8. Thanks, datakick. But when can we expect the module to work on PHP 8?
  9. Really sad as I cannot come back to 7.4 due to: Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". You are running 7.4.20. in (blahblah)/public_html/vendor/composer/platform_check.php on line 24
  10. I installed the module and filled all the required data in, but cannot save it, because I get a "Server Error" message. I looked into the logs and I got the following: Fatal Error Cannot use "parent" when current class scope has no parent in file (blahblahblah)/public_html/modules/nocaptcharecaptcha/nocaptcharecaptcha.php(2741) : eval()'d code at line 26 Stack trace 2. modules/nocaptcharecaptcha/nocaptcharecaptcha.php(2741) : eval()'d code:26 () PHP version: unknown. Code revision: unknown build for PHP unknown TB 1.4, PHP 8.1
  11. Can I change the following parameter: $numtables = 9999; to a bigger one? I am not sure what is the number of tables and if it makes any sense to increase the number..
  12. I upgraded the store to 1.5 (bleeding edge) and despite having the homslider.tpl file replaced the problem appeared again. Edit: I found that hte images were spoiled - changing the images solved the problem.
  13. I get the following: Error Class "BeesBlogModule\BeesBlogPost" not found in file (beeeep)/public_html/modules/beesblogrecentposts/beesblogrecentposts.php at line 123 Source file: (beeeep)/public_html/modules/beesblogrecentposts/beesblogrecentposts.php : 104: return $this->hookDisplayLeftColumn(); 105: } 106: 107: /** 108: * Display in home page 109: * 110: * @return string 111: * 112: * @throws PrestaShopException 113: * @throws SmartyException 114: * @since 1.0.3 115: */ 116: public function hookDisplayHome() 117: { 118: if (!Module::isEnabled('beesblog')) { 119: return ''; 120: } 121: 122: $this->context->smarty->assign([ 123: 'beesblogRecentPostsPosts' => BeesBlogPost::getPosts($this->context->language->id, 0, 4), 124: 'beesblogRecentPostsBlogUrl' => BeesBlog::getBeesBlogLink(), 125: ]); 126: 127: return $this->display(__FILE__, 'views/templates/hooks/home.tpl'); 128: } 129: 130: /** 131: * Display in product page 132: * 133: * @return string Stack trace: 1. classes/Hook.php:744 source BeesBlogRecentPosts->hookDisplayHome(arguments) 2. classes/Hook.php:458 source HookCore::coreCallHook(arguments) 3. classes/Hook.php:282 source HookCore::execWithoutCache(arguments) 4. controllers/front/IndexController.php:54 source HookCore::exec(arguments) 5. classes/controller/Controller.php:202 source IndexControllerCore->initContent() 6. classes/controller/FrontController.php:243 source ControllerCore->run() 7. classes/Dispatcher.php:851 source FrontControllerCore->run() 8. ./index.php:33 source DispatcherCore->dispatch() And there is a message about: PHP version: unknown. Code revision: unknown build for PHP unknown The PHP ver. is 8.1 I also forgot to mention that when a client succeded to create a new account and tried to place an order, he got a message that the items he ordered are out of stock, while there was over 15 items in stock left.
  14. I have done it and the 500 Error seems to be a Bees Blog module problem. I don't know whether both problems (client's authentication error and 500 error) are related, but I made a backup and will try to reproduce the error.
  15. I don't know, but I verified the database with updater and it did not find anything. I updated the store to bleeding edge, updated all the modules. Then run the database check again and it found something about "word search" or something. Unfortunately I cannot reproduce the error now as I deleted the account that I had a problem and created a new one but I am stuck at the following:
×
×
  • Create New...