• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. MrB
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    MrB

    @MrB

    0
    Reputation
    98
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MrB Unfollow Follow

    Latest posts made by MrB

    • RE: Task Management Blank

      Horray! It works perfect.

      Thanks!

      posted in FOG Problems
      M
      MrB
    • RE: Task Management Blank

      I’m getting an 404 Not Found on that. Is there another site that it’s on that you know of?

      posted in FOG Problems
      M
      MrB
    • RE: Task Management Blank

      So this is the error…
      [CODE][Wed Feb 26 15:46:11.688696 2014] [:error] [pid 1894] [client XXXXX] PHP Parse error: syntax error, unexpected ‘$tmp’ (T_VARIABLE) in /var/www/fog/management/includes/tasks.confirm.include.php on line 752, referer: http://XXX/fog/management/index.php?node=host&sub=edit&tab=tasks&id=2[/CODE]

      So basically I messed up a command somewhere and it ended up replacing things it shouldn’t have?

      posted in FOG Problems
      M
      MrB
    • RE: Task Management Blank

      [quote=“Tom Elliott, post: 23582, member: 7271”]Alright,

      The fix for this is to open the file, tasks.confirm.include.php and replace all the instances of &$tmp with $tmp.

      I don’t know what command you used to perform this, but if it’s finding 200~ items to replace, chances are there’s a typo in your statement.

      You should simply need to enter the command:
      [code]sed ‘s:&$tmp:$tmp:’ -i /var/www/fog/management/includes/tasks.confirm.include.php[/code] and be done.[/quote]

      I copy/pasted that exact code and am still ending up with the blank space.

      posted in FOG Problems
      M
      MrB
    • Task Management Blank

      Ok so I know this has been posted before, but I’ve followed the directions posted here:
      [url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/#post-9593[/url]

      But when I do the search and replace it does it for ~200 items rather than ~20. And the Task Manager is still blank underneath the Task Management Logo.
      I’m running FOG on ubuntu server 13.04 with FOG v .32

      posted in FOG Problems
      M
      MrB