AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: lostmytophat on August 26, 2022, 02:41:43 PM

Title: Admin login glitched
Post by: lostmytophat on August 26, 2022, 02:41:43 PM
I'm getting this (see attachment) when I try to log into 2 of my installations of AbanteCart. Versions 1.2.0 and 1.2.1. Anyone know how I can fix this?
Title: Re: Admin login glitched
Post by: abolabo on August 29, 2022, 02:41:27 AM
strange situation.
Looks like somebody broke this file public_html/admin/view/default/template/form/form_open.tpl
Try to edit it or replace with this  (https://raw.githubusercontent.com/abantecart/abantecart-src/master/public_html/admin/view/default/template/form/form_open.tpl)

If not help - try to replace all content of this file with
Code: [Select]
<form method="post">
Title: Re: Admin login glitched
Post by: lostmytophat on August 29, 2022, 06:35:24 PM
Thanks for the reply. No luck replacing that file though, unfortunately. It had no effect. Any other ideas?
Title: Re: Admin login glitched
Post by: lostmytophat on August 30, 2022, 06:54:41 PM
I ended up replacing the whole view folder from a backup, and that fixed it