CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Setting Change Redirects to Home, You do not have permission to execute this url
Pages: [1]

Author Topic: Setting Change Redirects to Home, You do not have permission to execute this url  (Read 3292 times)

batcs

  • Guest
Setting Change Redirects to Home, You do not have permission to execute this url
March 25, 2009, 07:09:11 pm
Whenever we change settings on a settings page such as "Domain Information" and hit submit, we are redirected back to the home page OR get the error 'You do not have permission to execute this url.'


1. When we change Domain Information or any other setting that involves pressing a button
2. When we attempt to view edit or delete something like a registered person for an event, we get the 'You do not have permission to execute this url.'
3. We also are having trouble getting a menu item to show up as we get 'Sorry. A non-recoverable error has occurred. Could not find valid value for id' when we go to associated link in menu.

Please let me know what additional information you need to help.
Thanks in advance

batcs

  • Guest
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 25, 2009, 07:24:59 pm
I will post this here since we seem to have a variety of strange errors.

When we go to https://www.csidonline.org/index.php?option=com_civicrm&view=Events&Itemid=66&id=1 and click continue OR
https://www.csidonline.org/index.php?option=com_civicrm&task=civicrm/event/info&id=1&action=preview&reset=1 and click Member Registration, we get the following:
    Sorry. A non-recoverable error has occurred.
    User Name is not set in the Administer CiviCRM » Payment Processor.
    Password is not set in the Administer CiviCRM » Payment Processor.

These links are NOT able to be put in our menu due to prior error of it not finding the 'id', but I can engineer it for a work around

Sunil

  • I post frequently
  • ***
  • Posts: 131
  • Karma: 23
  • The community around a product more important than the product itself?
    • CiviCRM
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 25, 2009, 09:59:23 pm
Hi,

Quote
  Sorry. A non-recoverable error has occurred.
    User Name is not set in the Administer CiviCRM » Payment Processor.
    Password is not set in the Administer CiviCRM » Payment Processor.

Your are doing the Test Drive Event Registration and Processor Details for Test Payments not present.(Google Checkout)
( Live  )  https://www.csidonline.org/index.php?option=com_civicrm&task=civicrm/event/register&id=1&reset=1   
( Test )  https://www.csidonline.org/index.php?option=com_civicrm&task=civicrm/event/register&id=1&reset=1&action=preview
Sunil
The community around a product more important than the product itself?

batcs

  • Guest
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 25, 2009, 10:10:46 pm
Thank you. That answers the last post that I entered. The larger problem is on the ./administrator side when attempting to do anything, I get errors:

Whenever we change settings on a settings page such as "Domain Information" and hit submit, we are redirected back to the home page OR get the error 'You do not have permission to execute this url.'


1. When we change Domain Information or any other setting that involves pressing a button
2. When we attempt to view edit or delete something like a registered person for an event, we get the 'You do not have permission to execute this url.'
3. We also are having trouble getting a menu item to show up as we get 'Sorry. A non-recoverable error has occurred. Could not find valid value for id' when we go to associated link in menu.

Thanks again!

Deepak Srivastava

  • Ask me questions
  • ****
  • Posts: 677
  • Karma: 65
Re: Setting Change Redirects to Home, You do not have permission to execute this
March 25, 2009, 11:04:26 pm
batcs,

Looking at your profile looks like you using civicrm 2.2.1 on joomla 1.5.3 legacy. Any reason for using legacy mode with a compatible civicrm version ?
« Last Edit: March 26, 2009, 01:20:35 am by Deepak Srivastava »
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 26, 2009, 01:11:53 am
Hi, this sounds a little like the symptoms you can get with a poor .htaccess / redirect set up.

If on submit you see the url change from (for example)  https://www.csidonline.org to https://csidonline.org or vice versa that could point to the problem being with redirection (if you think this might be the case try editing the url to see if it makes it work - either by adding or removing the www or changing between http & https.

I can't remember the full details but effectively if the redirects are not correct & you log in to http://csidonline.org you may still not be considered to be logged into http://www.csidonline.org - giving a permissions error.

Interesting site by the way
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

batcs

  • Guest
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 26, 2009, 06:48:45 am
Eileen,

Thanks for the comment about the site. We maintain it for a customer that approached us recently. It has been interesting to be involved with this project with a different culture for sure.

Our .htaccess has the following:
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.csidonline.org/$1 [R,L]

We want to ensure that whenever they come to the site that they are redirected to https://, but it doesn't matter if it is www or not.

Any advice in rewriting that so we can check it?

batcs

  • Guest
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 26, 2009, 06:53:53 am
Deepak,

I believe that the template that was established for us is required to run in Legacy mode.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 26, 2009, 10:26:30 am
HI, the test is not to change the rewriting but to change the url in the browser window to have / exclude the www & see if that changes the message.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

batcs

  • Guest
Re: Setting Change Redirects to Home, You do not have permission to execute this url
March 26, 2009, 12:54:40 pm
I have gotten rid of the www, I have also attempted with commenting those lines out in the .htaccess file and I get the same response.

I have also attempted with and without changing the civicrm.settings.php files in ./administrator/components/com_civicrm and ./components/com_civicrm

So far same effect.

sjthespian

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 3
    • The League of Professional System Administrators
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 6.28
  • MySQL version: 5.1.66
  • PHP version: 5.3.3
Re: Setting Change Redirects to Home, You do not have permission to execute this
October 09, 2009, 09:42:15 am
I hate to wake up an old topic, but I have been running into the same issue and have a possible answer.

What I have found is that you get this message for a variety of reason, the most common one being that the script you are trying to execute has exceed the maximum run time your server allows for php scripts.  I run into this all the time if I'm trying to import data, I had to split my last import into 50 people or less per try before I could get it to work.

If you can, try increasing the max_execution_time in your php.ini file.  If you are on a shared hosting server, you may not be able to do this, although there is a workaround on DreamHost where I'm hosted (see the dreamhost forums for more info)
Dan Rich <drich@lopsa.org>
    Director, LOPSA - http://lopsa.org/

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Setting Change Redirects to Home, You do not have permission to execute this url

This forum was archived on 2017-11-26.