6571
culex
Re: Migrate from Xoops 1.3.10
  • 2014/8/31 15:21

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Take a look at this link, if I'm unserstanding you correctly you need to convert an intire database setup and existing tables from lation to utf8.

how-to-convert-an-entire-mysql-database-characterset-and-collation-to-utf-8




6572
culex
Re: Looking for a Instant messenger module
  • 2014/8/31 15:17

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


This could be what you're looking for.

Display users online and instantly using jquery and ajax chat one-on-one

Xoops Instant messenger



6573
danielreple
Re: Looking for a Instant messenger module

Thanks Bleekk!

Do you know how it works? when a user sends a message, using jquery, the other being online gets the message anywhere in the site? Or both must be in a specific area?



6574
AngeloRocha
eXtgallery 1.9 and 1.12 problem in XOOPS 2.5.7

I have a problem in extgallery module, when i set the permissions the error is displayed when saving:

Quote:
( ! ) Warning: include_once(C:\wamp\www\x257\modules\system\admin../../../include/cp_header.php): failed to open stream: No such file or directory in C:\wamp\www\x257\modules\system\admin\groupperm.php on line 4 Call Stack # Time Memory Function Location 1 0.0009 293656 {main}( ) ..\groupperm.php:0 ( ! ) Warning: include_once(): Failed opening 'C:\wamp\www\x257\modules\system\admin../../../include/cp_header.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\x257\modules\system\admin\groupperm.php on line 4 Call Stack # Time Memory Function Location 1 0.0009 293656 {main}( ) ..\groupperm.php:0 ( ! ) Notice: Undefined variable: xoopsUser in C:\wamp\www\x257\modules\system\admin\groupperm.php on line 8 Call Stack # Time Memory Function Location 1 0.0009 293656 {main}( ) ..\groupperm.php:0 ( ! ) Fatal error: Call to undefined function redirect_header() in C:\wamp\www\x257\modules\system\admin\groupperm.php on line 9 Call Stack # Time Memory Function Location 1 0.0009 293656 {main}( ) ..\groupperm.php:0


XOOPS 2.5.7
PHP 5.5.12



6575
Bleekk
Re: Looking for a Instant messenger module
  • 2014/8/30 9:03

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


Google for a jquery facebook chat script



6576
danielreple
Looking for a Instant messenger module

Hello guys,

anyone know if there any chat module that works on newer xoops (2.5.6)? Or we can only use chat applications? We managed to install FlashChat (http://www.tufat.com/script2.htm), but it's not exactly what I want. I wanted some like the Facebook's Instant messenger, to members have private chats.

Thanks



6577
danielreple
Re: xforum 4.13

Roughly two months, finally the database was converted and upgraded xoops! A friend helped me with this.

Mamba Thanks for the guidance!



6578
bosco
Re: Migrate from Xoops 1.3.10
  • 2014/8/29 16:04

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


I'm wanting to upgrade forum-pc.net.

I've realized the upgrade, but my blank fields where not a php or xoops issue : it's a data encoding issue ! (tables are in latin1 and need to be converted to utf8).



6579
brutalicuss
Re: News module keywords do not appear in utf8

OK man, i found a way to fix that, but i dont recommend to use auto keys in future

replace this line:
$content=strtolower($content);

in your news/include/functions.php

with this:
$content=mb_strtolower($content);


this will work :)



6580
Mamba
PHP 5.6.0 released
  • 2014/8/28 10:55

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


See: http://php.net/index.php#id2014-08-28-1

The PHP Development Team announces the immediate availability of PHP 5.6.0. This new version release comes with new features, some backward incompatible changes and many improvements.

The main features of PHP 5.6.0 include:

Constant scalar expressionss.
Variadic functions, and argument unpacking syntax
Exponentiation operator.
Function and constants imports with the use keyword.
phpdbg as an interactive integrated debugger SAPI.
php://input attribute changes as well as POST data parsing mechanism.
GMP objects now support operator overloading.
Files larger than 2 gigabytes in size are now accepted.
For a full list of new features, you may read our migration guide new features chapter.

PHP 5.6.0 also introduces changes that affect compatibility:

Array keys won't be overwritten when defining an array as a property of a class via an array literal.
json_decode() is more strict in JSON syntax parsing.
Stream wrappers now verify peer certificates and host names by default when using SSL/TLS.
GMP resources are now objects.
Mcrypt functions now require valid keys and IVs.
For users upgrading from PHP 5.5, a full migration guide is available, detailing the changes between 5.5 and 5.6.0.

For source downloads of PHP 5.6.0, please visit our downloads page. Windows binaries can be found on windows.php.net/download/. The full list of changes is available in the ChangeLog.

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 655 656 657 (658) 659 660 661 ... 29425 »



Login

Who's Online

281 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 281


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits