Post by nextgenxx » Sat Oct 04, 2008 6:04 am

(1) I can get everything installed, got the extension bug fixed, then when I go into the payments and click the green plus button on the Authorize.net extension I get the error

Permission Denied!
You do not have permission to access this page, please refer to your system administrator.

this is my url http://www.website.com/store/admin/inde ... on=install

(2) Another problem I am finding is that I also have a page that is blank Admin / Configuration / User / User Groups. "PAGE DOES NOT ESXIST" there is not even a little color icon in my admin drop down menu.

Any help would be great!

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am


Post by Qphoria » Sat Oct 04, 2008 7:41 am

any time you add a new module to opencart you need to give it permission for access. but since you have a page not found error on that user group page, you need to get that working first. be sure the file exists: admin/controller/usergroups.php

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by nextgenxx » Sat Oct 04, 2008 7:41 am

I don't know if this is the right fix but I change my user.php file with this update from Bruce.

To get you over this, simply edit the file catalog\library\user\user.php by replacing the function hasPermission() with the following

Code:

function hasPermission($key, $value)
{
return true; // bypass all permission stuff
if (isset($this->permissions[$key]))
{
return in_array($value, $this->permissions[$key]);
}
else
{
return FALSE;
}
}


If you are not using permissions to restrict other admin users rights, then this gets rid of the unnecessary and painful and dangerous step of giving permission to the administrator every time you add something.

Wink You can see how much I like this "feature" for the Top Administrator group.

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am


Post by nextgenxx » Sat Oct 04, 2008 7:44 am

I see the file on my server admin / controller/ user_group.php    not usergroups.php   Is my file wrong?


This is the page not found url, but it is on my server.
http://www.website.com/store/admin/inde ... user_group
Last edited by nextgenxx on Sat Oct 04, 2008 7:45 am, edited 1 time in total.

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am


Post by Qphoria » Sat Oct 04, 2008 8:01 am

that file is correct, i had a typo in my reply. Be sure the file permissions on that file are at least 644... try 755 and see if it works. Do you have access to the user.php file from admin? is it just the user_group you can't access?

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by nextgenxx » Sat Oct 04, 2008 8:19 am

I can see the user.php file fine, and the user_group.php file is set to 777. the strange thing is in the drop downs under admin / Configuration / Users / I see the  "Users with an color icon" and below that I just see the text User Group and the color icon isn't even there. it just is a gray box with the text "user group" aligned to the right.

Is the controller folder not recognizing the user_group.php file? I wish I knew more, I like open cart a lot, its clean and crisp. I wish I got a program degree not a graphics.

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am


Post by nextgenxx » Sat Oct 04, 2008 8:59 am

Qphoria,

Well I just ran my own credit card through my website for $1.99 with your Authorize.net module and it all went through fine. and the money went into my Unsettled Transactions at authorize.net account. I think this is going to be a good addition to opencart. Way better then Paypal. Thanks for your module work. Also I did notice one security warning at the end of authorize.net

"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue sending this information? [submit] [cancel]"

Would this be due to my office wireless network? How is the AIM Project coming and next release of 0.8 OC.

Thanks again!

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am


Post by Qphoria » Sat Oct 04, 2008 9:09 am

nextgenxx wrote: Qphoria,

Well I just ran my own credit card through my website for $1.99 with your Authorize.net module and it all went through fine. and the money went into my Unsettled Transactions at authorize.net account. I think this is going to be a good addition to opencart. Way better then Paypal. Thanks for your module work.
Good to hear it works :)
Also I did notice one security warning at the end of authorize.net

"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue sending this information? [submit] [cancel]"

Would this be due to my office wireless network? How is the AIM Project coming and next release of 0.8 OC.
The security warning is actually all on the Authorize.net site, there is no control from OpenCart for that. Thought maybe if your return url uses an https:// address (which means you need to have SSL working on OpenCart) then maybe it won't give that error. But I haven't tried that yet.

I was going to save the AIM module for 1.0 (which is what 0.8 is now known as) but considering the massive change to the framework, it still has some settling to do before its fully ready. So I am going to look at finishing it for 0.7.9. hm2k and I are working on getting that out asap.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by nextgenxx » Sat Oct 04, 2008 9:51 am

Any ideas on the user_group.php page not found?

User avatar
New member

Posts

Joined
Tue Jul 15, 2008 1:13 am

Who is online

Users browsing this forum: No registered users and 1 guest