*Interesse Äußern*
Beiträge von TheLegend27
-
-
Ist von deiner Seite geplant paypal.me im Spendenplugin anzubieten.
Wenn dies bisher nicht der Fall war, ist dies eine Überlegung wert? -
Hab mir das Plugin ganz frisch geholt, konfiguriert und erhalte folgenden Fehler wenn ich die Benutzeronlineliste aufrufe:
Code
Alles anzeigenThu, 20 Apr 2017 19:17:14 +0000 Message: Trying to get property of non-object PHP version: 5.6.30-0+deb8u1 WoltLab Suite version: 3.0.4 Request URI: /index.php?ajax-proxy/& Referrer: https://localhost/users-online-list/ User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 Peak Memory Usage: 15708480/536870912 ====== Error Class: wcf\system\exception\ErrorException Error Message: Trying to get property of non-object Error Code: 0 File: /localhost/httpdocs/lib/system/WCF.class.php (292) Extra Information: - Stack Trace: [{"file":"\/localhost\/httpdocs\/lib\/data\/multirank\/MultirankAction.class.php","line":85,"function":"handleError","class":"wcf\\system\\WCF","type":"::","args":[8,"Trying to get property of non-object","\/localhost\/httpdocs\/lib\/data\/multirank\/MultirankAction.class.php",85,{"array":"[redacted]","settings":"[redacted]","parameters":"[redacted]","sql":"[redacted]","statement":"[redacted]","row":"[redacted]","max":"[redacted]","users":"[redacted]","userIDs":"[redacted]","user":"[redacted]"}]},{"function":"getMultirank","class":"wcf\\data\\multirank\\MultirankAction","type":"->","args":[],"file":"[internal function]","line":"?"},{"file":"\/localhost\/httpdocs\/lib\/data\/AbstractDatabaseObjectAction.class.php","line":204,"function":"call_user_func","args":[["[redacted]","[redacted]"]],"class":"","type":""},{"file":"\/localhost\/httpdocs\/lib\/action\/AJAXProxyAction.class.php","line":74,"function":"executeAction","class":"wcf\\data\\AbstractDatabaseObjectAction","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/lib\/action\/AJAXInvokeAction.class.php","line":104,"function":"invoke","class":"wcf\\action\\AJAXProxyAction","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/lib\/action\/AbstractAction.class.php","line":47,"function":"execute","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/lib\/action\/AJAXInvokeAction.class.php","line":63,"function":"__run","class":"wcf\\action\\AbstractAction","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/lib\/system\/request\/Request.class.php","line":83,"function":"__run","class":"wcf\\action\\AJAXInvokeAction","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/lib\/system\/request\/RequestHandler.class.php","line":94,"function":"execute","class":"wcf\\system\\request\\Request","type":"->","args":[]},{"file":"\/localhost\/httpdocs\/index.php","line":9,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wcf"]}]
-
Hallo, wenn ich im ACP die Link-Umschreibung aktiviert habe, führt mich der Button "News erstellen" egal ob ich einsprachige oder mehrsprachige News auswähle auf eine "Seite nicht gefunden" - Meldung.Jemand eine Idee?Gerade erstellt und selbst gelöst
Ich habe der htaccess im Root-Ordner folgende Deklaration hinzugefügt:Apache Configuration# Rewrite application /news/ RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^news/(.*)$ news/index.php?$1 [L,QSA]