Created a new badge issue!

  • Posts: 3
  • Thank you received: 0
  • Hikashop Business
11 years 3 months ago #114001

Hi support,
I would like to report a bug. When I finish to create a badge and I am going to save it, I get this message:
"Error Saving", and does not save.
I took a look in the code and noticed that it misses a field called "badge_url" in the data base. Problably because in this file:
"administrator\components\com_hikashop\views\badge\tmpl\form.php line 121 to 128 " there are code lines that there are not supposed to be there.

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 82683
  • Thank you received: 13337
  • MODERATOR
11 years 3 months ago #114009

Hi,

It seems that the field wasn't added properly with the latest version that you installed.

You can run the query below to add it manually via your phpmyadmin:
ALTER TABLE `#__hikashop_badge` ADD `badge_url` VARCHAR( 255 ) NULL DEFAULT '';

Make sure that you replace the #__ by your table prefix.

The following user(s) said Thank You: mail@quantumtouch.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds
Powered by Kunena Forum