Jump to content

thechinmaster

Members
  • Posts

    38
  • Joined

  • Last visited

Profile Information

  • Location
    NZ
  • Activity
    User/Merchant

thechinmaster's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. thanks for the answer, but no - I have only used 0.08 gb of 500gb!!
  2. and here is the full text if anyone can help: [PrestaShopException]Root category must be an integer value at line 212 in file classes/helper/HelperTreeCategories.php 207. } 208. 209. public function setRootCategory($value) 210. { 211. if (!Validate::isInt($value)) { 212. throw new PrestaShopException('Root category must be an integer value'); 213. } 214. 215. $this->_root_category = $value; 216. return $this; 217. } HelperTreeCategoriesCore->setRootCategory - [line 2504 - controllers/admin/AdminProductsController.php] - [1 Arguments]2499. // Generate category selection tree 2500. $tree = new HelperTreeCategories('categories-tree', $this->l('Filter by category')); 2501. $tree->setAttribute('is_category_filter', (bool)$this->id_current_category) 2502. ->setAttribute('base_url', preg_replace('#&id_category=[0-9]*#', '', self::$currentIndex).'&token='.$this->token) 2503. ->setInputName('id-category') 2504. ->setRootCategory(Category::getRootCategory()->id) 2505. ->setSelectedCategories(array((int)$id_category)); 2506. $this->tpl_list_vars['category_tree'] = $tree->render(); 2507. 2508. // used to build the new url when changing category 2509. $this->tpl_list_vars['base_url'] = preg_replace('#&id_category=[0-9]*#', '', self::$currentIndex).'&token='.$this->token; AdminProductsControllerCore->initContent - [line 189 - classes/controller/Controller.php]184. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { 185. $this->initHeader(); 186. } 187. 188. if ($this->viewAccess()) { 189. $this->initContent(); 190. } else { 191. $this->errors[] = Tools::displayError('Access denied.'); 192. } 193. 194. if (!$this->content_only && ($this->display_footer || (isset($this->className) && $this->className))) { ControllerCore->run - [line 367 - classes/Dispatcher.php]362. if (isset($params_hook_action_dispatcher)) { 363. Hook::exec('actionDispatcher', $params_hook_action_dispatcher); 364. } 365. 366. // Running controller 367. $controller->run(); 368. } catch (PrestaShopException $e) { 369. $e->displayMessage(); 370. } 371. } 372. DispatcherCore->dispatch - [line 58 - admin/index.php]53. if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) { 54. $_REQUEST['controller'] = strtolower($_REQUEST['tab']); 55. } 56. 57. // Prepare and trigger admin dispatcher 58. Dispatcher::getInstance()->dispatch();
  3. Hi Not sure if the two are linked, but now the parent category does not allow me to set "home" when adding new categories in catalogue? Thanks
  4. interesting. I cannot open the file, it shows critical error Can't write data to file: there is not enough space on the disk. Error: Critical file transfer error after transferring 7,838 bytes in 1 second. (this is in Fillezilla FTP). No, I did not modify the above categories. Sorry, I am new to this - where would I find ps_shop in my database please?
  5. Is the below possible? I can only do so by transplanting to display and then it looks like this; Any help appreciated thanks
  6. Thanks a lot for the speedy reply. I am using the newest version of presta with the default theme. I have manually modified a couple of tpl file, but have reverted the changes to test if that was the issue (it wasnt). These tpl relate to the banner block and to adding html to the navbar. Sorry, what is the debug modus? Thanks
  7. Hi I am unable to add any products to my store... when I click on the link Catalogue->Products in the back office, it loads: [PrestaShopException]Root category must be an integer value at line 212 in file classes/helper/HelperTreeCategories.php 207. } 208. 209. public function setRootCategory($value) 210. { 211. if (!Validate::isInt($value)) { 212. throw new PrestaShopException('Root category must be an integer value'); 213. } 214. 215. $this->_root_category = $value; 216. return $this; 217. } HelperTreeCategoriesCore->setRootCategory - [line 2504 - controllers/admin/AdminProductsController.php] - [1 Arguments] AdminProductsControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] I was able to add products previously. I have made some changes to the social block and the banner since. Please can anyone help me? Thanks a lot
  8. hi, I am trying to do this so that my top menu continues full width left and right of the menubar to the edges of the screen. The above instructions dont seem to apply. Any ideas of how to do this please? site is www.projectorsnz.co.nz thanks a lot!
  9. thanks for replying. Is there a way to use the category thumbnail images instead of the written textual links? Thanks
  10. your right. I am a complete muppet. I must have looked in the same place a dozen times without seeing it. Thanks for your help!
  11. thanks for the replies, but it is not either of those two. I have hunted through all of the modules and cannot find it.... can anyone please help? Thanks
  12. on my main page - www,projectorsnz.co.nz i have a text box on the right "" Low-cost, high quality, home cinema and business projectors, with free shipping on everything!! etc I cannot find where I need to go to edit this, please help!!! Thanks a lot
×
×
  • Create New...