Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

questions not loading
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: questions not loading
#71213
questions not loading 8 Months, 2 Weeks ago Karma: 0
Hi,

I am using AriQuiz 3.10.1, Joomla 4.3.3 and php 7.4.

When I start a quiz the first question is not loading, see screen.
Any idea?

Regards
Last Edit: 2023/08/21 08:01 By Marsm.
The administrator has disabled public write access.
 
#71214
Re:questions not loading 8 Months, 2 Weeks ago Karma: 748
Hello,

Could you provide a link to a page where the problem occurs? You can send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71215
Re:questions not loading 8 Months, 2 Weeks ago Karma: 748
It seems 301 redirect is configured incorrectly in web server config. It should be only for GET requests.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71216
Re:questions not loading 8 Months, 2 Weeks ago Karma: 748
As a temporary solution you can replace the following code in <joomla_root>/views/question/tmpl/default.php file:

Code:


baseUrl: '<?php echo JURI::root(true); ?>/index.php',



with the following one:

Code:


baseUrl: '<?php echo JURI::root(true); ?>/',



but with the next update it will be reverted back.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71221
Re:questions not loading 8 Months, 2 Weeks ago Karma: 0
Problem solved. It was a SEO component that caused the 301 redirect.
The administrator has disabled public write access.
 
Go to topPage: 1