2411
Mamba
Re: Xoops uploader
  • 2018/9/22 2:39

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks for submitting your pull request:
https://github.com/XOOPS/XoopsCore25/pull/593
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2412
Mamba
Re: Help with extcal 2.39 Final
  • 2018/9/22 2:35

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks for testing!

Please try the 2.40 Beta 2
https://github.com/mambax7/extcal/releases/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2413
Mamba
Re: Publisher 1.06 FINAL Released (PHP 5.6 - 7.2.8)
  • 2018/9/22 1:50

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
In my test system, Xoops 2.5.9 and php 7.0.10, the mime-tab in the admin generates a fatal error

Change the line 491 in /class/MimetypesUtility.php to this:
require_once dirname(__DIR__) . '/admin/admin_footer.php';


Quote:
Is it normal that both backslashes and forward slashes are used in a path (\class/admin) ??

On Windows it doesn't matter.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2414
Mamba
Re: Publisher 1.06 FINAL Released (PHP 5.6 - 7.2.8)
  • 2018/9/22 1:42

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
In the admin, there appear several warnings. The look like lacking language constants, but I cannot find the place they should be defined

You need to copy the file /language/english/common.php to your local language folder, and translate it
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2415
SMEDrieben
Re: Publisher 1.06 FINAL Released (PHP 5.6 - 7.2.8)
  • 2018/9/21 18:38

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


In the admin, there appear several warnings. The look like lacking language constants, but I cannot find the place they should be defined:

Waarschuwingconstant(): Couldn't find constant CO_PUBLISHER_IMAGEINFO in bestand /modules/publisher/class/Common/ServerStats.php regel 41 
Waarschuwing: constant(): Couldn'
t find constant CO_PUBLISHER_SPHPINI in bestand /modules/publisher/class/Common/ServerStats.php regel 49 
Waarschuwing
constant(): Couldn't find constant CO_PUBLISHER_GDON in bestand /modules/publisher/class/Common/ServerStats.php regel 52 
Waarschuwing: constant(): Couldn'
t find constant CO_PUBLISHER_GDLIBSTATUS in bestand /modules/publisher/class/Common/ServerStats.php regel 53 
Waarschuwing
constant(): Couldn't find constant CO_PUBLISHER_ON in bestand /modules/publisher/class/Common/ServerStats.php regel 66 
Waarschuwing: constant(): Couldn'
t find constant CO_PUBLISHER_SERVERUPLOADSTATUS in bestand /modules/publisher/class/Common/ServerStats.php regel 67 
Waarschuwing
constant(): Couldn't find constant CO_PUBLISHER_MAXUPLOADSIZE in bestand /modules/publisher/class/Common/ServerStats.php regel 69 
Waarschuwing: constant(): Couldn'
t find constant CO_PUBLISHER_MAXPOSTSIZE in bestand /modules/publisher/class/Common/ServerStats.php regel 70 
Waarschuwing
constant(): Couldn't find constant CO_PUBLISHER_MEMORYLIMIT in bestand /modules/publisher/class/Common/ServerStats.php regel 71 
Waarschuwing: constant(): Couldn'
t find constant CO_PUBLISHER_SERVERPATH in bestand /modules/publisher/class/Common/ServerStats.php regel 74 
Waarschuwing
constant(): Couldn't find constant CO_PUBLISHER_UPLOADPATHDSC in bestand /modules/publisher/class/Common/ServerStats.php regel 77


How can I solve ?

SMEDrieben



2416
SMEDrieben
Re: Publisher 1.06 FINAL Released (PHP 5.6 - 7.2.8)
  • 2018/9/21 18:21

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


In my test system, Xoops 2.5.9 and php 7.0.10, the mime-tab in the admin generates a fatal error:

Fatal error: require_once(): Failed opening required 'C:\wamp64\www\httpdocs\modules\publisher\class/admin_footer.php' (include_path='.;C:\php\pear') in C:\wamp64\www\httpdocs\modules\publisher\class\MimetypesUtility.php on line 491

Is it normal that both backslashes and forward slashes are used in a path (\class/admin) ??

SMEDrieben



2417
SMEDrieben
Re: Help with extcal 2.39 Final
  • 2018/9/21 18:15

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Another fatal error on mysite/modules/extcal

Fatal error: Uncaught Error: Class 'XoopsModules\Extcal\Helper' not found in C:\wamp64\www\httpdocs\modules\extcal\index.php on line 5

Error: Class 'XoopsModules\Extcal\Helper' not found in C:\wamp64\www\httpdocs\modules\extcal\index.php on line 5

SMEDrieben



2418
SMEDrieben
Re: Help with extcal 2.39 Final
  • 2018/9/21 18:08

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks ! The bug (fatal error) on the opening page has gone with 2.40 beta ! However...

After installing this version (2.40 beta 1), it crashes fatally as well as soon as I click the Event tab in the admin, both in 5.6.25 and 7.0.10:

In php 5.6.25
Fatal error: Class 'XoopsModules\Extcal\Helper' not found in C:\wamp64\www\httpdocs\modules\extcal\admin\event.php on line 22

In php 7.0.10
Fatal error: Uncaught Error: Class 'XoopsModules\Extcal\Helper' not found in C:\wamp64\www\httpdocs\modules\extcal\admin\event.php on line 22

Error: Class 'XoopsModules\Extcal\Helper' not found in C:\wamp64\www\httpdocs\modules\extcal\admin\event.php on line 22

Thanks for the solution !

SMEDrieben



2419
kakos
Re: Publisher 1.06 FINAL Released (PHP 5.6 - 7.2.8)
  • 2018/9/21 11:37

  • kakos

  • Friend of XOOPS

  • Posts: 77

  • Since: 2002/6/6 2


Hi
First of all thanks for your work!!!

I'd like to know if there is an option (at will) to add an expiration date when someone creating an article.
I 've seen this option in many other modules but not in publisher.

Thanks Kostas



2420
Mamba
Re: Help with extcal 2.39 Final
  • 2018/9/19 20:17

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Can you try this version: 2.40 Beta 1
https://github.com/mambax7/extcal
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 239 240 241 (242) 243 244 245 ... 29422 »



Login

Who's Online

82 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 82


more...

Donat-O-Meter

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

Latest GitHub Commits