Ok, does it work on local server, and did you remember to follow all steps concerning the instalation, from: http://opensolution.org/Quick.Cart/docs/ext/?id=en-requirements Try to download a fresh version, install it on the local server following the steps from the manual.
This problem is complicated more than simply fix enabling JS and turn of addblockers. I have 4 websities where: - you can´t add or modify pages, but you can delete it - when I copied whole system to localhost on my pc - everything works fine, but not on site - sities are not on one (same) server but on 2 different providers - also change CHMOD won´t help - comparing all php files from site to backup archived files shows that nothing is changed in source (like hacking or similar..) - curiosity now: after deleting all files from folder files/ everything start working fine. It also works when files are saved back into subfolders 100/ 150/ etc. But NOT bigger - original files in root directory files/ - I suspect names of files - if can be problem in names with space between words, or other hidden characters..
Is it clearer now? But still I have no idea what else to do..
janoo42 1. In administration open edition page that you "can´t modify" 2. View source .How much quantity lines? 3. Are these stores v6 or older? 4. The exact version of php? 5. I assume you have a server with sufficient space.
Hi Openzibi, 1-2. it´s not about particular page, it happens generally: - I want new page or edit existing page: I write Name, Short Description - I assign parent page and click Save button - script execute and write "Operation ended successfully"
3. Older, maybe v4 or 3., but untill this july-august everything works fine long time 4. PHP Version 5.3.29 5. yes, I can make copy of whole site on this space, it is not full. And it´s crazy - copy of first site works fine, but copy of second site not, when I´ve made it.
It is mystery. But I think I suppose to upgrade sities to newest script. But it is hard work with upgrade DB and make teplate again..
Solveeedd!! Openzibi is genius! How easy, clever and elegant :) many thanks. It is exactly what helped to all of my sities. Now, please can you tell me more about this PHP parameter? Or put here some link. I am really curious. It is something with too many inputs in form? Or an atribute of some function in PHP? Anyway I am really happy and thankfull for your knowledge of this script and php. Nice day to everyone
Added max_input_vars directive to prevent attacks based on hash collisions. It was added earlier. In php 5.3.9 and exist in 5.3.29, 5.4, 5.5... This parameter was also the reason for the problems in Wordpress or Joomla. Default value: max_input_vars = 1000
yes, as I´ve predicted... But as I am working with Prestashop also, I have to change this value to 5000 on my localhost. So even no error message I had noticed accordig to this problem. And uncommenting error messages in config of QC showed nothing. Don´t know why.