Neueste Beiträge

#21
Installation & Update / Aw: French translation and oth...
Letzter Beitrag von le Chaland - 14 Februar 2025, 23:02:41
  ** 14/02/2025
  • Module Your_Account
  - Correction of two french translation strings :
  -> Button to delete avatar : changed from "supprimée" to "supprimer"
  -> "Image personnalisé" -> "Image personnalisée"

As usual, inclued in the zip file.
#22
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von Olaf / TerraProject - 14 Februar 2025, 10:23:15
We are aware that the feedback module needs to be revised. The mail system also needs to be worked on. We have already chosen the PHP mailer. But the implementation is not so easy. We have to change a lot of code. But we are working on it  :yltype:
#23
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 13 Februar 2025, 12:40:43
Installed these two scripts :

http://dev.webnaute.net/wanewsletter/telecharger
https://www.kontaktformular.com

[ Both are just ... interresting and worth to take a look ]

For information, kontactformular is just an interface and use this php library :
https://github.com/PHPMailer/PHPMailer

These two ones works perfectly with php mail() and smtp with ssl protocol on port 465 ...

My web hoster just confirmed to me that the port 25 and unsecure connections are closed and forbiden on the web server.

I definitivly think that my problems are causing by pragmamx wich needs several updates for this function on obsoletes parts.

I know that it can do a big job and i am not able to help in it. But if you need a tester, i may can.

Sincerly
#24
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 12 Februar 2025, 20:56:58
Hello.

So i tested with another standalone contact script used before installing pragmamx, here.

With this settings :

Webhost
User
Pass
Protocol : SSL (webhoster only support ssl or tls)
Port : 465

And all is fine, as you can test if you want.

Now, go to the admin of pragmamx :

Smtp with login
Webhost
User
Pass
Port 465 (the only allowed with ssl)

Saving the settings, refreshing page, ok, it is recorded.
So going to contact form and write a message.

After sending, the site is frozen a few seconds and, i got this :


Eleveur Diamants de Gould

Une erreur est survenue dans le script de cette page.

pragmaMx error:
could not connect to the host "smtp-zose.yulpa.io": Connection timed out
-----------------------------------------
Resolving SMTP server domain "smtp-zose.yulpa.io"...
Connecting to host address "185.217.155.58" port 25...
PHP Run-time warning:
fsockopen(): Unable to connect to 185.217.155.58:25 (Connection timed out)
in includes/mailclasses/smtp.php on line 613
-----------------------------------------

in includes/mx_api.php on line 1462




Unable to connect. Okay, but take attention to the error message, it is said from port 25, not 465 as entered and saved in the admin panel.

@olaf, what do you think about this please ?
#25
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 11 Februar 2025, 23:19:46
Hello  :hi: .

Still emails problems i face.
I really need then working.

function mail tests :

** with php mail :

• Module contact :
  - Used by a visitor (no account registered), send to a service and copy to sender : working
  - Used by the admin logged, send to any service failed, while copy to sender working.
  -> same emails for sender/receiver and differents emails tested.
 
  • Module newsletter
  - Email confirmation for the subscription for a visitor or the admin : failed
    ->  debug mode : zero notification, zero log on screen
  - Using the admin panel, sending list of active subscribers, working.
 
  • Module recommend us
  - Used by admin : failed
  -> debug mode : log on screen, no warnings or errors
  - Used by a visitor : failed
  -> debug mode hidden for visitors
 
  • Module Web Links
  - Report a dead link to admin by a visitor : working
 
  • Modules downloads :
  - Report a dead link used by a visitor to admin : failed
  -> debug mode hidden for visitors, no report ability for the admin.
 
** with smtp login :

-> tested on ports standards 25, 465, 587 on webmails who only support ssl and startls protocols with differents providers (yahoo, gmail, microsoft, la poste, gmx, own web hosted ...)
-> All failed

Question : Does mx support secure protocols as ssl or startl as many providers block unsecure connection ?

Noob question : what means "SMTP-After-POP Hostname" and what i am supossed to enter here : the pop hostname ?

Thank you  :red:
#26
Installation & Update / Aw: Datenbank
Letzter Beitrag von Sven4972 - 11 Februar 2025, 11:15:20
Hallo,

Danke für die Info.


VG
#27
Installation & Update / Aw: Datenbank
Letzter Beitrag von Olaf / TerraProject - 10 Februar 2025, 17:57:24
aus der alten Datenbank kann man die Usertabellen übernehmen. Wenn z.Bsp. die neue HP in der gleichen Datenbank, wie die alte angelegt wird, kann man für die Usertabellen die alten Präixe weiter verwenden. Diese muss man bei der Installation angeben. Somit könnte man auch mehrere Webseiten mit den gleichen Usertabellen nutzen. Das wäre auch für den Umstieg möglich. Ausserdem kann man natürlich die Usertabellen in eine neue Datenbank kopieren und dann die präfixe in der neuen Datenbank verwenden.
Wenn du deine aktuelle Webseite updaten willst, dann bitte auch daran denken, daß alle zusatzmodule, zusatzblöcke etc. auch upgedatet werden. Gleiches betrifft das Theme. Auch ist ab pragmaMx 2.8.ff PHP 7 absolutes Muss.

#28
Installation & Update / Datenbank
Letzter Beitrag von Sven4972 - 10 Februar 2025, 11:13:28
Hallo,

ich beabsichtige bald eine neue HP mit pragmaMx zu erstellen.
Meine jetzige Version ist die 2.3.0.243, also uralt.

Ist es möglich die wichtigen Datenbankeinträge, wie die User-Daten, in die Neuinstallation zu übernehmen
Oder muss man dort zu viel Handarbeit machen?


VG Sven
#29
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 09 Februar 2025, 20:15:16
Quick answer, quickly fixed.

Danke !!  :thumbup:
#30
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von Olaf / TerraProject - 09 Februar 2025, 18:30:34
in modules/Downloads/index.php - Line 41
mxDebugFuncVars($module_name);change in
//mxDebugFuncVars($module_name);or delete line 41