Errors during RocketLauncher Reaction Installation
Posted 15 years 2 months ago
Using Reaction RocketLauncher 1.5.6
Easy Php 5.3.1
Windows 7 64 bits
Possible Errors
1) XML response that was returned from the server is invalid (during sample data installation)
2) Strict Standards: Non-static method JLoader::import() should not be called statically in C:\Program Files (x86)\EasyPHP-5.3.1\www\Joomla_RT_Reaction_j15\libraries\joomla\import.php on line 29 (After installation when you try to open joomla)
Solution
* This version of Easy PHP seems have a bug, I just dont know yet if is with windows 7, joomla, or rocketlauncher template.
1) Uninstall EasyPHP 5.3.1 and Install EasyPhp 5.2.10
2) Change Folder installation to c:\EasyPHP5.2.10 instead of c:\Program Files (x86)\EasyPHP5.2.10.
Re: Errors during RocketLauncher Reaction Installation
Posted 14 years 2 months ago
Hi
I have a similar error -see below, but with a different web server, also below.
I cannot use this solution as the path and version of php are different.
Can you suggest a solution.
best regards
Shane
Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\crystalline\libraries\joomla\import.php on line 29
###### ApacheFriends XAMPP (Basispaket) version 1.7.4 ######
+ Apache 2.2.17
+ MySQL 5.5.8 (Community Server)
+ PHP 5.3.5 (VC6 X86 32bit) + PEAR
+ XAMPP Control Version 2.5 from
www.nat32.com
+ XAMPP Security
+ SQLite 2.8.15
+ OpenSSL 0.9.8o
+ phpMyAdmin 3.3.9
+ ADOdb 5.11
+ Mercury Mail Transport System v4.62
+ FileZilla FTP Server 0.9.37
+ Webalizer 2.01-10
+ Zend Optimizer 3.3.0
+ Perl 5.10.1
+ Mod_perl 2.0.4
+ Tomcat 7.0.3
You are using the latest MySQL version which has replaced TYPE with ENGINE. If you are using Wampserver 2.1 uninstall it and install Wampserver 2.0i instead.
as an alternate also you can edit 2 file
1. installation\sql\mysql\joomla.sql
2. installation\sql\mysql\joomla_backword.sql
Replace
TYPE=MyISAM;
with
ENGINE = MyISAM