https://bugs.koozali.org/show_bug.cgi?id=12120

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |UNCONFIRMED
                 CC|                            |[email protected]
     Ever confirmed|1                           |0

--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
first

AllowUrlfOpen is deprecated
it is now  AllowUrlFopen

smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch

takes care of that

however those wiki pages need updating
https://wiki.koozali.org/PHP
https://wiki.koozali.org/DB_Variables_Configuration

and this page is deprecated
https://wiki.koozali.org/PHP_Software_Collections


###########################
second we do not use php.ini with fpm, but php-fpm.d/ibays.conf



##################################
third
(In reply to Greg Zartman from comment #0)
> smeserver-webhosting-0.0.9-11.el7.sme.noarch currently installed.  

# rpm -qf /usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm
smeserver-webhosting-0.0.9-15.el7.sme.noarch

[[email protected]:~]# grep AllowUrlfOpen -ir
/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 
        AllowUrlFopen     => 'disabled',
        AllowUrlFopen     => {%binary},
            $q->param(-name=>'allowUrlFopen',-value=>
                (get_current_value($self,'AllowUrlFopen'))); 
                AllowUrlFopen   => 'allowUrlFopen', 

# rpm -q --changelog smeserver-webhosting |head -n 20
* dim. déc. 19 2021 Brian Read <[email protected]> 0.0.9-15.sme
- Add extra class attribute to SM2 panel html [SME: 11811]

* jeu. déc. 02 2021 Michel Begye <[email protected]> 0.0.9-14.sme
- Fix MaxExecutionTime not saved [SME: 11786]
- Integrate webhosting with smeserver-manager (manager2) [SME: 11787]

* ven. sept. 24 2021 John Crisp <[email protected]> 0.0.9-13.sme
- Fix capitalisation errors in furlopen [SME: 11697]
- Bump required e-smith release version
- Buno required smeserver-php version

* mer. août 25 2021 Terry Fage <[email protected]> 0.0.9-12.sme
- apply locale 2021-08-25 patch



time to update 


suggest closing duplicate 11697

but I see a way to imptove with this bug, we could add another migrate line
to /etc/e-smith/db/accounts/migrate/20ibay-php:

                    PHPAllowUrlfOpen     => "AllowUrlFopen",
+                   AllowUrlfOpen     => "AllowUrlFopen",

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to