Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 21:51:57

Author Topic: website didnt show - hiawatha  (Read 9577 times)

0 Members and 1 Guest are viewing this topic.

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #15 on: 2014-03-07, 17:46:11 »
i try use /usr/local/bin/php and /usr/bin/lxphp.exe

both is not working....

hmm


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #16 on: 2014-03-07, 17:48:55 »
Try create file sh with content:
Code: [Select]
#!/bin/sh
/usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php

and then add this sh file to your cron like:
Code: [Select]
sh /home/admin/cron.sh
« Last Edit: 2014-03-07, 17:56:19 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #17 on: 2014-03-07, 18:03:17 »

its said no such file

[root@ns1 ~]# !/bin/sh
/bin/sh
sh-4.1# /usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php
sh-4.1# sh /home/admin/cron.sh
sh: /home/admin/cron.sh: No such file or directory

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #18 on: 2014-03-07, 18:07:14 »
are u mean add this code to cron jobs setting ?

sh /home/admin/cron.sh

or

sh /home/admin/cron.sh -f /home/admin/Abangkacak/iem/admin/cron/cron.php

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #19 on: 2014-03-07, 18:12:25 »
The content of cron.sh must:
Code: [Select]
#!/bin/sh
/usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php

and then in cron job must (with assumption cron.sh exist in /home/admin):
Code: [Select]
sh /home/admin/cron.sh
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #20 on: 2014-03-07, 18:23:52 »
i  think i already do the right..

but it keep said

sh: /home/admin/cron.sh: No such file or directory



sh-4.1# !/bin/sh
/bin/sh
sh-4.1# /usr/bin/lxphp.exe -f /home/admin/Abangkacak/iem/admin/cron/cron.php



Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #21 on: 2014-03-07, 18:43:57 »
Hi,

Did you create cron.sh in /home/admin?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #22 on: 2014-03-07, 18:53:21 »
no.. not yet.. im blur..

how to create that ?

use ssh ? or create folder in admin ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #23 on: 2014-03-07, 19:00:05 »
Go to 'file manager' if you don't know how to use vi or echo.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #24 on: 2014-03-07, 19:12:34 »
ok..

this is how i do again


Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #25 on: 2014-03-07, 19:13:24 »
resuld still not running..

did i miss something?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #26 on: 2014-03-08, 04:32:42 »
Try change cron.sh content with:
Code: [Select]
#!/bin/sh
/usr/bin/lxphp.exe /home/admin/Abangkacak/iem/admin/cron/cron.php

That mean 'without -f'. It's the same way with scripts inside /script.
« Last Edit: 2014-03-08, 05:32:54 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #27 on: 2014-03-08, 04:39:28 »

ok .. still didnt work too..

its said

/home/admin/cron.sh: line 2: sh-4.1#: command not found

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: website didnt show - hiawatha
« Reply #28 on: 2014-03-08, 05:33:15 »
See the correct code.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zedzaed

  • Valuable Member
  • *
  • Posts: 56
  • Karma: +0/-0
    • View Profile
Re: website didnt show - hiawatha
« Reply #29 on: 2014-03-08, 06:17:04 »
ok... i do correction code


still not running..


 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.027 seconds with 18 queries.

web stats analysis