Jump to content

adibranch

Members
  • Posts

    119
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

adibranch's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Yep, the strange thing is i've checked other installations using paypal, and they dont have the column either. Guess it arose from a previous bad paypal release. The paypal system itself seems to work fine.
  2. Hi all, i'm getting the following when checking the 'orders' in the admin panel when debug sql is on. [PrestaShopDatabaseException] Unknown column 'payment_method' in 'field list' SELECT `payment_method`, `payment_status` FROM `ps_paypal_order` WHERE `id_order` = 4029 LIMIT 1 at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. if ($sql) { 791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new PrestaShopDatabaseException($this->getMsgError()); 795. } 796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 690 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 1410 - modules/paypal/paypal.php] - [1 Arguments] PayPal->_needValidation - [line 970 - modules/paypal/paypal.php] - [1 Arguments] PayPal->hookAdminOrder - [line 587 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 544 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 55 - override/classes/Hook.php] - [7 Arguments] Hook::exec - [line 207 - config/smarty.config.inc.php] - [3 Arguments] smartyHook - [line - ] - [2 Arguments] call_user_func_array - [line 270 - config/smarty.config.inc.php] - [2 Arguments] SmartyLazyRegister->__call - [line 1294 - tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code] - [2 Arguments] SmartyLazyRegister->smartyHook - [line 1294 - tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code] - [2 Arguments] content_58c2ba2b845143_02664319 - [line 188 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments] Smarty_Internal_TemplateBase->fetch - [line 317 - classes/SmartyCustom.php] - [7 Arguments] Smarty_Custom_Template->fetch - [line 113 - classes/helper/Helper.php] HelperCore->generate - [line 59 - classes/helper/HelperView.php] HelperViewCore->generateView - [line 2412 - classes/controller/AdminController.php] AdminControllerCore->renderView - [line 1789 - controllers/admin/AdminOrdersController.php] AdminOrdersControllerCore->renderView - [line 2037 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 43 - override/classes/controller/Controller.php] Controller->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php]
  3. I doubt this was due to your CSS. People often find this problem, try a 'fix', which then apparently works when you test it, but the bug is always still there.
  4. Hi all, seeing some duplicate pages with ?bPost=1 appended to the product URL... but I cant find the reason. Does anyone know what is causing these?
  5. Hi all, with the paypal Europe module login facility, the issue I'm getting is that the return isn't working correctly. The little paypal popup box goes through correctly until the point it returns to the site. at that point, the box is blank, and nothing happens. However, if I close the box, and go to another page on the site, the person has actually been logged in. Anyone know the problem? I noticed the return URL is missing the htpps, could this be the issue? Thanks
  6. thanks..so, can they be disabled? lets face it, they just clutter things up.
  7. Hi all, I want to get rid of the sample modules , such as 1-click ERP Illico, abandoned cart reminder pro, amazon marketplace blah blah.. basically everything that comes bundled with prestashop 1.6. The issue is, I cant find how to get rid. I've searched the files and folders in modules, but cant seem to find them in there. Anyone know?
  8. Hi all, I've recently updated, and the admin panel is still the same as the old one. Nothing has changed. The version number is still the same as well. The 1 click upgrade states I'm running 1.6.0.9 , but the admin is still 1.5 version. Any ideas?
  9. hmmm it seems this 'neteven' partnership is very buggy. It was also severely slowing down my admin and frontend. I found it, deleted the module from the server, but its still showing in the modules panel. It this module and partnership remains in place, this could kill prestashop for me unless they fix it properly.
  10. Hi all, I keep getting 'Neteven Carrier' appearing randomly, of its own accord, in my carriers... whats causing this?
  11. thanks, but ideally I want something that can be put in a tpl file, to save messing about with core files.
  12. anyone know the check to see which multistore iis being used in a template? Ie in checkout, I want to hide the 'extra comments' box, but only in one of the multistores (they both use the same template).
  13. yes, website works fine. The only issue I have is the empty shopping cart problem.. but I've tried EVERYTHING to fix that, with no luck. site is www.hadley-reclaimed.co.uk
×
×
  • Create New...