A NEW FAQ Loop Saving....

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
FabriceT
Posts: 10
Joined: Wed Jul 10, 2019 3:04 pm

A NEW FAQ Loop Saving....

Post by FabriceT »

Hello
I have a problem, when I make a "NEW FAQ" submit it LOOP with this image that remains on the screen. (ajax-loader.gif)
do you have any idea
phpMyFAQ VERSION 2.9.13
same behavior on IE FF CHROME
no error message in DEBUG mode
thank you for your help
Fabrice
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: A NEW FAQ Loop Saving....

Post by Thorsten »

Hi,

do you see any errors in the browser dev tools?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
FabriceT
Posts: 10
Joined: Wed Jul 10, 2019 3:04 pm

Re: A NEW FAQ Loop Saving....

Post by FabriceT »

Hello
thank you for your answer.
No, I don't have an error message. When I go step by step on the "index.php" page. After the execution of the following script, nothing happens.
any ideas?
url : /index.php?sid=1145&lang=fr&action=ask&category_id=0
Page index.php

Code: Select all

  <script>
            $(document).ready(function() {
                $(function () {
                    $('#submitquestion').on('click', function (event) {
                        event.preventDefault();
                        checkQuestion();
                    });
                });
            });
        </script>
br
Fabrice
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: A NEW FAQ Loop Saving....

Post by Thorsten »

Hi,

I'll check it.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
FabriceT
Posts: 10
Joined: Wed Jul 10, 2019 3:04 pm

Re: A NEW FAQ Loop Saving....

Post by FabriceT »

Hello,
thank you for the time spent looking.
would you find?
Fabrice
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: A NEW FAQ Loop Saving....

Post by Thorsten »

Hi,

I tried to reproduce it but it works on my current version...

Any more hints for me?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
FabriceT
Posts: 10
Joined: Wed Jul 10, 2019 3:04 pm

Re: A NEW FAQ Loop Saving....

Post by FabriceT »

Hello
I found.
it is the syntax of the user in the "smtp" config that was not good.
DOMAINE \ ACCOUNT, the \ was the cause
sorry.
bac
Fabrice
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: A NEW FAQ Loop Saving....

Post by Thorsten »

Hi,

ah, thanks for the feedback!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply