Jump to content
thirty bees forum

Steve

Members
  • Posts

    155
  • Joined

  • Last visited

Posts posted by Steve

  1. I don’t want to check your vhost files for you.

    I know but you said this earlier: something is wrong with your setting for “webhost”. You have added your own settings in addition to “localhost” and something there may be wrong

    So I sent some screenshots to be sure that nothing is wrong there.

    Anyway, I had some old xammp files in my C: directory that I renamed xammp1 and xammp2 (old xammp files from previous xammp installs) etc as backup. I deleted those and I can now enter my backoffice again. and the examle.txt again.

    My first step should be clearing the cache now? Because the front office is still unavailable. (And should I do this with the tool that I have access to now or my my backoffice?

  2. @musicmaster said in I accidentally deleted the wrong files when I downgraded with XAMPP, can I still solve it?:

    What do you mean “can’t access”? What do you get?

    0_1547031356411_Screenshot (150).png

    My directory: 0_1547031437673_Screenshot (151).png0_1547031441824_Screenshot (152).png0_1547031444906_Screenshot (153).png

    But my admin folder has been copied by my older shop, so I don't know if that maybe that has to do with it?

    See my previous question. You are “repairing” things that most likely aren’t broke and may in the process introduce new problems.

    Okay I'll wait with installing again.

  3. In phpmyadmin I see that I get this error on every table that I choose: #1932 - Table ['EXAMPLE_TABLE'] doesn't exist in engine

    The database does contain lazy cache now.

    I see possible solutions like here: https://stackoverflow.com/questions/33839569/mysql-error-1932-table-phpmyadmin-pma-user-config-doesnt-exist-in-engine

    ``` Finally, I find the solution. We can find there really exists the table 'pma__tracking' when we expand the phpmyadmin database.

    But the system error call on #1932 - Table 'phpmyadmin.pma__tracking' doesn't exist in engine.

    So just try to remove the old pma__* database first and reconfig them later.

    1.Remove the wrong tables in xampp's installation path and remove all the files in var/mysql/phpmyadmin/, which are similar like pmabookmark.frm/pmabookmark.ibd...

    2.Reinstall the sql of phpmyadmin, which located in phpmyadmin/sql/, something like 'createtables.sql', run them with mysql < createtable.sql, etc.

    Then it works. ```

    But I have no idea if that has anything to do with my problem.

    If you still don't have the information that you need about the 'tests' please let me know.

  4. Alright I added all the files above config from my old site to the new one. Now I get this error:

    ``` [ThirtyBeesDatabaseException] Table 'webshop.tb_configuration' doesn't exist in engine

    SELECT c.name, cl.id_lang, IFNULL(cl.value, c.value) AS value, c.id_shop_group, c.id_shop FROM tb_configuration c LEFT JOIN tb_configuration_lang cl ON c.id_configuration = cl.id_configuration

    at line 849 in file classes/db/Db.php 844. if ($webserviceCall && $errno) { 845. $dbg = debugbacktrace(); 846. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 847. } elseif (PSDEBUGSQL_ && $errno && !defined('TBINSTALLATIONIN_PROGRESS')) { 848. if ($sql) { 849. throw new PrestaShopDatabaseException($this->getMsgError().'

    '.$sql.'
    '); 850. } 851. 852. throw new PrestaShopDatabaseException($this->getMsgError()); 853. } 854. } DbCore->displayError - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 709 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 439 - classes/Configuration.php] - [1 Arguments] ConfigurationCore::loadConfigurationFromDB - [line 271 - classes/db/Db.php] - [1 Arguments] DbCore::getInstance - [line 338 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 123 - config/config.inc.php] require - [line 32 - index.php] - [1 Arguments] ```

    Is there something wrong with my database or my core files? Or maybe my config folder.

    01546968003646config.zip

  5. Getting these errors when I used the import feature in phpmyadmin:

    ``` INSERT INTO tb_smarty_lazy_cache (template_hash, cache_id, compile_id, filepath, last_update) VALUES ('0c901a72da3276e174f98f86d9e3a580', 'blocktopmenu|1|1|13|category|3', '', 'blocktopmenu\1\1\13\category\3\fe\db\6e\fedb6e39db59c00f4dd62abe25cebaffb1279681.blocktopmenu.tpl.php', '2018-10-20 12:47:10'), ('0c901a72da3276e174f98f86d9e3a580', 'blocktopmenu|1|1|13|index', '', 'blocktopmenu\1\1\13\index\fe\db\6e\fedb6e39db59c00f4dd62abe25cebaffb1279681.blocktopmenu.tpl.php', '2018-10-20 12:46:24'), ('25d060db3bb982f2b9d1ce53e39e4f16', 'blocksocial|1|1|13', '', 'blocksocial\1\1\13\34\b7\f7\34b7f7d27e1f3c69ca4b4bd75c5c240456454893.blocksocial.tpl.php', '2018-10-20 12:46:36'), ('2a8001dc73cbcfdde2617a2a9eed9df0', 'blocktags|1|1|13', '', '', '2018-10-20 12:47:16'), ('2d6ae983a572f8fb8da18e50d5dbf79e', 'blockbanner|1|1|13', '', 'blockbanner\1\1\13\ec\c3\d1\ecc3d1040e5314151811222174902ff491d6fab2.b[...] MySQL meldt: Documentatie

    1932 - Table 'webshop.tbsmartylazy_cache' doesn't exist in engine

    ```

    It does say that the import was succesful though. I still have the same error on my site.

    0_1546962950118_Screenshot (143).png

×
×
  • Create New...