|
|
Home Support Forum |
Out URL (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Out URL
|
Sersh (Moderator)
Moderator
Posts: 22
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
Do you have any trades in database?
This happens if no trades was added.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
japamor (User)
Fresh Boarder
Posts: 7
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
Yes, I've added a couple of my own sites. Every click still goes to Google.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Sersh (Moderator)
Moderator
Posts: 22
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
Try manual cron script run from maintaince menu. If problem goes away - check your cron jobs - it does not run ftt cron.php script
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
japamor (User)
Fresh Boarder
Posts: 7
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
Yes, as soon as I do a manual cron I can access the galleries for a few seconds, so it must be the cron. I put
* * * * * cd/usr/local/apache/sites/client926/nylonfreeporn.com/htdocs/ftt/secure/; cron.php >/dev/null;
I can't check if this is right or not as the original path is given on the post-installation page which I no longer have. Do I have to delete my installation and start again from scratch?
Thanks for all your help.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
japamor (User)
Fresh Boarder
Posts: 7
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
Its OK I found it. I somehow missed the 2 minute cron.
Many thanks for your help Sersh.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Sersh (Moderator)
Moderator
Posts: 22
|
|
Re:Out URL 3 Years, 8 Months ago
|
Karma: 0
|
|
in your "* * * * * cd/usr/local/apache/sites/client926/nylonfreeporn.com/htdocs/ftt/secure/; cron.php >/dev/null;" main errors is no space between cd and /usr/local/ and php was not called
Right line:
*/2 * * * * cd /usr/local/apache/sites/client926/nylonfreeporn.com/htdocs/ftt/secure/; /usr/bin/php cron.php >/dev/null;
/usr/bin/php may be need to be replaced with /usr/local/bin/php. Depends on your system.
Type in shell:
whereis php
to find exact location of php executable.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|