431
cadch
Re: If undefined function escapeshellcmd()
  • 2022/6/12 8:18

  • cadch

  • Just popping in

  • Posts: 48

  • Since: 2007/12/17


SMTP is ok~



432
Mamba
Re: If undefined function escapeshellcmd()
  • 2022/6/11 23:50

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thanks for sharing!

Did you try to use SMTP in the Preferences without your code addition? If not, could you test it?

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



433
cadch
If undefined function escapeshellcmd()
  • 2022/6/11 9:46

  • cadch

  • Just popping in

  • Posts: 48

  • Since: 2007/12/17


If your server use cPanel and PHP8,Someone disable_functions setting escapeshellarg and escapeshellcmd
Look the url
https://forums.cpanel.net/threads/php-disable-functions.483161/
The XOOPS 2.5.11-Beta2 phpmailer have a message
Error: Call to undefined function escapeshellcmd()
or
Error: Call to undefined function escapeshellcmd() in file /class/mail/phpmailer/class.phpmailer.php line 1447
How to fix it
/class/mail/phpmailer/class.phpmailer.php
find function isShellSafe
line 1445
Add
if (!function_exists('escapeshellarg') || !function_exists('escapeshellcmd')) {
            return 
false;
        }



434
Mamba
Re: ¿Bug in Profile?
  • 2022/6/10 22:46

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


What version of XOOPS 2.5.11 did you use? The Beta 1 from Releases, or directly the latest code from: https://github.com/XOOPS/XoopsCore25

Also, was it during installation? Was there debug info about the code line where it happened?

What PHP version do you use?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



435
cronywell
¿Bug in Profile?
  • 2022/6/9 20:28

  • cronywell

  • Just popping in

  • Posts: 5

  • Since: 2022/4/29


Install xoops_master 2.5.11 and I have this error: "Error: Call to a member function getVar() on null" When I want to enter the profile.



436
heyula
Re: Doc modulebuilder
  • 2022/6/4 8:34

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Field: Is parent => ???
Admin: In Files => field will be added to admin files
Admin: Visible in list => field will be visible in admin list
Admin: Visible in form => field will be visible in admin form
User: In Files => field will be added to user files
User index: in header => field will be visible in header of index file
User index: in body => field will be visible in body of index file
User index: in footer => field will be visible in footer of index file
User file: in header => field will be visible in header of table file
User file: in body => field will be visible in body of table file
User file: in footer => field will be visible in footer of table file
Block: In Files => field will be visible in blocks
Search: Index => field will be used in search function
Field: Required => field will be an obligatory field
Table: Main Field => field will be the main field of this table (only one field can be main field)

Recommendations:
You shouldn't add a field in header and/or body and/or footer in the same time
If you select "User: In Files" you should display the field minimum one time in index or table file



437
Mamba
Re: Doc modulebuilder
  • 2022/6/4 5:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


See if this tutorial can help:

https://xoops.gitbook.io/modulebuilder-tutorial/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



438
jjdai
Doc modulebuilder
  • 2022/6/3 17:41

  • jjdai

  • Just popping in

  • Posts: 22

  • Since: 2006/6/17


Bonjour,

dans modulebuilder Y-a-t-il une petite documentation sur les options des champs dans les tables car je ne saisi pas toute les subtilités

In modulebuilder Is there a small documentation on the options of the fields in the tables because I do not understand all the subtleties

Field: Is parent Ok
Admin: In Files ?
Admin: Visible in list Ok
Admin: Visible in form Ok
User: In Files ?
User index: in header ?
User index: in body ?
User index: in footer ?
User file: in header ?
User file: in body ?
User file: in footer ?
Block: In Files ?
Search: Index Ok
Field: Required Ok
Table: Main Field ?

Thanks for this module



439
nerdypant
Re: ajax load mainfile.php returns 404
  • 2022/5/31 23:36

  • nerdypant

  • Just popping in

  • Posts: 2

  • Since: 2022/5/31


thank you for the reply. I did have two customer modules that I added that had index.php in the preload folder. I replaced those with index.html and the 404 went away.

Thank you VERY MUCH! I never would have caught that!



440
goffy
Re: ajax load mainfile.php returns 404
  • 2022/5/31 22:25

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi
maybe you have a problem with one of the "preload" folders in one of your modules. new modules are using index.php instead of index.html and XOOPS.2.5.10 is not covering this problem.

please install XOOPS.2.5.11

if problem is still existing please let us know which modules you have installed




TopTop
« 1 ... 41 42 43 (44) 45 46 47 ... 29425 »



Login

Who's Online

246 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 246


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