121
redheadedrod
Re: XOOPS 2.6.0 Alpha 2 released for Testing

John, I PMed you. If you get a chance please email me.

While you don't HAVE to OOP your modules xoops is moving to a model you really will benefit from doing so.


Rodney
Attending College working towards Bachelors in Software Engineering and Network Security.

122
nobat
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/3/31 8:19

  • nobat

  • Just popping in

  • Posts: 6

  • Since: 2014/2/28


I have installed 2.6 alpha 2 with no problems, I am happy to see that Xoops is catching up with other popular cms's like WordPress now. But I am confused why some of the core components such as image manager pdf maintenance etc are made extensions. wouldn't that be confusing for members installing extensions and modules separately?

123
redheadedrod
Re: XOOPS 2.6.0 Alpha 2 released for Testing

In short this difference will go away hopefully by the time 2.6 becomes beta. They will likely be called core modules instead of extensions but work is ongoing.

Alpha 2 is old news at this point and you want to download the in progress work on github. Not sure when alpha 3 will be officially released but it is in current development and major upgrades being made almost daily.

When finished not only will it be updated to meet the newer CMS's but should surpass them.

Rodney
Attending College working towards Bachelors in Software Engineering and Network Security.

124
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 3:25

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I tried to install and gave the error and saw the missing folder /xoops_lib/vendor, copied from the previous version and managed to install all normal, but at the time it was on the site this error happens:

Fatal error: Class 'Userconfigs' not found in /opt/lampp/htdocs/x260a3-2/modules/userconfigs/class/plugin/system.php on line 30

I noticed that the class exists at: /modules/userconfigs/class/helper.php


My question is: I could have copied the folder from a2 to a3 version?
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8

125
Mamba
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 4:06

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
My question is: I could have copied the folder from a2 to a3 version?

No, there have been to many changes, as it is usual in an "Alpha" development.

Please make a fresh installation of the GitHub files,

a) fork the XOOPS 2.6.0 from GitHub
b) install Composer and run "composer install" from within the /xoops_lib directory
c) go to your browser and start your XOOPS installation as usual

If you follow the steps as shown in this video, it should be no problem...

Sometimes the code might be broken, so just to make sure that everything is OK, I just downloaded the current files from GitHub and installed XOOPS 2.6.0 without any problems on my WAMP Server.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

126
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 6:33

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Ok, I understand, that would have installed this version composer, x260a3.

My doubt is not going to have trouble with the installation already taken the composer of x260a2 version?
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8

127
Mamba
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 7:39

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
My doubt is not going to have trouble with the installation already taken the composer of x260a2 version?

If you use the new JSON file from A3, then it won't be any problem. The beauty of Composer is that it will check all the dependencies and will download the right files for you. If there are older files, it will delete them and then download the new version.

Also, if the new version has some new dependencies, Composer will check on this and will download them too.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

128
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 7:49

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


X260a2 previous version works, but this is in error in JSON. : (

I'll see tomorrow or today

Thanks for the help.
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8

129
Mamba
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 8:18

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


You need to use the "composer.json" from A3.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

130
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/3 6:22

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I tried to do the way I did in version x260a2 and gave this error

Quote:
edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$ composer install
PHP Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147

Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147
edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$


Maybe the error is in the line below that and did not know how to do, it could help me.
You need to use the "composer.json" from A3.


Ubuntu 13:10 | PHP Version 5.4.7 | Apache/2.4.3 | MySQL 5.5.27
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8

Login

Who's Online

159 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 159


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