Jump to content

temikng

Members
  • Posts

    4
  • Joined

  • Last visited

temikng's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes, this is one of the ways, but it is not too convenient. Ok, thanks.
  2. On line 32 it call like this: php -f /path_to_public_html_dir/az/server/php/templater.php -- -c "/path_to_public_html_dir/public/forms/login.php.t" -p /path_to_public_html_dir/cache "" > /path_to_public_html_dir/cache/GENLIqyMQ Runs the templater.php script, that parse self syntax from the php.t file, and write a php script at the cache directory. Then it will be used by apache from cache directory. So I need permission to run PHP from the command line. How can i do this?
  3. I cleared my cache dir. This error appears only at the first time open my link: http://temikng.heliohost.org/ It create file in cache dir, but it's empty. Then need to clear cache dir again.
  4. Hi I use PHP framework http://seerio.us/w/doku.php It has an error: Warning: system() has been disabled for security reasons in /path_to_public_html_dir/az/server/php/generator.php on line 32 Because, it can't to call php command. How can i manage this?
×
×
  • Create New...