Re: Admin Profiles Support Thread
I had a restore of my admin path...all is OK now but I would still like to install this mod...I am using the Apsona ShopAdmin mod. Is this uncompatble with it and is there problems with the query language used in the install patch? Should that install patch be run in the window in admin? I did a browse and upload.
Quote:
Originally Posted by
gotlogos
Tried uninstallign the mod and now all I get is blank scren...desperately need some help...
Re: Admin Profiles Support Thread
Hi love this mod . Could you tell me when it might be updated for 1.5
Thanks
Re: Admin Profiles Support Thread
deleted...meant to respond to a different post.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
lee2
Hi love this mod . Could you tell me when it might be updated for 1.5
Thanks
Admin Profile functionality is now included (and improved upon) by default in Zen Cart 1.5.
Re: Admin Profiles (for v1.3.x only!) Support Thread
i'm busy whit upgrade my store to version 1.5.0 (it on a localhost) looking of de module still works. but i'll ran into an problem. it's an beautiful addision the admin profiles, but most of the modules only works for superuser. if got one module that works well "sales report", but i can figure it out why that one work, and the other ones not.
if install easy populate too ( but that one only work for superuser too)
not for users whit an other profile ( and il check it on at admin profile settings)
does any one have the same problem?
or even better an solutions
Re: Admin Profiles (for v1.3.x only!) Support Thread
Admin Profiles 1.3.9 users: if you use the Pinterest.com Pin It Button mod, you must REMOVE the ".com" from the configuration_group entry for this mod; otherwise, you won't be able to turn on the configuration page for this button in admin profiles (you will check the button and do a save but the save won't stick). This issue has been fixed in 1.5.1 (and probably 1.5.0) where admin profiles is built in, but it does affect the 1.3.x Admin Profiles mod.
Removing all the ".com" strings from the install.sql file is probably the easiest way to do this.
If you have already installed Pinterest and are having this problem, go into mysql and modify the configuration_group table to change "Pinterest.com Pin-It Button" to "Pinterest Pin-It Button", then make the same change in the admin_files table.
Re: Admin Profiles (for v1.3.x only!) Support Thread
Quote:
Originally Posted by
Brothers
i'm busy whit upgrade my store to version 1.5.0 (it on a localhost) looking of de module still works. but i'll ran into an problem. it's an beautiful addision the admin profiles, but most of the modules only works for superuser. if got one module that works well "sales report", but i can figure it out why that one work, and the other ones not.
if install easy populate too ( but that one only work for superuser too)
not for users whit an other profile ( and il check it on at admin profile settings)
does any one have the same problem?
or even better an solutions
If you check the plugins that don't work, my bet is that they have their filename (usually in a .php file present in /YOUR_ADMIN/includes/extra_datafiles) in the form
Code:
define('MY_PLUGIN_FILENAME', 'my_plugin.php');
The trailing .php causes a mismatch in the plugin validation for non-superusers because only the 'basename' of the plugin is included in the search. You can correct the problem (on a plugin-by-plugin basis) by modifying the extra_datafile to read
Code:
define('MY_PLUGIN_FILENAME', 'my_plugin');
Re: Admin Profiles (for v1.3.x only!) Support Thread
Re: Admin Profiles (for v1.3.x only!) Support Thread
Quote:
Originally Posted by
lat9
If you check the plugins that don't work, my bet is that they have their filename (usually in a .php file present in /YOUR_ADMIN/includes/extra_datafiles) in the form
Code:
define('MY_PLUGIN_FILENAME', 'my_plugin.php');
The trailing .php causes a mismatch in the plugin validation for non-superusers because only the 'basename' of the plugin is included in the search. You can correct the problem (on a plugin-by-plugin basis) by modifying the extra_datafile to read
Code:
define('MY_PLUGIN_FILENAME', 'my_plugin');
Thank you very much, It's very helpfull for me.
Re: Admin Profiles (for v1.3.x only!) Support Thread
Hi There,
I was wondering if there is a way to modify a file to disable admin profiles mod?
I'm using zen cart 1.39h. Been using admin profiles without issues for a couple years and made no changes.
For some unknown reason my admin login stopped working. The admin email also apparently is incorrect.
I have run a sql query (http://www.zen-cart.com/content.php?44) and added an admin account.
I CAN login to admin now BUT can't edit anything as admin profiles mod is blocking access.
"Sorry, your security clearance does not allow you to access this resource.
Please contact your site administrator if you believe this to be incorrect.
Sorry for any inconvenience."
Under tools I can't see the admin profiles option.
I'd rather not un install the whole mod if there is a better option would be great.
Any help appreciated!