Zurück   BOARD [ splash.de ] » splash.de » WordPress: Floatbox Plus
WordPress: Floatbox Plus Dieses Plugin integriert Floatbox (ein Javascript wie Lightview/box) in WordPress, alle Vorschaubilder mit Link zum Bilder werden automatisch zur Nutzung von Floatbox umgeschrieben (Link: Floatbox Plus)...

 
 
Themen-Optionen
  #1  
Alt 29. March 2010, 23:43
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 
Fatal error installing 1.2.15

I got the following error, which prevents WP from activating Floatbox Plus 1.2.15:

Zitat:
Plugin could not be activated because it triggered a fatal error.

Parse error: syntax error, unexpected T_STRING, expecting ')' in .../wordpress/wp-content/plugins/floatbox-plus/floatbox-plus.php on line 704
D'oh! Rolling back to 1.2.14 for now...
  #2  
Alt 29. March 2010, 23:54
Benutzerbild von cybio
cybio cybio ist offline
aka maverick :)
Master of Spam
Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Dec 1999
Ort: unrealEXTREME.de
Beiträge: 3.506
Renommee-Modifikator: 10
cybio will become famous soon enough
    Neutral 
AW: Fatal error installing 1.2.15

does your php have the SimpleXML-extension installed or do you use php4?
__________________
splash.de /// unrealEXTREME.de >>> unrealLegacy.de

Geändert von cybio (30. March 2010 um 00:00 Uhr)
  #3  
Alt 30. March 2010, 00:16
Benutzerbild von cybio
cybio cybio ist offline
aka maverick :)
Master of Spam
Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Dec 1999
Ort: unrealEXTREME.de
Beiträge: 3.506
Renommee-Modifikator: 10
cybio will become famous soon enough
    Neutral 
AW: Fatal error installing 1.2.15

could you please test the attached version? thx.
Angehängte Dateien
Dateityp: zip floatbox-plus.zip (14,2 KB, 3x aufgerufen)
__________________
splash.de /// unrealEXTREME.de >>> unrealLegacy.de
  #4  
Alt 2. April 2010, 20:00
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: Fatal error installing 1.2.15

Argh, I should have known... my stupid-ass host's upgrade service to PHP5 doesn't work on my blog. I've spent hours going through it and waiting on hold, and they end up telling me it's my fault - something in my .htaccess is wrong or something, but I have no idea how to fix it.

I tried installing the version attached, and I got this:

Zitat:

Parse error: syntax error, unexpected T_STRING, expecting ')' in .../wordpress/wp-content/plugins/floatbox-plus/floatbox-plus.php on line 51
  #5  
Alt 3. April 2010, 20:04
Benutzerbild von cybio
cybio cybio ist offline
aka maverick :)
Master of Spam
Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Dec 1999
Ort: unrealEXTREME.de
Beiträge: 3.506
Renommee-Modifikator: 10
cybio will become famous soon enough
    Neutral 
AW: Fatal error installing 1.2.15

i'm right, that you're still using php4?

could you please try to change line 43, from:

if (class_exists(SimpleXMLElement)) {

to:

if (FBP_PHP5 && class_exists(SimpleXMLElement)) {
__________________
splash.de /// unrealEXTREME.de >>> unrealLegacy.de
  #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
  #7  
Alt 7. April 2010, 22:01
Benutzerbild von cybio
cybio cybio ist offline
aka maverick :)
Master of Spam
Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Dec 1999
Ort: unrealEXTREME.de
Beiträge: 3.506
Renommee-Modifikator: 10
cybio will become famous soon enough
    Neutral 
AW: Fatal error installing 1.2.15

please test the attached version...

if this doesn't work... than i may have to drop php4-support...
Angehängte Dateien
Dateityp: zip floatbox-plus.zip (14,2 KB, 2x aufgerufen)
__________________
splash.de /// unrealEXTREME.de >>> unrealLegacy.de
  #8  
Alt 29. September 2010, 20:49
Benutzerbild von cybio
cybio cybio ist offline
aka maverick :)
Master of Spam
Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76 Punkte: 12.103, Level: 76
Aktivität: 0% Aktivität: 0% Aktivität: 0%
 
Registriert seit: Dec 1999
Ort: unrealEXTREME.de
Beiträge: 3.506
Renommee-Modifikator: 10
cybio will become famous soon enough
    Neutral 
AW: Fatal error installing 1.2.15

Patch for 1.2.20 for php4, please test.
Angehängte Dateien
Dateityp: zip floatbox-plus.php.zip (14,6 KB, 0x aufgerufen)
__________________
splash.de /// unrealEXTREME.de >>> unrealLegacy.de
 

Themen-Optionen

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Critical Error Unregistered Unreal/UT Forum 10 24. February 2010 17:23
Bug: JS error in IE7 Geddeth WordPress: Floatbox Plus 1 11. September 2009 15:26
Splinter Cell Fatal error beim Start! Dissi DeluXe Splinter Cell 2 14. June 2003 21:46


Alle Zeitangaben in WEZ +2. Es ist jetzt 14:02 Uhr. Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd. - Copyright 1998-2016 by splash .de (unrealEXTREME.de)
Unreal II - The Awakening, Unreal Tournament 2004, Gears of War, Unreal Tournament 3 (c) Epic Games, Inc.
Alle Rechte vorbehalten - Datenschutz - Impressum