Jump to content

breakerh

Members
  • Posts

    22
  • Joined

  • Last visited

breakerh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. As the title said. After upgrading Prestashop it sees all people accessing order/step0.html and no other page. Offcourse that isn't real. So could someone tell me how i can help this. I changed the code to a new one fresh of analytics. And still no sign that it works. Tried a few things now but i can't figure it out. Thanks in advance!
  2. Hello all, I have a small problem with the feeder module. The problem is that somewhere in this code: include(dirname(__FILE__).'/../../init.php'); $number = (intval(Tools::getValue('n')) ? intval(Tools::getValue('n')) : 10); $orderByValues = array(0 => 'name', 1 => 'price', 2 => 'date_add', 3 => 'date_upd', 4 => 'position', 5 => 'manufacturer_name', 6 => 'quantity'); $orderWayValues = array(0 => 'ASC', 1 => 'DESC'); $orderBy = Tools::strtolower(Tools::getValue('orderby', $orderByValues[intval(Configuration::get('PS_PRODUCTS_ORDER_BY'))])); $orderWay = Tools::strtoupper(Tools::getValue('orderway', $orderWayValues[intval(Configuration::get('PS_PRODUCTS_ORDER_WAY'))])); if (!in_array($orderBy, $orderByValues)) $orderBy = $orderByValues[0]; if (!in_array($orderWay, $orderWayValues)) $orderWay = $orderWayValues[0]; $id_category = (intval(Tools::getValue('id_category')) ? intval(Tools::getValue('id_category')) : 1); $products = Product::getProducts(intval($cookie->id_lang), 0, ($number > 10 ? 10 : $number), $orderBy, $orderWay, $id_category, true); $currency = new Currency(intval($cookie->id_currency)); $affiliate = (Tools::getValue('ac') ? '?ac='.intval(Tools::getValue('ac')) : ''); there is a whitespace generated. And i can't get rid of it. I use prestashop 1.3.7.0.0 Any help is appreciated. Thanks
  3. Hello all, I got 2 questions. I have a small clothing shop, but recently (at 30-09-2011) my visitors online counter was freezed at 0. and also my product pages viewed on the main admin page was freezed at 19414. I looked at the date on the calender, didn't helped. reinstalled the modules. Not the answer. And i cleaned the databases. Still no answer. Now my question is, what is the problem with the counting? Or can you tell me in what page/script the functions for counting costumers and product pages are called? Because the problem with visitors online is that he doesn't put any information in: ps_connections ps_connections_page ps_connections_source ps. i use version 1.3.7.0 Thanks in advance!
  4. i want to help you but i suck in french. and google translate isn't that usefull here I only wanted to help you with getting the solution. So don't be offended.
  5. Just replaced all my files with a new and fresh 1.3.7 And still doesn't work... This is very strange.. And it's only happening with Catalog. plz help Regards.
  6. Oke, i found out that if i go to Catalog in the BO my htppd server(apache) crashes. And the thing causing it is: ntdll.dll I get the following error: And the weird thing i can see the title change to Prestashop™ - Beheersysteem. And than the crash comes. But apache is restarting immediately.. Can someone please help me. I don't know what to do. O and the weird thing, if i upgrade to 1.4.1 i still have the same problem. But if i put 1.4.1(fresh instalation) on a subfolder. that ones works... But if i put this shop to a subfolder it still doesn't work.. Regards
  7. Oke, you scroll down until you get CMS Block. And you 'll click configure You will be redirected to a new screen. Now you 'll see something like this: http://i54.tinypic.com/311v03t.png Than click on the checkbox next to the cms page you want to be shown on your site. And than click on save
  8. ok haha that explains alot, sorry. but you will have to look in the tab front office features->CMS Block That is it
  9. That's very very strange.. Somewhere in the file an error is made. But how and why. i dont know. Do you run your own WAMP server? or are you settled by a host?
×
×
  • Create New...