Neueste Beiträge

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

Danke für die Info.


VG
#72
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.

#73
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
#74
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:
#75
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
#76
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 09 Februar 2025, 16:45:34
Activating modules download.

Now i have a line at the top of the header  :gruebel:  :

Argument 1 : Downloads
Visible here for all public.
#77
Installation & Update / Aw: French translation and oth...
Letzter Beitrag von le Chaland - 09 Februar 2025, 16:37:06
Hello  :hi:

Worked on five modules this day. (look at the bottom of the list for details)

As usual, not bigs reworks (not the goal), maybe can be considered as optimizations.

Without wanting to be selfish, I remain convinced that their final integration would be a good thing. In any event I would keep them with future updates.


Translations and small improvements for pragmaMx
All visibles here :
https://www.diamants-de-gould.fr

Search for commented lines in the modified files to find modifications :

///// Start of fix :
// Old code :
/* Commented code for archive */
// New code :
... here the fix ...
///// End of fix.

** 25/01/2025 - From pmx 2.9.2 original files

• Theme pmx_base :
- Updated french translation of admin, removed duplicated and faulty strings which caused a blank page.

• Theme default-pmx_flex_bw :
- Updated french translation of admin, removed duplicated and faulty strings which caused a blank page.

• Module Search :
- Translated in french the help file.
- Small update of the french language file.
- Little interface improvements.
- Updated the link to mysql reference for all help files.

• Module Feedback :
- Displayed strings translations for the last name and first name were the same,
  even with different values.
  * Added a new value to all language files, all translated according language .
  * Change the function file of this module that it contain new value now.
 
** 26/01/2025 - From pmx 2.9.2 original files

• Main french language file :
- Corrected the translation on line 343

• Module News
- Optomized the look of admin menu to the vkp_news_options block
  that it is less compacted and more readable
- Corrected a translation and translated another one untranslated
- Small tweak in the Content Categories view page (added a breakline in the first title)
- print.php -> Disable unnecessary - hugly blank lines between hometext and bodytext
  that are automatically added

• Module Content
- printcontpage.php -> Disable unnecessary - hugly blank lines between header text and middle text
  that are automatically added

** 02/02/2025 - From pmx 2.9.2 original files

• Module Search
- Update of the search engines links for search more
- Added Qwant search engine, the European web search engine.
  And he is french - Cocorico :)
 
  ** 09/02/2025 - From pmx 2.9.2 original files
• Module Web Links
- Cosmetic. List of categories take the whole page with empty space in portrait mode on mobile device.
  -> Doesn't happen with all themes. Fixed.
  ( changed a div tag to a span tag )
 
 • Module Downloads
 - Cosmetic. Same problem as Web Links, same solution.
 - Cosmetic. Header menu was on two lines if longs strings depending of language
    Fixed with code from header menu from weblinks
    The occasion to unify the design.
 
 • Module Top
 - Cosmetic. Same problem as Web Links, same solution.
 
 • Module Search
 - Cosmetic. Removed unnecessary spaces between NO RESULTS NOTIFICATION & SEARCH MORE PART
    on the results page.
   
 • Module newsletter
 - Language. Correction of the french translation for unsubscribing succesfull message confirmation.
 

Download archive here.
Modifications can be visibles on my own website.

#78
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 07 Februar 2025, 20:11:37
Work fine.  :thumbup:
#79
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von Olaf / TerraProject - 07 Februar 2025, 09:41:54
thanks, the right name of this function is intval(), not int(). if you change int(...) to intval(...), then it is correct.
I changed it for the next version
#80
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 05 Februar 2025, 23:51:46
So i commented the line 1240 to desactivate it.

Now the site is opened correctly.

Dont't know if this a good fix, but it work.