Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Bug Report - Component won't install

Bug Report - Component won't install 11 years 4 months ago #19521

  • rwphotoclub
  • rwphotoclub's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
When I attempt to install the Joomla 3.0 compatible version of DT Register I get the following error :

500 SQL=INSERT INTO `yd8sl_comprofiler_tabs` VALUES ('', 'Payment Information', 'This information is used for online payments on this website.', 107, 10, '.5', 1, NULL, NULL, 1, '', 0, 'tab', 'cb_tabmain', -2);

If you know how to fix this please let me know.

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

Bug Report - Component won't install 11 years 4 months ago #19524

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello.

Can I get you to generate a ticket for this? We may need to look on your system.

Regards,
Rich

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

Bug Report - Component won't install 11 years 4 months ago #19525

  • rwphotoclub
  • rwphotoclub's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Rich I have a ticket open assigned to Jennifer Anderson. Originally I had it on a local test system which you can't sign onto. In order to get the issue resolved I have created a subdomain at my hosting provider so your group can signon to the site. The ticket with the updated information is TECH-LX2RSW01I0.

If you need anything else please let me know.

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

Bug Report - Component won't install 11 years 4 months ago #19526

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Found it. Let me look into it.

Rich

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

Bug Report - Component won't install 11 years 3 months ago #19756

  • Mickelain
  • Mickelain's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I ran into this problem also. The query is missing a column (the second to last column).

Here is the query it attempts:
INSERT INTO `j30_comprofiler_tabs` VALUES ('', 'Payment Information', 'This information is used for online payments on this website.', 107, 10, '.5', 1, NULL, NULL, 1, '', 0, 'tab', 'cb_tabmain', -2);

Here is the table it's inserting into:
http://i.imgur.com/fLtk6MU.png

As you can see, the second to last column is missing. I just changed the query to this:
INSERT INTO `j30_comprofiler_tabs` VALUES ('', 'Payment Information', 'This information is used for online payments on this website.', 107, 10, '.5', 1, NULL, NULL, 1, '', 0, 'tab', 'cb_tabmain', 1, -2);

and ran it myself....... and it worked!

Note: I had to do it on one more INSERT statement too.

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

  • Page:
  • 1
Time to create page: 0.256 seconds