Jump to content

skinnybloke

Members
  • Posts

    157
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Birmingham, UK
  • Activity
    Developer

Recent Profile Visitors

5,859,123 profile views

skinnybloke's Achievements

  1. I am trying to import a CSV file containing a reference number and a price via the back-office products import option. This fails with the error "Unexpected response returned by server. Import stopped." - see attached The response in developer tools > network displays 'Parent category 2 does not exist. Current Category: 2' This worked fine in v1.6. Any ideas on what I can do for this to work?
  2. I'm sorry but I can't supply the URL as it is development mode. I will do this once the site goes live.
  3. That's weird. Doesn't work for me. Could this be due to the theme I am using?
  4. Does ?content_only=1 still work in Prestashop v8.1.2? If not is there a replacement way of doing this?
  5. I checked the table 'ps_supplier' and as expected there were no suppliers set up. I checked the table 'ps_product_supplier' which included records. I deleted all the records in 'ps_product_supplier' and all works ok.
  6. I have a problem with one product in the back office. When I try to edit it via the catalog > products menu I get the error: I am using Prestashop v8.1.2 The attached image shows the debug information
  7. I have this same issue - just wondered if you managed to solve it?
  8. I have a new installation and have added my 1st product and none of the product images are showing in the front office when Friendly URLs is selected. The images show when Friendly URL's is disabled The images show in the back office. I have tried deleting the .htaccess file and toggling Friendly URLs and regenerating the thumbnails but no success. I have a v1.6 site on the same server without this problem. Could this be a server problem with v1.8? My server is running CentOS v7.9.2009 and nginx/1.23.3
  9. I've got a solution to this - a bit of a hack but hey ho, it works for what I want... Remove lines 135 and 149 from the following file so that it does not check on the status of the items: \modules\autoupgrade\classes\Twig\Block\UpgradeButtonBlock.php From: To
  10. I have this same issue with the red cross. Is there a solution - a hack to some code somewhere that overrides the version check? Don't want to look at thirtybees yet.
  11. I have just upgraded to v1.6.19 and still have this issue. Does anybody else have this issue - if see I will report it as a bug
  12. Thanks for the pointer. I modified the /js/admin/tinymce.inc.js file and added 'paste_data_images: true' as per this page https://www.tinymce.com/docs/plugins/paste/#paste_data_images Code is now: function tinySetup(config) { if(!config) config = {}; //var editor_selector = 'rte'; if (typeof config.editor_selector != 'undefined') config.selector = '.'+config.editor_selector; default_config = { selector: ".rte" , plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor anchor", browser_spellcheck : true, toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,anchor,|,media,image", toolbar2: "", external_filemanager_path: ad+"/filemanager/", filemanager_title: "File manager" , external_plugins: { "filemanager" : ad+"/filemanager/plugin.min.js"}, language: iso, skin: "prestashop", statusbar: false, relative_urls : false, convert_urls: false, entity_encoding: "raw", extended_valid_elements : "em[class|name|id]", valid_children : "+*[*]", valid_elements:"*[*]", menu: { edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'}, insert: {title: 'Insert', items: 'media image link | pagebreak'}, view: {title: 'View', items: 'visualaid'}, format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}, table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}, tools: {title: 'Tools', items: 'code'} }, paste_data_images: true }; $.each(default_config, function(index, el) { if (config[index] === undefined ) config[index] = el; }); tinyMCE.init(config); }
  13. Hi - I tried making changes to various parameters in the PHP Configuration Editor as per these topics but to no avail... ... but I am working ok now after upgrading PHP to v5.6 from v5.4 using EasyApache3. My sites were previously working ok under PHP v5.4 so I can only assume that something became corrupted somewhere.
×
×
  • Create New...