Can't update to 4.0.5
smanders
Hi,
I guess that you're mentioning DT Register component, right?
I can't access your site now. May I know how did you update this component?
Pls take a backup of your site > download latest version 4.0.5 and install it into your site. Or you can clone your live site to a staging / test site and update there first, check if everything goes fine, then apply to the live site. It'll be better.
Yes, DT Register.
I tried to run your update by extensions/manage/install. It throws a warning and an error on our live site. It doesn't actually install the new files, DT Register continues to take registrations/payments. Again, about half of our website updated fine, the other half won't.
I too am having sites fail to upgrade from 4.0.4 to 4.0.5. Each time it seems that it is the dtregister_images table it hangs up on. Once I add this table manually to the database, things seem to install and work.
Here's my sql script to create the table. You will need to change ixn1e to your db prefix:
CREATE TABLE `ixn1e_dtregister_images` (
`id` bigint(11) NOT NULL,
`event_id` bigint(11) DEFAULT NULL,
`path` text,
`mime` varchar(255) DEFAULT NULL,
`thumb` text,
`title` varchar(255) DEFAULT NULL,
`description` text
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
ALTER TABLE `ixn1e_dtregister_images`
ADD PRIMARY KEY (`id`);
ALTER TABLE `ixn1e_dtregister_images`
MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;
COMMIT;
Thanks Paul! I did create my own table, based off of another site that update correctly, but it still will not complete the installation!
As an aside, none of our websites actually updated fully to this release, and the problem manifested itself by adding pricing to events that had no previous pricing, changing field selections between the registration page and the confirmation page, and possibly other problems. We reverted back to 4.0.4. on all the sites to preserve the functionality of the forms.
I can't access both of your sites now.
Pls try to install this package in the test site: https://we.tl/t-vN3JxwRpuJ
I am having this same issue with both 4.0.5 and I just tried 4.0.6 with the same result. I am trying to update with the JA Extensions Manager if that makes a difference. I will try adding the table as suggested above (thank you smanders for the layout info). Just tried it on my test site so far. I would like to hear if there are any other suggestions or solutions for this.
- Edited
cageman Hi
If post-installation issue for DT Register still persists, Please start a new topic/discussion as this parent discussion has been started by another member
Thanks for understanding as this would also avoid multiplicity and confusion making seamlessly easier for us to address your individual topic
Thereon, You can kindly add details as per thread post (5 point) procedure in new forum post started enabling us to take closer look and assist thereon
- Edited
This uploaded to my site without errors, although no "New Gallery" function was noted. As this uploaded, seemingly fine, I tried to upload to 4.0.6 to see if that would include the gallery. It did not, and additionally, I needed to install the JA Payment plugin - which I cannot see an Authorize.net Accept hosted payment option. If there's no option, we're still at a place where this is not functional for us...
smanders
Hi,
You can follow this discussion for the Authorize.net accept hosted payment option: https://www.joomlart.com/forums/d/17636-authorize-net-accept-hosted
Thank you!