Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

ADMIN 404 error/problem

Started by doharr, March 14, 2012, 12:21:10 PM

Previous topic - Next topic

doharr

I have loaded and used the ADMIN supplied with Abantecart.  I have logged in and out several times.  Then today it stopped working.  I have not changed anything.  I looked at my files and used
(www)(d0t)mysite(d0t)c0m/abantecart/admin/index(d0t)php as my admin path.  I get nothing back but a 404 error.  I looked at the INDEX.PHP file and I find no difference in all of my copies.

   
<?php
    header('Location: ../index.php');


Before hand, I did do an upload in my phpADMIN using SQL and it reported no errors

I don't know what to do
I want to get back into my ADMIN.

Thanks

abolabo

Quote from: doharr on March 14, 2012, 12:21:10 PM
I have loaded and used the ADMIN supplied with Abantecart.  I have logged in and out several times.  Then today it stopped working.  I have not changed anything.  I looked at my files and used
(www)(d0t)mysite(d0t)c0m/abantecart/admin/index(d0t)php as my admin path.  I get nothing back but a 404 error.  I looked at the INDEX.PHP file and I find no difference in all of my copies.

<?php
    header('Location: ../index.php');


Before hand, I did do an upload in my phpADMIN using SQL and it reported no errors

I don't know what to do
I want to get back into my ADMIN.

Thanks

Hello.
You don't need index.php in your admin subfolder of AbanteCart.
Just call index.php from cart root folder.
First of all you need to know value of ADMIN_PATH from your system/config.php. As default we propose "your_admin" word but you probably changed it during installation process.
Then type (www)(d0t)mysite(d0t)c0m/abantecart/index(d0t)php?s=value of ADMIN_PATH  (without "admin").
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

Forum Rules Code of conduct
AbanteCart.com 2010 -