1

I have jNews installed in my Joomla! 3 site then I tried to install jNews 8.2.1 which is giving following SQL error:

SQL=SELECT `akey` FROM `j17_acajoom_xonfig`

After this error occurred, all other option of jNews is working fine EXCEPT Configuration. Once i clicked on Configuration, it returned with the same SQL error! No idea how o fix this!

Any help?

Thanks in advance!

opalenzuela
  • 3,139
  • 21
  • 41
neshpro9
  • 433
  • 3
  • 17

1 Answers1

1

This problem arise if you update your existing jNews to newer version because there is no table named j17_acajoom_xonfig in newer version.

you'll need to rename your DB table name.

atiquratik
  • 1,296
  • 3
  • 27
  • 34
  • hi, it's been a long time since i've posted this question here & didn't get any answer that time. thanks for your answer, although i've figured that out but didn't come back here & posted it. thanks again, i'll upvote you :) – neshpro9 Jan 01 '14 at 16:25
  • you must have posted that what you've figured out earlier:) – atiquratik Jan 01 '14 at 16:28