Problem with cron job

2 replies
  • WEB DESIGN
  • |
Hi guys,

Im creating an automated blog on wordpress platform and I got stuck with a problem with automated rss feed plugin called "FeedWordpress".

When I set up Date Scheduling to "cron job or manual updates" Feedwordpress shows theese lines:

Warning: shell_exec() has been disabled for security reasons in /home/jokis/domains/jokis.lt/public_html/vines/wp-content/plugins/feedwordpress/feeds-page.php on line 197

Warning: shell_exec() has been disabled for security reasons in /home/jokis/domains/jokis.lt/public_html/vines/wp-content/plugins/feedwordpress/feeds-page.php on line 199

Warning: shell_exec() has been disabled for security reasons in /home/jokis/domains/jokis.lt/public_html/vines/wp-content/plugins/feedwordpress/feeds-page.php on line 205

and when I set up cron job schedule at cPanel nothing happens. When updating feed manualy everything works fine. Can someone please help me to fix this problem to start cron job working? Should I try to contact my host support or this is a problem with my wordpress instalation?
#cron #job #problem
  • Profile picture of the author KirkMcD
    Originally Posted by darious View Post

    and when I set up cron job schedule at cPanel nothing happens.
    The automatic setup from FWP won't work.
    What command are you using to do it manually?
    {{ DiscussionBoard.errors[8932808].message }}
  • Profile picture of the author WPcrew
    Your PHP configuration is not allowing this. You might add your own php.ini to the root of your site, and add this line: safe_mode = Off.

    Talk to your hosting company if this isn't working, maybe php.ini is not allowed per account everywhere.

    Take a look at this thread for example. This is local wamp server, but it's the same procedure.
    {{ DiscussionBoard.errors[8932985].message }}

Trending Topics