1471
zyspec
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/21 17:38

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@heh 26,

I think you should be able to change ./class/time.php line 69 from:
[$count$time_now$time_elapse$time_lap] = $this->get_lap_time();

to:
list($count$time_now$time_elapse$time_lap) = $this->get_lap_time();



1472
heh26
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/21 15:52

  • heh26

  • Just popping in

  • Posts: 15

  • Since: 2020/3/2 1


/public_html/modules/happy_linux/class/time.php on line 69
Call Stack
# Time Memory Function Location
1 0.0006 268328 {main}( ) .../index.php:0
2 0.0009 306984 include_once( '/home/public_html/modules/weblinks/admin/admin_header_min.php' ) .../index.php:49


All modules are in Clasic version



1473
Lupin
Re: About adslight 2.3 RC3
  • 2020/3/21 15:27

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Hi,

it seems nothing changed masel.

Both if I set "NO" in category and in category AND subcategory.

Pino



1474
Mamba
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/21 11:51

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


heh26, first, don't include your domain in your posts! I have replaced it with "xxxx"

Secondly, did you download and install the modules from the "classic" branches? All of them have to be "classic"
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1475
heh26
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/21 9:44

  • heh26

  • Just popping in

  • Posts: 15

  • Since: 2020/3/2 1


Parse error: syntax error, unexpected '=' in /home/heh26/domains/********-xxxx.pl/public_html/modules/happy_linux/class/time.php on line 69
Call Stack
# Time Memory Function Location
1 0.0008 267256 {main}( ) .../index.php:0
2 0.0013 305912 include_once( '/home/heh26/domains/mierzeja-wislana.cal24.pl/public_html/modules/weblinks/admin/admin_header_min.php' ) .../index.php:49


I get this message, what should you change to make the module work normally?



1476
Mamba
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/19 17:48

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thanks for the testing and fixes, I just uploaded them to GitHub in the "classic" branch

The 'Class 'XoopsTree' is deprecated' notification is just an info for the developers, but there are no problems with it - it will work just fine. But in the future we'll need to switch to XoopsObjectTree...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1477
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/19 11:12

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hi Mamba
2 more errors:

in Some of the links extended page (seems the ones that use maps of , but I'm not sure) there were 2 errors

ErrorCall to undefined function split() in file /modules/happy_linux/class/magpie/magpie_parse.php line 183


FIX: /modules/happy_linux/class/magpie/magpie_parse.php line 183
From:
[$ns$el] = split(':'$element2);

To:
[$ns$el] = explode(':'$element2);


That fixed my problems, but probably this error should also taken into account:

Class 'XoopsTree' is deprecatedcheck 'XoopsObjectTree' in tree.php trace: class/xoopstree.php:49
/modules/weblinks/class/weblinks_category_basic_handler.php:98
/modules/happy_linux/include/functions.php:89
/modules/weblinks/include/functions.php:22
/modules/weblinks/class/weblinks_link_count_handler.php:58
/modules/weblinks/class/weblinks_cat_view_handler.php:37
/modules/weblinks/class/weblinks_link_view_handler.php:112
/modules/happy_linux/include/functions.php:89
/modules/weblinks/include/functions.php:22
/modules/weblinks/class/weblinks_singlelink.php:85
/modules/weblinks/class/weblinks_singlelink.php:106
/modules/weblinks/singlelink.php:67



1478
Mamba
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/18 18:38

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


We need more stories like this - it's the best advertisement for XOOPS!
Straight from our happy users!!!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1479
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/18 16:45

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Quote:

Mamba wrote:
Quote:
14,000 link directory with 600 categories and 4000 feeds

Wow! Now I understand why you were so keen on fixing these modules!


I have 2 of those... and this is the smallest
It's working since ~ 2004



1480
Mamba
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/18 16:26

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
14,000 link directory with 600 categories and 4000 feeds

Wow! Now I understand why you were so keen on fixing these modules!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 145 146 147 (148) 149 150 151 ... 29425 »



Login

Who's Online

556 user(s) are online (290 user(s) are browsing Support Forums)


Members: 0


Guests: 556


more...

Donat-O-Meter

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

Latest GitHub Commits