ZelosAvalon
New member
- Messages
- 218
- Points
- 0
- Age
- 34
- Emulator
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
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
please i need help!
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!