I would say that you probably have changed your admin location, and you have not changed your admin/includes/configure.php so that the links are displayed correctly.
I would say that you probably have changed your admin location, and you have not changed your admin/includes/configure.php so that the links are displayed correctly.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
It should go through your ssu cache folder, and actually remove/reset all folders and files with incorrect permission. You will get a statement saying x files removed, something like that.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
This is how your ssu admin link is generated:
zen_href_link(FILENAME_SSU,'action=reset_cache&folder=aliases')
As you can see, it relies on zen_href_link, the default zencart function to generates link. This function relies on configure.php to generate links correctly.
If the link is wrong, your setting is wrong, period. There is nothing to argue here.
You have to check both the includes/configure.php and your current_admin/includes/configure.php to make sure they are all correct. It MUST BE WRONG somewhere in one of those 2 files.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Is there a way to put links a &, but gives errors validacion html
action=buy_now&zenid= ==> action=buy_now&zenid=
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
If you can post your configure.php for the admin side first without password, i can help to check.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me