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?

Upgrade from Joomla 2.5 to Joomla 3
(1 viewing) (1) Guest
component
Go to bottomPage: 1234
TOPIC: Upgrade from Joomla 2.5 to Joomla 3
#56674
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 747
The error can occur due upgrade if some data are corrupted. Could you send SQL dump by email so we can investigate the problem in more details?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56675
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 0
The SQL dump is 260mb Can you tell me what can we do? Do you think exporting and importing it again will make a difference?
The administrator has disabled public write access.
 
#56676
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 0
I try exporting the DB again and importing it again. No luck the same error


Warning

BIGINT UNSIGNED value is out of range in '((unix_timestamp(`name_joom3`.`S`.`EndDate`) - unix_timestamp(`name_joom3`.`S`.`StartDate`)) + `name_joom3`.`S`.`UsedTime`)' SQL=UPDATE name_ariquizstatistics S INNER JOIN name_ariquizstatisticsinfo SI ON S.StatisticsInfoId = SI.StatisticsInfoId SET S.ElapsedTime = CASE WHEN S.EndDate IS NOT NULL THEN UNIX_TIMESTAMP(S.EndDate) - UNIX_TIMESTAMP(S.StartDate) + S.UsedTime WHEN SI.Status = "Finished" THEN IF( S.QuestionTime > 0, LEAST( S.QuestionTime, IF( S.StartDate IS NOT NULL, UNIX_TIMESTAMP(SI.EndDate) - UNIX_TIMESTAMP(S.StartDate) + S.UsedTime, S.UsedTime ) ), IF( S.StartDate IS NOT NULL, UNIX_TIMESTAMP(SI.EndDate) - UNIX_TIMESTAMP(S.StartDate) + S.UsedTime, S.UsedTime ) ) END


Do you think this has something to do to the fact on Joomla 2.5 we are running Ari quiz 2 and on the Joomla 3 i have install Ari Quiz 3 ?
Last Edit: 2016/01/06 20:04 By niki.
The administrator has disabled public write access.
 
#56677
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 0
Everything is there in only don't see the Quizess tab... it just saying: Loading...
The administrator has disabled public write access.
 
#56678
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 0
I send you email
The administrator has disabled public write access.
 
#56711
Re:Upgrade from Joomla 2.5 to Joomla 3 8 Years, 3 Months ago Karma: 747
Execute the following SQL query after restore data from dump but before installing the component:

DELETE
SI,S
FROM
kxmk_ariquizstatisticsinfo SI LEFT JOIN kxmk_ariquizstatistics S
ON SI.StatisticsInfoId = S.StatisticsInfoId
WHERE
SI.StatisticsInfoId IN (686)


It can be executed in AceSQL component or via PHPMyAdmin. It should help.

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