Jump to content
  • 0

Fluxcp Support, Please!


Matrixfox

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

It's been a grueling week. Long story short, I bought a web host from godaddy. End up installing everything with out a hitch, but this fluxcp is giving me this error~ I'm at my wits ends here, tried every variation. Honestly this is pretty stight forward, what am I missing?

Fatal error: Call to undefined function posix_getuid() in /home/content/08/8905708/html/cp/index.php on line 114

	$uid = posix_getuid();
$directories = array(
	FLUX_DATA_DIR.'/logs'	 => 'log storage',
	FLUX_DATA_DIR.'/itemshop' => 'item shop image',
	FLUX_DATA_DIR.'/tmp'	  => 'temporary'
);

Edited by matrixfox
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

the function does not exist maybe you got a incomplete fluxcp copy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  243
  • Reputation:   206
  • Joined:  11/28/11
  • Last Seen:  

The function posix_getuid() does not work on Windows. This inconsistency has already been reported on FluxCP's issue tracker.

Report link: http://code.google.c...es/detail?id=52

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

It works, I'm on Linux btw. Would of been useful if I said that to begin with, lols!!! I just download the fluxcp-1.0.0.1000.zip instead of checking out from source. E-cookies for all!!!

Link to comment
Share on other sites

×
×
  • Create New...