Einzelnen Beitrag anzeigen
  #6  
Alt 4. April 2010, 06:05
JustDerek JustDerek ist offline
Junior Member
Punkte: 473, Level: 9 Punkte: 473, Level: 9 Punkte: 473, Level: 9
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Aug 2009
Ort: Los Angeles, CA
Beiträge: 8
Renommee-Modifikator: 0
JustDerek is on a distinguished road
    Neutral 
Re: AW: Fatal error installing 1.2.15

Zitat:
Zitat von cybio Beitrag anzeigen
i'm right, that you're still using php4?
Yes, you are right - I am still using PHP4. Sorry if I was not clear.

Zitat:
could you please try to change line 43, from:

if (class_exists(SimpleXMLElement)) {

to:

if (FBP_PHP5 && class_exists(SimpleXMLElement)) {
I tried it, and I got this error message:
Zitat:
Parse error: syntax error, unexpected T_STRING, expecting ')' in .../wordpress/wp-content/plugins/floatbox-plus/floatbox-plus.php on line 52