Hello there, I was wondering if anyone could help me with this problem? I cam currently getting the following errors on the populating of the database tables…
Any information that might help clarify whats happening would be great…
[edit] Probably should mention that I am running freeBSD 5.4, apache 1.3, php 4.4.0 GD2 PEAR as required…[/edit]
MySource Warning
Error text not found for this code and locale [SYS0209]
array (
0 => 'public_user',
)
PHP Notice
Only variable references should be returned by reference
MySource Warning
Error text not found for this code and locale [SYS0267]
array (
0 => 'System Config',
)
Installing package_manager_core:
0 => bridge
Fatal error: Call to undefined function: copy_file() in /web/mysource/core/include/asset_management.inc on line 189
You can't use the Web-based Installer to install MySource Matrix v3.6. You must use the CLI-based install, describe elsewhere in the installation forum.
[quote]You can’t use the Web-based Installer to install MySource Matrix v3.6. You must use the CLI-based install, describe elsewhere in the installation forum.
[right][post=“7228”]<{POST_SNAPBACK}>[/post][/right][/quote]
Ahhhhhh okthen off to compile php as the cli aswell then LOL
Also, Matrix will not run properly on PHP 4.4 as of yet - this is the cause of the PHP notice in the middle ("Only variable references should be returned by reference").
We are in the process of making MySource Matrix work with PHP 4.4 (within the next release or two, as I understand it), but the currently versions only work correctly on PHP 4.3.2 through 4.3.11.
[quote]Also, Matrix will not run properly on PHP 4.4 as of yet - this is the cause of the PHP notice in the middle (“Only variable references should be returned by reference”).
We are in the process of making MySource Matrix work with PHP 4.4 (within the next release or two, as I understand it), but the currently versions only work correctly on PHP 4.3.2 through 4.3.11.
[right][post=“7233”]<{POST_SNAPBACK}>[/post][/right][/quote]
ok thanks, so I guess I will need to completely remove php4.4 and install if I can find it, 4.3… will see if that gets around my issues, just tried running from command line
and got
php install/step_02.php
PHP Fatal error: You need to supply the path to the System Root as the first argument
in /web/mysource/install/step_02.php on line 55
php version
PHP 4.4.0 (cli) (built: Oct 18 2005 15:29:35)
Copyright © 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies
Anyone know if the best way to actually remove the PHP compiled from source?? so I can install the previous version?
Run it like this:
# php install/step_02.php /path/to/matrix
[quote]Run it like this:
# php install/step_02.php /path/to/matrix
[right][post=“7236”]<{POST_SNAPBACK}>[/post][/right][/quote]
No i fugured that out… what is the default admin user account… does not appear to be working…
The default login is:
Username: root
Password: root
Obviously you should change that. 