Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Admin Group - Login Issues


tim_ver

Recommended Posts

That was before. Phoenix Version 1.0.6, 1.0.7
Did I miss something. (Lock hMenu or left column).
Page  administrator_groups.php?action=new

Edited by Fredi

Support forum for osCommerce in russian language - from Ashkelon. Support since 2002.

Best regards,

Fredi

Link to comment
Share on other sites

21 hours ago, Fredi said:

That was before. Phoenix Version 1.0.6, 1.0.7
Did I miss something. (Lock hMenu or left column).
Page  administrator_groups.php?action=new

I am not one 7.3  I get strange behavior with 7.3 which probably has to do with my setup

I think I found the problem if this dose not do it then ii will switch to 7.3

administrator_groups.php

 

you can cut up to 4 pages of your checkout by using my three add_ons

login create account in one page

Express checkout  

login pop up modal

Link to comment
Share on other sites

Greetings to all: I tried to install it on CE-Phoenix-1.0.7.1 on php 7.3 with MySQL 5.6.47 but the new administrator's menu does not appear: can someone help me?
Thanks.

Link to comment
Share on other sites

2 hours ago, Papanco said:

Greetings to all: I tried to install it on CE-Phoenix-1.0.7.1 on php 7.3 with MySQL 5.6.47 but the new administrator's menu does not appear: can someone help me?
Thanks.

DROP TABLE IF EXISTS  `administrator_group_access` ;
CREATE TABLE `administrator_group_access` (
  `administrator_group_access_id` int(11) NOT NULL,
  `administrator_group_id` int(11) NOT NULL,
  `administrator_group_block` varchar(1000) CHARACTER SET utf8 NOT NULL,
  `administrator_group_access_file` varchar(50) CHARACTER SET utf8 NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE `administrator_group_access`
  ADD PRIMARY KEY (`administrator_group_access_id`);
ALTER TABLE `administrator_group_access`
  MODIFY `administrator_group_access_id` int(11) NOT NULL AUTO_INCREMENT;

run this in your phpmyadmin

you can cut up to 4 pages of your checkout by using my three add_ons

login create account in one page

Express checkout  

login pop up modal

Link to comment
Share on other sites

13 hours ago, hungryfrank said:

DROP TABLE IF EXISTS  `administrator_group_access` ;
CREATE TABLE `administrator_group_access` (
  `administrator_group_access_id` int(11) NOT NULL,
  `administrator_group_id` int(11) NOT NULL,
  `administrator_group_block` varchar(1000) CHARACTER SET utf8 NOT NULL,
  `administrator_group_access_file` varchar(50) CHARACTER SET utf8 NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE `administrator_group_access`
  ADD PRIMARY KEY (`administrator_group_access_id`);
ALTER TABLE `administrator_group_access`
  MODIFY `administrator_group_access_id` int(11) NOT NULL AUTO_INCREMENT;

run this in your phpmyadmin

Thanks Frank , it works fine now!

Link to comment
Share on other sites

  • 5 months later...

@hungryfrank

As soon as I create a group and add someone to it I get this error. 

Quote

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 's'' at line 1

select ag.administrator_group_id from administrator_groups ag, administrator_group_access aga where aga.administrator_group_id = ag.administrator_group_id and ag.administrator_group_id = '6' and aga.administrator_group_block =''

I'm on Phoenix 1.0.7.10

Link to comment
Share on other sites

  • 1 year later...
Am 30.5.2022 um 06:57 schrieb ce7:

Hi,

thank you for the addon.
I had installed it on phoenix 1087 version, with hMenu and left-column menu option.
Can create the admin group, and limit the access files for different groups, and I did not change the code for left-column menu, so all the boxes and links did show up, but only grant access ones can be access. However there is problem to make the box or apps to show up properly on hMenu/top menu.  the aMenu or hMenu (modified with 231 instruction) both has the same problem, for example if I grant access to catalog.php, will not show catalog icon, and of course no categories/product link available for clicking.0263-003-partial-04.thumb.gif.1cf9a87880f424e1dff17db88e8f1ba7.gif

Please find the image for your reference.

wrong forum for this question
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...