Dein Menü

Willkommen Gast. Bitte einloggen oder registrieren.
22. Mai 2012, 13:55:55

Einloggen mit Benutzername, Passwort und Sitzungslänge

Sprache wählen:

Spenden

Donate für den POC!
Deine Spende hilft dem Support, der Erhaltung des Chats und diesem Portal.

Anzeige Amazon

* Chartermember

* Bookmark

Bookmark and Share

* Werbung

vodafone.de

Antworten

Achtung: In diesem Thema wurde seit 120 Tagen nichts mehr geschrieben.
Sollten Sie Ihrer Antwort nicht sicher sein, starten Sie ein neues Thema.
Name:
E-Mail:
Betreff:
Symbol:
Verifizierung:
Geben Sie die Buchstaben aus dem Bild ein
Buchstaben anhören / Neues Bild laden

Geben Sie die Buchstaben aus dem Bild ein:

Shortcuts: mit Alt+S Beitrag schreiben oder Alt+P für Vorschau


Zusammenfassung

Autor: Nathan
« am: 10. März 2011, 20:14:50 »

My file config.inc.php under Windows 7 and xampplite from line 41 to line 54

define('POC_BASE', 'C:\\Daten\\privat\\Testserver\\htdocs\\hhc1');
define('POC_DOC_ROOT', '/hhc1');

if( strtoupper( substr(PHP_OS,0,3) ) == 'WIN' )
{
  define('POC_OS','win');
  define('DELI','\\');

  /**
  * Temp-directory where we write the channel lock files
  * This define will either be 'Unix' or 'Windows'
  */
  define('TMPDIR', 'C:\\Daten\\privat\\Testserver\\htdocs\\hhc1\tmp');
} else {
Autor: Face
« am: 10. März 2011, 17:29:16 »

Still many deprecated errors.  This is just a sample.

( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 155
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 157
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 159
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 161
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 204
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 312
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 336
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 371
( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\...\HHC_Free_V1.0.1\index.php on line 375
( ! ) Notice: Use of undefined constant TMPDIR - assumed 'TMPDIR' in C:\...\HHC_Free_V1.0.1\config.inc.php on line 101



EDIT:  I read though the PHP site, and found that the use of the ampersand it now redundant. so I edited out all the "&new", and "& new" that were being referenced in the code in the cited files.  I managed to get rid of all the deprecated errors. The code in the released HHC V1.0.1 version should really be updated to reflect these relatively simple changes in PHP. I can even upload the modified files, so someone else doesn't have to repeat what i just did.  That is unless 2.0 will be out soon, with the files presumable fixed.

The 2 remaining errors are:

Notice: Use of undefined constant TMPDIR - assumed 'TMPDIR' in C:\...\HHC_Free_V1.0.1\config.inc.php on line 101 - Fixed

Notice: Constant KICK_URL already defined in C:\...\HHC_Free_V1.0.1\config.inc.php on line 285 - Fixed

I will continue to try to fix these errors. Maybe there is a fix that i can be pointed to.

Thanks.
-Austin

Edit 2: fixed those to get several more. will continue to debug.

( ! ) Notice: Undefined property: POC_Template::$theme_smiley_dir in C:\...\HHC_Free_V1.0.1\include\class.Template.inc on line 237

( ! ) Notice: Undefined property: POC_Template::$theme_smiley_dir in C:\...\HHC_Free_V1.0.1\include\class.Template.inc on line 237

I guess these are all PHP errors, which i need to go find the answers elsewhere, but why is there a released version of this program with so many errors?

 I believe i got it all correctly set up, though there were php errors all though the set up, and on the . From the main screen when i click register, it crashes my apache server. sigh.
Autor: Horseman
« am: 28. Februar 2011, 20:45:10 »

V1.0.1 ist derzeit aktuell.

Derzeit arbeiten wir an der V2.1.0 Sponsored die bis Ende der Woche für Charter Member Online gehen wird/soll.
Danach wird die V1.0.1 Free bearbeitet um die gleichen Bugs zu Fixen die in der V2.0.0 gefunden wurden.
Autor: chris-owl
« am: 28. Februar 2011, 15:51:48 »

Hallo,

wo ist den die "neue" Version 2x free

Unter download gibt es aktuell nur
HHC Free V1.0.1
Autor: Horseman
« am: 28. Februar 2011, 15:34:55 »

Please Downlaod the HHC-Editon Free!
Autor: Face
« am: 26. Februar 2011, 06:40:01 »

PhpOpenChat Version 3.0.2

php 5.3.5

Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\install.php line 6
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 881
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 887
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 1198
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 2027
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 3104
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 3682
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 3758
Deprecated: Assigning the return value of new by reference is deprecated in C:\...\poc-3.0.2\include\abobd\abobd.inc.php line 3778

Notice: Undefined index: step in C:\...\poc-3.0.2\install.php on line 32
Notice: Undefined index: WINDIR in C:\...\poc-3.0.2\include\class.Installer.inc on line 212
Notice: Undefined index: windir in C:\...\poc-3.0.2\include\class.Installer.inc on line 213
Notice: Undefined index: TEMP in C:\...\poc-3.0.2\include\class.Installer.inc on line 214
Notice: Undefined index: TMP in C:\...\poc-3.0.2\include\class.Installer.inc on line 215
Notice: Undefined variable: test_file in C:\...\poc-3.0.2\include\class.Installer.inc on line 241
Notice: Undefined variable: test_file in C:\...\poc-3.0.2\include\class.Installer.inc on line 241

Autor: Horseman
« am: 25. Februar 2011, 16:36:07 »

Please Post your Version an the error message.
Autor: Face
« am: 25. Februar 2011, 08:19:09 »

does this program work with newer php version?  all i ever get is errors stating the code is deprecated.

Bequem im Web suchen direkt von hier!

Benutzerdefinierte Suche

Anzeige

www.medionshop.de

Unser Server

www.strato.de -> hier klicken

* Domain Frei?

* Anzeige

Multi Suche


Web
www.phpopenchat.de
www.h-h-c.de

* Networks

Follow Phpopenchat on Twitter
Portal Management Extension PortaMx v0.980-1 | PortaMx © 2008-2010 by PortaMx corp.