1
bosco
Installation problem XOOPS 2.6.0
  • 2014/7/2 0:00

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

trying to install Xoops 2.6, but got some errors :

Warning: include(/home/sites/baudautoracing.com/xoops_lib/vendor/autoload.php): failed to open streamNo such file or directory in /home/sites/baudautoracing.com/class/xoopsload.php on line 558

Warning
: include(): Failed opening '/home/sites/baudautoracing.com/xoops_lib/vendor/autoload.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear'in /home/sites/baudautoracing.com/class/xoopsload.php on line 558


since first page (xoops_lib/vendor/ don't exists).

Fatal error: Class 'DoctrineDBALConfiguration' not found in /home/sites/baudautoracing.com/install/include/functions.php on line 509


Have it after entering db credentials.

Quote:

Requirements
Server API apache2handler
Apache/2.2.22 (Debian)
PHP version 5.4.4-14+deb7u7
Composer Composer required.http://getcomposer.org/
PDO extension PDO::getAvailableDrivers() = mysql, pgsql
Session extension Success
PCRE extension Success
OpenSSL extension Success
JSON extension Success
file_uploads ON

2
Mamba
Re: Installation problem
  • 2014/7/2 4:37

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


It seems like you didn't run the Composer first, before the installation, as it was indicated here:
https://github.com/XOOPS/XoopsCore

Quote:
Pull your fork to your development environment.

To install this version you will need Composer. You can get it here:http://getcomposer.org/

From the htdocs/xoops_lib folder run:

composer install

if you are installing for the first time.

Otherwise run:

composer update

This should download some required libraries that XOOPS depends on.

Now you can proceed with a standard XOOPS install.

You can see the whole Installation in under 4:40 min in this video:

https://www.youtube.com/watch?v=xM8xzbGcdgA

Good luck! Let us know if it worked...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
bosco
Re: Installation problem
  • 2014/7/3 23:44

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


THanks Mamba ! I'll fix an issue on my serv and retry :)

Also, i think composer wil make xoops 2.6 useless : on mutualised hosting, you haven't access to ssh, so you can't install composer... (and even, "exec" is often locked...).

4
Mamba
Re: Installation problem
  • 2014/7/4 6:57

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Also, i think composer wil make xoops 2.6 useless : on mutualised hosting, you haven't access to ssh, so you can't install composer... (and even, "exec" is often locked...).

Don't worry about it - Composer is becoming a standard and I am sure, it will be part of every PHP installation on every server soon....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

5
bosco
Re: Installation problem
  • 2014/7/4 18:41

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Ok, composer installed, and here is another problem, after step 10 :

Quote:

XOOPS data found in database.
Press next to go to the next step.


So, clic next (step 11) and... :

Quote:

Init Error


I use mysqli connector.

6
bosco
Re: Installation problem
  • 2014/7/4 18:45

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Ok find : composer.json must be chmod 777 to permit www-data to write in it.

It may be usefull to write it in install readme :)

7
bosco
Re: Installation problem
  • 2014/7/4 18:47

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Have another problem on step 12, theme selection :

Quote:

Fatal error: Can't use method return value in write context in /home/sites/baudautoracing.com/class/xoopsform/formlabel.php on line 53

when clicking next... (install/page_theme.php)

8
silsalmac
Re: Installation problem
  • 2014/7/5 11:41

  • silsalmac

  • Just popping in

  • Posts: 1

  • Since: 2014/7/5 1


Quote:
Fatal error: Can't use method return value in write context in
/home/sites/baudautoracing.com/class/xoopsform/formlabel.php on line 53

Hi!

I've had the same problem and just solved it as follows:

I've changed that line 53 in [...]class/xoopsform/formlabel.php from:

$id = empty($this->getName()) ? '' : ' id="' . $this->getName() . '"';

To:

$id =(trim($this->getName())==false) ? '' : ' id="' . $this->getName() . '"';

Hope it helps!

9
bosco
Re: Installation problem
  • 2014/7/5 14:13

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

thank, it works !

If anyone know, i think there a problem :http://www.baudautoracing.com/

theme not displayed, take avec 5/6 seconds to clic a link...

10
Mamba
Re: Installation problem XOOPS 2.6.0
  • 2014/7/5 23:12

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
If anyone know, i think there a problem :http://www.baudautoracing.com/
theme not displayed, take avec 5/6 seconds to clic a link...

Yes, there is definitely a problem there, but I couldn't say what, because I don't know the whole installation.
It seems like it is not pulling any of the CSS files.

Please note: XOOPS 2.6.0 is still in development, not even in Beta, therefore it is ONLY for testing, and NOT for a production site.

I just want to make sure that you're aware of it and of the risks involved

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

Login

Who's Online

221 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 221


more...

Donat-O-Meter

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

Latest GitHub Commits