Jump to content

magazin online

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • First Name
    Daniel
  • Last Name
    Boricean

Recent Profile Visitors

259 profile views

magazin online's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. I solved my same error this way: - uninstall newest version of xampp, version that gave me these kind of error - install an older version that worked for me Xampp 5.6.28 (https://sourceforge.net/projects/xampp/files/) Problem solved. Back office and front office work great. I needed xampp to restore and older prestashop project.
  2. Hello, In product editor, when I want to check files to be displayed on that product page I see that there file's name and file are associated incorrect. Instead of first file name is displayed second file name and it is associated with third file, third file name is associated with second file and so on. Maybe this bug appeared after I deleted first file from section catalog/attached files. Now my first file's ID is 2 not 1, but this shouldn't be a problem. I cleaned cache and I tried on another browser but same issue, Prestashop version: 1.7.0.5 On product editor I drawn arrows to show correct file name association. Thank you for help!
  3. gabdara thank you for answer! The problem was in php.ini I found out about an error logging file: apache/logs/error.log Here, at the time when error occurred, I saw next error lines: [Tue Feb 21 18:32:33.935226 2017] [ssl:warn] [pid 7404:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Feb 21 18:32:34.232243 2017] [core:warn] [pid 7404:tid 252] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? PHP: syntax error, unexpected END_OF_LINE, expecting '=' in C:\xampp\php\php.ini on line 2:0 server certificate does NOT include an ID which matches the server name I checked many times and I found only a space in first row before . In error.log it found error on line 2:0, I don't know why.I deleted that space and everything goes fine.So much work for only a space. Here is somebody with similar problem: http://serverfault.com/questions/555856/php-ini-file-starts-with-0php
  4. Hello, I had the problem that I couldn't upload files bigger than 2 MB. In php.ini I changed upload_max_filesize from 2M to 2000M. as it is sown here: After this, if I try to access prestashop, I receive error: 500 Server Error If I type admin path in browser: http://localhost/prestashop/admin/index.php.... This error occurs: [PrestaShopException] Cannot select any valid SQL engine. at line 295 in file classes/db/Db.php 290. } elseif (extension_loaded('mysqli')) { 291. $class = 'DbMySQLi'; 292. } 293. 294. if (empty($class)) { 295. throw new PrestaShopException('Cannot select any valid SQL engine.'); 296. } 297. 298. return $class; 299. } 300. DbCore::getClass - [line 229 - classes/db/Db.php] DbCore::getInstance - [line 48 - config/alias.php] pSQL - [line 346 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 118 - config/config.inc.php] require - [line 43 - admin441avi9ut/index.php] - [1 Arguments] If I enter on http://localhost/phpmyadmin/ I receive this error: phpMyAdmin - Error The mbstring extension is missing. Please check your PHP configuration. Now I do not have acces to my store. Please help me to solve this issue. Is there another way to acces my store and save my work? Thank you so much!
  5. I had same problem after update at 1.7.0.4 (I didn't checked before), with standard editor (I couldn't edit text below text window) but icons looked right. Problem with standard editor is that you have too few options (you can not edit font, font size, etc.) and you loose to much time working with it, and results are poor. I didn't installed any third party module. The only thing I did is to modify code of /js/admin/tinymce.inc.js. Till I will recieve a solution I have to work with 2 browsers: Mozzila and Chrome. Anyway I feel that very soon I will need to buy an module an gain some precious time with text editing.
  6. Thank you for answer! I use Chrome 56.0.2924.76 (64-bit) (I made an upgrade today, but same problems). I tried on Mozilla and now I can edit full text, but I'd like to solve the problem and continue working on Chrome. In Chrome Console it shows this problem: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. send @ bundle.js:4 My eshop is on localhost. I use Xampp. Problem with icons still remain as you can see in pictures attached. Another issue about text editor is that it is very poor. In standard you can't change even text font or size. I make an upgrade like Vekia showed and it help me a lot. Maybe Prestashop will offer a better text editor in near future.
  7. Has anybody same problem. I can not edit text which is bigger than text editor window (products). I made an update to 1.7.0.4 but problem still persist. Please help me!
  8. I have some problems with text editor: I can not scroll down to edit a text longer than text window. I see squares instead of buttons icons In front office I don't see bullet points that I used in text editor. I use Prestashop 1.7.0.3. Please help me!
  9. Hello, Prestashop 1.7.0.3 I'm trying to customise top menu. I want to organize categories like a list, not like an string of words like it is now. I'm working only for a week in prestashop and I saw that I have so much things to learn to bring to life my store, in addition css, javascript, html.. Please look at attached image (I don't use sub-subcategories like in default example for women category) Thank you!
  10. Hello, Prestashop 1.7.0.3 I'm trying to customise top menu. I want to organize categories like a list, not like an string of words like it is now. I'm working only for a week in prestashop and I saw that I have so much things to learn to bring to life my store, in addition css, javascript, html.. Please look at attached image (I don't use subsubcategories like in default example for women category) Thank you!
×
×
  • Create New...