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?

Error 500 when opening question in backend
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Error 500 when opening question in backend
#63057
Re:Error 500 when opening question in backend 6 Years ago Karma: 0
Sent you email.
The administrator has disabled public write access.
 
#63058
Re:Error 500 when opening question in backend 6 Years ago Karma: 748
It seems XML handling was changed in PHP v. 5.6.x. You can try the the following as a temporary solution:

- Open <jomla_directory>/administrator/components/com_ariquiz/kernel/Xml/j30/class.XmlHelper.php file and replace the following code:

Code:


define('ARI_XML_PHP7', version_compare(phpversion(), '7.0.0', '>='));



with the following one:

Code:


define('ARI_XML_PHP7', true);



Let us know if it works.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#63065
Re:Error 500 when opening question in backend 6 Years ago Karma: 0
Yes, it works. Thanks! Could you make the permanent fix in the next version?
The administrator has disabled public write access.
 
#63067
Re:Error 500 when opening question in backend 6 Years ago Karma: 748
Sorry, but we will not add this fix to standard version. HHVM version of PHP installed on your site. It has version 5.6.99, but it works with XML in another way than standard version of PHP 5.6.x. It works like PHP 7.

BTW, we are going to replace XML with JSON in "ARI Quiz" v. 4.x.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12