- Posts: 5
- Thank you received: 0
Created a new badge issue!
- mail@quantumtouch.com
-
Topic Author
- Offline
Less
More
13 years 2 months ago #114001
by mail@quantumtouch.com
Created a new badge issue! was created by mail@quantumtouch.com
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.
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.
13 years 2 months ago #114009
by nicolas
Replied by nicolas on topic Created a new badge issue!
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.
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.167 seconds