Jump to content

SandraDW

Members
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Location
    Aalst
  • Activity
    User/Merchant

SandraDW's Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. I agree! Prestashop should be far more stable and tested briefly before they launch new versions! Today we (the Prestashop users and shop owners) are to busy solving "code" problems instead of selling our products.
  2. Hello tuk66, Sorry for my late reply. So again: none of the two lines are in the source code. How can I add the missing lines? What file should I look for inside my Prestashop folders? I have enabled the debug mode. I have attached a print screen of the error report. Thank you for your help! Kind regards, Sandra
  3. Hello tuk66, Thank you for your help. Unfortunatly, none of the two lines are in the source code. See the copy of the source code below this message (I copied this via Internet Explorer, view source code). How can I add the missing lines? What file should I look for inside my admin folder? Kind regards, Sandra P.S.: Note: at the end of the source code I see the text "Fatal error". --------------------------------- < div class="leadin"></div>   < div id="container-customer"> <div class="row"> <div class="col-lg-6"> <div class="panel clearfix"> <div class="panel-heading"> <i class="icon-user"></i> John DOE [000001] - <a href="mailto:[email protected]"><i class="icon-envelope"></i> [email protected] </a> <div class="panel-heading-action"> <a class="btn btn-default" href="index.php?controller=AdminCustomers&updatecustomer&id_customer=1&token=70e8ad4637378c05378cd4a76f2938b6"> <i class="icon-edit"></i> Wijzig </a> </div> </div> <div class="form-horizontal"> <div class="row"> <label class="control-label col-lg-3">Sociale titel</label> <div class="col-lg-9"> <p class="form-control-static">Mijnheer</p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Leeftijd</label> <div class="col-lg-9"> <p class="form-control-static"> 44 jaar oud (geboortedatum: 1970-01-15) </p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Registratiedatum</label> <div class="col-lg-9"> <p class="form-control-static">2013-06-18 14:42:26</p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Laatste bezoek</label> <div class="col-lg-9"> <p class="form-control-static">2013-06-18 14:42:29</p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Taal</label> <div class="col-lg-9"> <p class="form-control-static"> English (United States) </p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Registraties</label> <div class="col-lg-9"> <p class="form-control-static"> <span class="label label-success"> <i class="icon-check"></i> Nieuwsbrief </span> <span class="label label-success"> <i class="icon-check"></i> Opt-in </span> </p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Nieuwste update</label> <div class="col-lg-9"> <p class="form-control-static">2013-06-18 14:42:26</p> </div> </div> <div class="row"> <label class="control-label col-lg-3">Status</label> <div class="col-lg-9"> <p class="form-control-static"> <span class="label label-success"> <i class="icon-check"></i> Actief </span> </p> </div> </div> </div> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-file"></i> Bestellingen <span class="badge">1</span> </div> <div class="panel"> <div class="row"> <div class="col-lg-6"> <i class="icon-ok-circle icon-big"></i> Geldige bestellingen <span class="label label-success">0</span> Voor een totaal bedrag van 0,00 € </div> <div class="col-lg-6"> <i class="icon-exclamation-sign icon-big"></i> Ongeldige bestellingen <span class="label label-danger">1</span> </div> </div> </div> <table class="table"> <thead> <tr> <th><span class="title_box ">ID</span></th> <th><span class="title_box ">Datum</span></th> <th><span class="title_box ">Betaling</span></th> <th><span class="title_box ">Status</span></th> <th><span class="title_box ">Producten</span></th> <th><span class="title_box ">Totaal uitgegeven</span></th> </tr> </thead> <tbody> <tr onclick="document.location = '?tab=AdminOrders&id_order=1&vieworder&token=d86febecf0d746d494066f8f670795ee'"> <td>1</td> <td><a href="?tab=AdminOrders&id_order=1&vieworder&token=d86febecf0d746d494066f8f670795ee">2013-06-18</a></td> <td>Chèque</td> <td>Awaiting cheque payment</td> <td>2</td> <td>626,37 €</td> </tr> </tbody> </table> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-shopping-cart"></i> Winkelwagens <span class="badge">1</span> </div> <table class="table"> <thead> <tr> <th><span class="title_box ">ID</span></th> <th><span class="title_box ">Datum</a></span></th> <th><span class="title_box ">Vervoerder</span></th> <th><span class="title_box ">Totaal</span></th> </tr> </thead> <tbody> <tr onclick="document.location = '?tab=AdminCarts&id_cart=1&viewcart&token=e4810cbcdc2a24b64fd57bc212b867e0'"> <td>000001</td> <td> <a href="index.php?tab=AdminCarts&id_cart=000001&viewcart&token=e4810cbcdc2a24b64fd57bc212b867e0"> 2013-06-25 </a> </td> <td>My carrier</td> <td>0,00 €</td> </tr> </tbody> </table> </div> </div> <div class="col-lg-6"> <div class="panel"> <div class="panel-heading"> <i class="icon-eye-close"></i> Prive bericht toevoegen </div> <div class="alert alert-info">Deze notitie zal zichtbaar worden voor alle medewerkers maar niet voor de klant</div> <form id="customer_note" class="form-horizontal" action="ajax.php" method="post" onsubmit="saveCustomerNote(1);return false;" > <div class="form-group"> <div class="col-lg-12"> <textarea name="note" id="noteContent" onkeyup="$(this).val().length > 0 ? $('#submitCustomerNote').removeAttr('disabled') : $('#submitCustomerNote').attr('disabled', 'disabled')"></textarea> </div> </div> <div class="row"> <div class="col-lg-12"> <button type="submit" id="submitCustomerNote" class="btn btn-default pull-right" disabled="disabled"> <i class="icon-save"></i> Opslaan </button> </div> </div> <span id="note_feedback"></span> </form> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-envelope"></i> Berichten <span class="badge">0</span> </div> <p class="text-muted text-center"> John DOE heeft nooit contact gehad met u </p> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-ticket"></i> Waardebonnen <span class="badge">0</span> </div> <p class="text-muted text-center"> John DOE heeft geen waardebonnen </p> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-time"></i> Laatste verbindingen </div> <table class="table"> <thead> <tr> <th><span class="title_box">Datum</span></th> <th><span class="title_box">Bekeken pagina's</span></th> <th><span class="title_box">Totale tijd</span></th> <th><span class="title_box">Afkomstig van</span></th> <th><span class="title_box">IP Adres</span></th> </tr> </thead> <tbody> <tr> <td>2013-06-18</td> <td>0</td> <td></td> <td>prestashop.com</td> <td>127.0.0.1</td> </tr> </tbody> </table> </div> <div class="panel"> <div class="panel-heading"> <i class="icon-group"></i> Groepen <span class="badge">1</span> <a class="btn btn-default pull-right" href="index.php?controller=AdminCustomers&updatecustomer&id_customer=1&token=70e8ad4637378c05378cd4a76f2938b6"> <i class="icon-edit"></i> Wijzig </a> </div> <table class="table"> <thead> <tr> <th><span class="title_box ">ID</span></th> <th><span class="title_box ">Naam</span></th> </tr> </thead> <tbody> <tr onclick="document.location = '?tab=AdminGroups&id_group=3&viewgroup&token=cbeaed37afc3773d9e35c3297265b72d'"> <td>3</td> <td> <a href="?tab=AdminGroups&id_group=3&viewgroup&token=cbeaed37afc3773d9e35c3297265b72d"> Customer </a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="row"> <div class="col-lg-6"> </div> <div class="col-lg-6"> </div> </div> <div class="row"> Fatal error
  4. Prestashop versie is1.6.0.9 Na een update van de Prestashop modules (via overzicht modules - bij te werken modules) heeft de klanten informatie pagina geen layout (zie beheer klanten in de backend van Prestashop). Het is alsof er in de html van de pagina een link ontbreekt naar een of andere css-style sheet (css stijlpagina). Ik kan wel de informatie van de klant bekijken maar de webpagina heeft geen layout. Wat is er mis? Opgelost. I just "repaired" the wishlist module and it works now. Verlanglijst module "herstellen" en dan werkt het.
  5. Prestashop version is 1.6.0.9 After upgrading the Prestashop modules, the customer information page (in Prestashop backend) has no lay-out. It's like the page is missing a link to an css-style sheet. I can still see the data of the customer's record but the page has no lay-out. What is wrong?
  6. Solved by completely uninstalling (removing) the PayPal module. Then install PayPal module again with new Api codes. Now it works. Version Prestashop 1.6
  7. Opgelost door PayPal module "volledig" te verwijderen (de-installeren). Daarna nieuwe API codes (username en paswoord) aanvragen (in je PayPal account). Dan PayPal module opnieuw geïnstalleerd. Nu werkt het. In versie 1.6.
  8. I have found the solution myself. In "Images Preferences", in the Prestashop backend, the size of my images were not the same as the standard dimensions in a fresh installation of Prestashop 1.6 (clean install on local machine). When updating to version 1.6, Prestashop takes over the "Images Preferences" from the old version (e.g. version 1.5). But when displaying a page in the browser Prestashop 1.6 uses the new standard dimensions. This is probably a standard css setting in Prestashop. However, these new standard dimensions are usually larger than the old ones. As a result, the photos are not sharp and stretched out. See table image attached. I have adjusted the dimensions according to the standard dimensions. Then regenerate and empty cache (menu "Performance parameters"). Finally, clear browser history. One new problem: some of the new standard images settings are bigger than the default size of my images (600x600px)... :-(
  9. Ik heb de oplossing zelf gevonden. In "Images Preferences", in de Prestashop backend, waren mijn afmetingen niet dezelfde van de standaard afmetingen van in een volledig nieuwe installatie van Prestashop 1.6 (clean install on local machine). Bij een update naar versie 1.6 neemt Prestashop blijkbaar de "Images Preferences" van de oude versie (bijv. versie 1.5) gewoon over. Maar bij de weergave van een pagina in de browser hanteert Prestashop 1.6 de nieuwste afmetingen. Dit is waarschijnlijk zo ingesteld in de css. Deze nieuwe afmetingen zijn echter meestal groter dan de oude. Hierdoor zijn de foto's niet scherp en uitgerokken (stretched out). Zie tabel afbeelding in bijlage. Ik heb de afmetingen aangepast volgens de standaard afmetingen. Daarna hergenereren en cache legen (via het menu "Prestaties"). Tot slot browser geschiedenis wissen.
  10. Sinds de update naar Prestashop 1.6 zijn de foto’s op mijn productpagina’s, enz.,… onscherp (uitgerokken). Ik heb nochtans niets veranderd aan de instellingen en afmetingen van mijn foto’s. Als ik op een productfoto klik, om te vergroten, is de afbeelding in het pop-up scherm wel scherp. Ik heb, in het backend menu “Voorkeuren > Afbeeldingen” de miniaturen al laten hergenereren maar dit heeft niet geholpen. De afmeting van mijn originele foto’s is 600 x 600 px. Mijn Prestashop versie is 1.6.0.9. Thema: default-bootstrap version 1.0. Hoe kan ik dit oplossen? Dank bij voorbaat voor uw antwoord.
  11. Hello, After updating to Prestashop 1.6 the photos on my product pages, etc.,... are out of focus (stretched out). I have however changed nothing to the images preferences and/or size of my photos. But when I click on the image to enlarge the image in the pop-up screen is sharp. In the backend menu "Preferences > Images" I have regenerate the thumbnails already but this has not helped. The size of my original photos is 600 x 600 px. My Prestashop version is 1.6.0.9 How do I fix this? Thanks in advance for your reply. Kind regards, Sandra
  12. Hallo Scorpionsworld, eerst en vooral: mijn beste wensen voor 2014! Het script werkt nu wel. Dank u. Alle servers zijn blijkbaar bereikbaar; alles is groen. Dus, als ik het goed begrijp word het ip-adres van mijn webserver door Paypal geblokkeerd op het moment dat een transactie-verzoek word gedaan? Ik moet bij Combell dus een verhuizing naar een webserver met een ander IP-adres vragen. Ik zal nog eens proberen. Als er nieuws is hou ik jullie op de hoogte. Starting ping test using fsockopen... api.paypal.com 173.0.84.66..... Online! 173.0.88.66..... Online! 173.0.84.98..... Online! 173.0.88.98..... Online! api-aa.paypal.com 173.0.84.67..... Online! 173.0.88.67..... Online! 173.0.84.99..... Online! 173.0.88.99..... Online! api-3t.paypal.com 173.0.84.69..... Online! 173.0.88.69..... Online! 173.0.84.101..... Online! 173.0.88.101..... Online! api-aa-3t.paypal.com 173.0.84.68..... Online! 173.0.88.68..... Online! 173.0.84.100..... Online! 173.0.88.100..... Online! notify.paypal.com 173.0.81.1..... Online! 173.0.81.33..... Online! clientalerts.paypal.com 66.211.160.14..... Online! 66.135.211.28..... Online! =============================================================== Starting ping test using curl... api.paypal.com 173.0.84.66..... Online! 173.0.88.66..... Online! 173.0.84.98..... Online! 173.0.88.98..... Online! api-aa.paypal.com 173.0.84.67..... Online! 173.0.88.67..... Online! 173.0.84.99..... Online! 173.0.88.99..... Online! api-3t.paypal.com 173.0.84.69..... Online! 173.0.88.69..... Online! 173.0.84.101..... Online! 173.0.88.101..... Online! api-aa-3t.paypal.com 173.0.84.68..... Online! 173.0.88.68..... Online! 173.0.84.100..... Online! 173.0.88.100..... Online! notify.paypal.com 173.0.81.1..... Online! 173.0.81.33..... Online! clientalerts.paypal.com 66.211.160.14..... Online! 66.135.211.28..... Online!
  13. Hallo Scorpionsworld, Ik heb het script ongeveer 15 minuten laten lopen en er gebeurde niets. Na een paar seconden zie ik het resultaat wat ik je al eerder getoond heb. Meer niet, geen meldingen, niets.
×
×
  • Create New...