11
Mamba
Re: Publisher 1.02 RC-3 available for testing
  • 2015/11/16 15:34

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Can you do me a favor? Can you email me exact info about:

- your PHP version
- your XOOPS version and the configuration (i.e. if you use any other modules)
- Windows or Linux?
- export of Publisher "items" table from the DB, before and after you edit the article

I'll send you PM with my email address.

I want to finish it this weekend, and release it next week...

Thanks!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

12
Dante7237
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/7 15:49

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


I haven't been able to break anything else on the 1.02 RC4 version.
It looks good to go so far.

As you know there are many configuration options that I need to screw around with before saying it's 100%, but I have it on a production site without any reservations.

THANKS!

13
goffy
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/23 15:50

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

I tested current version from github 1.02 RC4

I tried to clone the module and got following error:
Quote:
Atention, we failed creating the new module logo. Please consider modifying images/module_logo.png manually!


but the new folder is empty, maybe the error was not directly caused by creation of logo.

14
goffy
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/23 20:31

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I found it

There are 3 bugs in admin/clone.php:

line 118
Quote:
if ($handle == opendir($path)) {

has to be replaced by
Quote:
if ($handle = opendir($path)) {


line 158
Quote:
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {

has to be replaced by
Quote:
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {


line 177
Quote:
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png'));

has to be replaced by
Quote:
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png'));


I created a pull request on github, I hope it works, it is everytime a challenge for me to work with github

Continuing tests

15
Mamba
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/25 8:56

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks for the testing and the fixes.

I have updated it now to Publisher 1.02 RC5

Please download and test!

If no serious bugs are found, it will graduate to be the 1.02 Final release.

GitHub is a little difficult in the beginning, but after a while, it is pretty easy, as long as things are done in a standard way
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

167 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 167


more...

Donat-O-Meter

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

Latest GitHub Commits