![]() ![]() |
Sep 25 2011, 05:53 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 22-September 11 Member No.: 910 |
Version: aggregator_scraper-1.5.4 Joomla: Version 1.5.23 Hosting: GoDaddy shared I have tried to use the mycron.php, and also to run cron.aggregator.php directly from the cron job -------------------------------------------------------------------------------------------------------------------- Error when trying to run mycron.php ---------------------------------------------------------- <br /> <b>Warning</b>: file_get_contents(http://MYDOMAIN.ORG/administrator/components/com_aggregator/cron.aggregator.php) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in <b>/home/content/04/8080804/html/_MYDOMAIN.ORG/mycron.php</b> on line <b>2</b><br /> -------------------------------------------------------------------------------------------------------------------- Error when trying to run cron.aggregator.php directly ---------------------------------------------------------- Set-Cookie: 53825c6d3df58b086743c04c841a363a=6g2068ftrlpjomd58od7lf0hd5; path=/ P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM" Content-type: text/html Site error: the file <b>/home/content/04/8080804/html/_MYDOMAIN.ORG/administrator/components/com_aggregator/controller.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. -------------------------------------------------------------------------------------------------------------------- not sure why it is reporting this as ionCube is definitely installed as the software would not run without it. I will try putting php5.ini in the administrator/components/com_aggregator/ directly and see if that helps. Any help would be greatly appreciated |
|
|
|
Sep 26 2011, 09:12 AM
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Your answer is here
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 23 2011, 04:30 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 14 Joined: 8-September 11 Member No.: 896 |
Your answer is here I am too getting the same error suddenly. It was working all fine the previous time i logged in. Please help. The link you've provided above does not help. I don't use cron and I have uninstalled all other RSS importing extensions. |
|
|
|
Oct 23 2011, 07:01 AM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
This is the only way to wok component with cronjobs automatically.
1. To test cronjob, first open in browser url: Код http://yoursite.com/administrator/components/com_aggregator/cron.aggregator.php 2. If address is working, create file with name mycron.php. Code for this php file: Код <?php $a = file_get_contents('http://yoursite.com/administrator/components/com_aggregator/cron.aggregator.php'); ?> 3. Upload file mycron.php in your public_html or in other directory. Create cronjob in your cpanel with command: Код /usr/local/bin/php -q /relative-path-to-host-directory/public_html/mycron.php >> /dev/null "relative path to host directory" must be in most ways name of your host account. If You dont know path, ask your host support! 4. Set cron to run every 5 (recommended) or 3 minutes. In Unix Style view this should be: Код */5 * * * * 5. Ready. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 7 2012, 09:14 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 14 Joined: 8-September 11 Member No.: 896 |
I am still not able to get my cron running although I've followed the above steps perfectly.
|
|
|
|
Feb 7 2012, 10:14 AM
Post
#6
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
The only reason can be wrong path. Ask for a correct path your host support.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 13 2012, 11:48 AM
Post
#7
|
|
|
Newbie ![]() Group: Members Posts: 14 Joined: 8-September 11 Member No.: 896 |
The path is correct and I don't get any errors but the cron just doesn't work
This post has been edited by cardin: Feb 13 2012, 11:48 AM |
|
|
|
Feb 13 2012, 12:22 PM
Post
#8
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
This is php code:
Код <?php $a = file_get_contents('http://yoursite.com/administrator/components/com_aggregator/cron.aggregator.php'); ?> You know php? If path is correct and this code not work mean that your host not support function file_get_contents! Say to your sys admin or host support: WHY? -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 08:44 PM |