Jump to content
  • 0
Sign in to follow this  
ZelosAvalon

Flux CP ERROR

Question

I'm using the Hercules emulator the latest, however I am in error in fluxcp, every time I try to install I get an error, where I find a compatible fluxcp with hercules?

 

and does anyone know how to fix these errors: 

 

Warning: Invalid argument supplied for foreach() in /home/us4731/public_html/fluxcp/lib/Flux.php on line 305

 

 

 

Line 305>>> foreach ($themes as $themeName) {
if (!self::themeExists($themeName)) {
self::raise("The selected theme '$themeName' does not exist.");
}
}

 

 


Warning: Cannot modify header information - headers already sent by (output started at /home/us4731/public_html/fluxcp/lib/Flux.php:305) in /home/us4731/public_html/fluxcp/lib/Flux/Template.php on line 860

 

 

public function redirect($location = null)
{
if (is_null($location)) {
$location = $this->basePath;
}
Line 860>>> header("Location: $location");
exit;
}
 
 

please i need help!

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.