(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!
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!
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.
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.
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
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.
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.
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.
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!
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!
Good to hear it worksnextgenxx 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.

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.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.
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.
Who is online
Users browsing this forum: No registered users and 1 guest