11
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/17 11:44

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I still didn't had the time to check ...
shopping for 3 kids under the Corronavirus blockade stole all my free time
I'll try to test today ...



12
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/12 20:50

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


It seems that all/most issues from Rssc and Weblinks comes from happy_linux



13
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/12 16:56

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hi
Anything new ?



14
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/9 20:31

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


5. when reporting a site as "brokenlink" : ( as a register user: /weblinks/brokenlink.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_broken givencalled in /home/user/website.co.il/modules/weblinks/brokenlink.php on line 164


6. when aproving a site: ( as a register user: /weblinks/admin/link_manage.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_link_save givencalled in /home/user/website.co.il/modules/weblinks/class/weblinks_link_add_handler.php on line 217


Well ... it seems to be fundemental with happy_linux_object_handler .. so I'll stop testing .. there's probably more of those ...



15
tzvook
Weblinks + happy_linux RSSC issues
  • 2020/3/9 19:25

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


A few more bugs

1. when sending a new site to weblinks ( as an unregister user: /weblinks/submit.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_modify_save givencalled in /home/user/website.co.il/modules/weblinks/class/weblinks_link_req_handler.php on line 101


2. when sending a new site to weblinks: ( as a register user: /weblinks/admin/link_manage.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_link_save givencalled in /home/user/website.co.il/modules/weblinks/class/weblinks_link_add_handler.php on line 217


3. when editing an existing site : ( as a register user: /weblinks/admin/link_manage.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_catlink givencalled in /home/user/website.co.il/modules/weblinks/class/weblinks_catlink_handler.php on line 121


4. when rating a site : ( as a register user: /weblinks/ratelink.php )
Error TypeErrorArgument 1 passed to happy_linux_object_handler::insert() must be an instance of XoopsObjectinstance of weblinks_votedata givencalled in /home/user/website.co.il/modules/weblinks/ratelink.php on line 231



16
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/9 12:42

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Configuration:
PHP: 7.2.24
XOOPS: 2.5.10
Weblinks: 2.1 ( your latest)
Rssc: 1.3 ( your latest)
RSSC Headline 1.21
HappyLinux: 1.82 ( your latest)

User scenario:
When enabling the rss/Atom feeds in the Weblinks preferences ( eblinks/admin/config_manage_4.php on top, using the Rssc in the scroll-down box)
The Weblinks module gets errors and stop working - Error: Call to a member function get_feed_count_by_mid() on null
and "Error: Call to a member function get_feed_count_by_mid() on null in file /modules/weblinks/class/weblinks_rssc_view_handler.php line 90" in DEBUG



17
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/9 9:39

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hi M
I updated them all ( lots of work since all are heavily modified and it's a live site
RSSC and WEBLINKS works fine but when I define WEBLINKS to work with RSSC I get Errors (fatal) from weblinks/class/weblinks_rssc_view_handler.php ... it's the RSSC files in weblinks/class/

ErrorCall to a member function get_feed_count_by_mid() on null in file /modules/weblinks/class/weblinks_rssc_view_handler.php line 90


and then (after wrapping it with an IF ...)

ErrorCall to a member function get_link_by_lid() on null in file /modules/weblinks/class/weblinks_rssc_view_handler.php line 69


so I lost it there ...



18
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/8 22:13

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


10x Mamba ... will check as soon as I can
meanwhile I sent you some code for EXTCAL
https://github.com/XoopsModules25x/extcal/pull/20
.... no time to fork ... sorry ...



19
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/7 9:51

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Actually it seemss that it's more of an issue with "Declaration … should be compatible” warnings in PHP 7" so it's a HAPPY LINUX MODULE issue : /modules/happy_linux/class/rss_view_object.php



20
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/7 8:35

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hello
I'm still working with the happy linux modules and lately updated them to the new versions ( 10X mamba) ... but I also work with the rssc module and it's not working with php 7+ ..

The RSSC module is integrated with the Weblinks module, so it's kinda unreplacable for me ...
when I turn on the integration in WEBLINKS I get this in debug :

WarningDeclaration of happy_linux_rss_view_item_single::sanitize(&$paramshould be compatible with happy_linux_rss_view_basic::sanitize() in file /modules/happy_linux/class/rss_view_object.php line 0


I tried to fix the module, but since I was far from Xoops for the last 5 years or so ... It's a bit difficult
I'll be happy if the RSSC module will be updated too ...




TopTop
« 1 (2) 3 4 5 ... 60 »



Login

Who's Online

179 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 179


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