Re: cron access denied

Cory Gilliam <[email protected]> Fri, 6 Mar 2015 23:18:13 -0500
Newsgroups gmane.comp.php.drupal.support
Message-ID <CAMHwzJOe3jEtdHbj+UL+Q=vH15VmvCX6rbwtMnqZwnzi+xZFDw@mail.gmail.com>
--===============7507810617070618268==
Content-Type: multipart/alternative; boundary=089e0141ab36ef195c0510ab1643

--089e0141ab36ef195c0510ab1643
Content-Type: text/plain; charset=UTF-8

Are you logged in as user 1 or have you tried running it as user 1?

Clear your caches
Make sure the site in NOT in maintenance mode

Try going to: /admin/reports/dblog
Clear the log message
Try to run cron again
Check for new log messages

If you do not find and logs after that, down load the error_log file from
your server
scroll down to the bottom and check there for any hints

In /sites/default/settings.php on line 240:
$update_free_access = FALSE;
change to
$update_free_access = TRUE; (Most likely have to change the file/folder
permissions)
Then try running cron
!important: change all back once done.


Anther resource: (you probably already checked this one)
https://www.drupal.org/node/553430

Cory Gilliam
Knoxville, TN 37921
[email protected]
865.335.3250


On Fri, Mar 6, 2015 at 7:58 PM, Jim Ruby <[email protected]> wrote:

> Think it is the drupal generated one I just see a page:
>
> Access denied
>
>
>
>
>
>
>
>  You are not authorized to access this page.
>
>
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Jamie Holly
> Sent: Friday, March 06, 2015 11:47 AM
> To: [email protected]
> Subject: Re: [support] cron access denied
>
> What kind of access denied are you getting? Is it a Drupal generated one,
> or
> the generic, server one?
>
> Jamie Holly
> http://hollyit.net
>
> On 3/6/2015 12:41 PM, Jim Ruby wrote:
> > Hi, using the latest version of drupal 7 I can not run cron and yes I
> > have the key and tried from configure / cron clicking the button and
> > also the link to cron with the key.
> >
> > I have read all sorts of things including changing permissions of
> > cron.php to 775, 755, 644 and nothing works. I'm wondering if I have a
> > module causing this problem. I am using the following modules.
> >
> > I have disabled the nodeaccess module and rebuilt the permissions and
> > still access denied.
> >
> > Backup migrate
> > Ctools
> > Entity
> > Entity reference
> > Faq
> > Filefieldpaths
> > Filefieldsources
> > Globalredirect
> > Nodeaccess
> > Pathauto
> >
> > Pathologic
> > Privatemsg
> > Rules
> > Token
> > Views
> > Webform
> >
> > Any suggestions on how else I can troubleshoot this and get cron working?
> >
> >
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>

--089e0141ab36ef195c0510ab1643
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div><div><div>Are you logged in as us=
er 1 or have you tried running it as user 1?<br><br></div><div>Clear your c=
aches<br></div><div>Make sure the site in NOT in maintenance mode<br></div>=
<div><br>Try going to: /admin/reports/dblog<br></div>Clear the log message<=
br></div>Try to run cron again<br></div>Check for new log messages<br><br><=
/div>If you do not find and logs after that, down load the error_log file f=
rom your server<br></div>scroll down to the bottom and check there for any =
hints<br><br>In /sites/default/settings.php on line 240: <br></div>$update_=
free_access =3D FALSE;<br>change to <br>$update_free_access =3D TRUE; (Most=
 likely have to change the file/folder permissions)<br></div><div>Then try =
running cron<br></div><div>!important: change all back once done.<br></div>=
<div><br><br></div>Anther resource: (you probably already checked this one)=
<br><a href=3D"https://www.drupal.org/node/553430">https://www.drupal.org/n=
ode/553430</a><br></div><div class=3D"gmail_extra"><br clear=3D"all"><div><=
div class=3D"gmail_signature">Cory Gilliam<br>
Knoxville, TN 37921<br><a href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a><br>
865.335.3250<br><br></div></div>
<br><div class=3D"gmail_quote">On Fri, Mar 6, 2015 at 7:58 PM, Jim Ruby <sp=
an dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_qu=
ote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex=
">Think it is the drupal generated one I just see a page:<br>
<br>
Access denied<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
=C2=A0You are not authorized to access this page.<br>
<span class=3D"im HOEnZb"><br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href=3D"mailto:[email protected]">support-bounces@drupal.=
org</a> [mailto:<a href=3D"mailto:[email protected]">support-bounc=
[email protected]</a>] On<br>
</span><span class=3D"im HOEnZb">Behalf Of Jamie Holly<br>
Sent: Friday, March 06, 2015 11:47 AM<br>
To: <a href=3D"mailto:[email protected]">[email protected]</a><br>
Subject: Re: [support] cron access denied<br>
<br>
</span><div class=3D"HOEnZb"><div class=3D"h5">What kind of access denied a=
re you getting? Is it a Drupal generated one, or<br>
the generic, server one?<br>
<br>
Jamie Holly<br>
<a href=3D"http://hollyit.net" target=3D"_blank">http://hollyit.net</a><br>
<br>
On 3/6/2015 12:41 PM, Jim Ruby wrote:<br>
&gt; Hi, using the latest version of drupal 7 I can not run cron and yes I<=
br>
&gt; have the key and tried from configure / cron clicking the button and<b=
r>
&gt; also the link to cron with the key.<br>
&gt;<br>
&gt; I have read all sorts of things including changing permissions of<br>
&gt; cron.php to 775, 755, 644 and nothing works. I&#39;m wondering if I ha=
ve a<br>
&gt; module causing this problem. I am using the following modules.<br>
&gt;<br>
&gt; I have disabled the nodeaccess module and rebuilt the permissions and<=
br>
&gt; still access denied.<br>
&gt;<br>
&gt; Backup migrate<br>
&gt; Ctools<br>
&gt; Entity<br>
&gt; Entity reference<br>
&gt; Faq<br>
&gt; Filefieldpaths<br>
&gt; Filefieldsources<br>
&gt; Globalredirect<br>
&gt; Nodeaccess<br>
&gt; Pathauto<br>
&gt;<br>
&gt; Pathologic<br>
&gt; Privatemsg<br>
&gt; Rules<br>
&gt; Token<br>
&gt; Views<br>
&gt; Webform<br>
&gt;<br>
&gt; Any suggestions on how else I can troubleshoot this and get cron worki=
ng?<br>
&gt;<br>
&gt;<br>
<br>
--<br>
[ Drupal support list | <a href=3D"http://lists.drupal.org/" target=3D"_bla=
nk">http://lists.drupal.org/</a> ]<br>
<br>
--<br>
[ Drupal support list | <a href=3D"http://lists.drupal.org/" target=3D"_bla=
nk">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>

--089e0141ab36ef195c0510ab1643--

--===============7507810617070618268==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
[ Drupal support list | http://lists.drupal.org/ ]
--===============7507810617070618268==--