So, it says that it is some wrong code on line 105, that is correct.
And since i'm a PHP Developer, i fixed it.
So;
Open Main.MDU, and go to line 105 and 106:
- Code: Select all
$image_upload = end(explode('/', $config_path_image_upload));
$userpic_upload = end(explode('/', $config_path_userpic_upload));
Okey, Replace that code with this:
$image_upload = end($foo=explode('/', $config_path_image_upload));
$userpic_upload = end($foo2=explode('/', $config_path_userpic_upload));
You see that the new PHP.5.*.* MUST have variables.
So, PHP says that this code is bad written.
But don't be sad, becuase, if that is correct:
Mambo, PHPbb, vBullentin & many more, have the same error =P
- Brõck
Sorry for my bad english, but i'm only 13 years, and we have only 5 hours a week of english teaching.
