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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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