Okay
  Public Ticket #683700
fieldstaticfooter wrong ajax path
Closed

Comments

  •  2
    Camille started the conversation

    Hi

    You should considering fixing the path issue in

    /modules/fieldstaticfooter/js/staticblock.js

    url:\'../modules/fieldstaticfooter/ajax.php\',

    instead of

    url:\'../modules/fieldstaticblocks/ajax.php\',


    This is causing SQL errors as shown below :


    [17-Feb-2016 15:11:24 Europe/Amsterdam] PHP Fatal error:  Uncaught You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'LIMIT 1\' at line 4<br /><br /><pre>
                SELECT m.*
                FROM `ps_module` m
                JOIN `ps_module_shop` ms ON (m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1)
                WHERE m.`id_module` = LIMIT 1</pre> 

    thrown in /classes/db/Db.php on line 646


    Best regards

  •  1,593
    Criss replied

    Hi Camille,

    Thank you very much for your report!

    Best Regards,
    Criss - FieldThemes

  •  2
    Camille replied

    with pleasure Neil !