32
Hi Mamba
Maybe it is not so easy as you mean (for "normal users").
I have done all you have done in the video, folder /xoops_lib/vendor was here after installing.
I started to install xoops 2.6.0 and I got in step 3:
Quote:
Warning: include(C:/homepages/xampp/htdocs/xoops260/htdocs/xoops_lib/vendor/autoload.php): failed to open stream: No such file or directory in C:\homepages\xampp\htdocs\xoops260\htdocs\class\xoopsload.php on line 551
So I started to search.
I restarted command window and typed again composer install, than I look exactly, what there was printed out
Quote:
[RuntimeException] You must enable the openssl extension to download files via https
Open google, searching for "enable openssl xampp" I found the solution.
In the php.ini I had to change ";extension=php_openssl.dll" into "extension=php_openssl.dll" (removing the ;).
I restarted command window and typed again composer install.
Now all files were downloaded and created.
Now installing xoops 2.6.0 worked fine.
Maybe another person has the same problems and know now, how to solve.
My configuration
[code]
ApacheFriends XAMPP Version 1.8.1
+ Apache 2.4.3
+ MySQL 5.5.27 (Community Server)
+ PHP 5.4.7 (VC9 X86 32bit thread safe) + PEAR
+ phpMyAdmin 3.5.2.2
+ OpenSSL 1.0.1c
+ ADOdb 5.17
+ XAMPP Control Panel Version 3.1.0 von hackattack142 (Ein großes Danke Schön!)
Vgl.:
http://www.apachefriends.org/f/viewtopic.php?f=16&t=46743 + XAMPP Security
....