1
aquaportail
Re: XOOPS 2.5.12 Beta-8 available for Testing

Hello,
good job!

I always use an old version of Xoops (2.0.16...) on my site aquaportail.com but sometimes, I use the most recent versions of Xoops to hack "my" code for a better compatibilty with recent versions of PHP.

There's a real problem with PHP 8.4 in kernel/common.php with implications in kernel/functions.php. Fonctions to open, read, etc., a session are not compatible with 8.4 for session_set_save_handler with xoops_gethandler. "$sess_handler = xoops_gethandler('session');
session_set_save_handler..."

Just my two pences...

Jef



2
aquaportail
Re: PHP 7.2 RELEASED

It could be a good thing to uniformize file XoopsFormRendererLegacy.php (class) with simple quote and double quote for return...

Sometimes, it's (for example):
return "

and some others are:
return '


The best way is probably:
return '

as HTML principaly uses double quote.



3
aquaportail
Re: PHP 7.2 RELEASED

I send you PM... (2 errors in admin of newBB5).

I've integrated a counter of characters and words for HTML area: it could be usefull.

<div id='compteurmessage' style='color:red'>0 word 0 characterdiv

<
script>function Compter(id){
var 
txt=document.getElementById(id).value;var chaine=document.getElementById(id).value
var 
nombreCaractere=txt.replace(/[/?w+]/g,'').length;
var array = 
chaine.split(/bw+b/);
var 
nombreMots=array.length-1;
var 
msg222=' '+nombreMots+' words | '+nombreCaractere' chars.';
document.getElementById('compteur'+id).innerHTMLmsg222; }script>

<
textarea id="message" name="message" onkeyup="Compter('message');" spellcheck="true" rows="12" cols="70">textarea>



4
aquaportail
Re: PHP 7.2 RELEASED

Everything is good! Thank's a lot. It's great.

Notice my site is around 850 000 unique visitors per month, so I must disable some functionnalities (vote, stats, comments, online!!! ...) to get some ... speed.

The first thing I'll modify is the USERS table (old columns totaly obsolete are erased and the counter of messages is transfered in a new table for performances' reasons).



5
aquaportail
Re: PHP 7.2 RELEASED

HI,
i've installed newbb 5 but it's actually impossible to create a new post and impossible to read a post.

I send you one PM to give you total access to testing online.

Here is the screen when I try to create a new subject.

Resized Image



6
aquaportail
Re: PHP 7.2 RELEASED




7
aquaportail
Re: PHP 7.2 RELEASED

Hi,
I'm testing Xoops 2.5.9 with .10 upgrade on php 7.3.0 and I get some errors for compatibility.

The principal error is the deprecated function "create_function" in Smarty Compiler Class (file /class/smarty/Smarty_Compiler.class.php on line 265 -with preg_replace_callback- see http://php.net/manual/en/function.create-function.php ).
Is any patch code available to correct this?

Another incompatibility occurs in the same file on line 559 with the "each" function wich is also deprecated (in "list(, $block) = each($this->_folded_blocks);").

---
Another problem exists in NewBB 4.33: Notification: XoopsObjectTree::$_tree is deprecated, accessed from /modules/newbb/class/tree.php line 72 (and 64, 73), in file /class/tree.php ligne 307

Is it possible to fix it?

Thank's Mamba.

---
Notice: I'm going to change my old Xoops 2.0.1x to 2.5.10 (to upgrade PHP et SQL versions) on aquaportail.com (french site).



8
aquaportail
Re: Xpayment 1.21

It's really a good work, fine.

Thx



9
aquaportail
Re: PDF and PRINT buttons - do you use it?

Hi,

I've used them but I finally suppress both print and pdf.

PDF was cancelled because it takes to much ressources from server : when the website gets little popularity, PDF takes too much time to process.

There was a few month, I suppress every print functions : it makes DC (duplicate content) and Google seems to index better the print page rather than the full page... It's a problem to get some smart positions in SERP; and finally, you don't "catch" the visitor to your site : he goes away after viewing the print page... It's not good enough.

That's my opinion, and just mine.



10
aquaportail
Re: PHP 5.3.4 Released!

Hi,
I've some new tests to go, but it seems this php 5.3 version crashes the admin on old Xoops 2.0.1x...




TopTop
(1) 2 »



Login

Who's Online

207 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits