Joomla/Joodb/XAMPP1.8.2/thumb drive

More
10 years 4 months ago #2638 by calder35
Joomla/Joodb/XAMPP1.8.2/thumb drive was created by calder35
Trying to run a test using J2.5.4 on a thumb drive. Seem to have it working, but Joodb reports an endless stream of:

Strict Standards: Non-static method JoodbHelper::replaceField() should not be called statically, assuming $this from incompatible context in G:\xampp\htdocs\xxx\components\com_joodb\helpers\joodb.php on line 45

Strict Standards: Only variables should be assigned by reference in G:\xampp\htdocs\xxx\components\com_joodb\helpers\joodb.php on line 88

Strict Standards: Non-static method JoodbHelper::getOutputState() should not be called statically, assuming $this from incompatible context in G:\xampp\htdocs\xxx\components\com_joodb\helpers\joodb.php on line 71


The thumb drive (USB2) XAMPP setup is quite slow, and I'm unsure whether it is a possible solution. So I post this here for info at this stage.

Paul

Please Log in to join the conversation.

More
10 years 4 months ago #2639 by Dirk
Replied by Dirk on topic Joomla/Joodb/XAMPP1.8.2/thumb drive
If you enable strict standards in PHP config it will slow down your system dramatically.

The errors you see are just hints because the calls are not 100% correct.

Please set error reporting in PHP.ini to
error_reporting = E_ALL & ~E_STRICT

will be fixed in the next version!

Please Log in to join the conversation.

More
10 years 4 months ago #2642 by calder35
Replied by calder35 on topic Joomla/Joodb/XAMPP1.8.2/thumb drive
Hmmm. A new set of errors reported when I amend php.ini - this is a small sample:

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in G:\xampp\htdocs\xxx\libraries\joomla\html\parameter.php on line 512

Strict Standards: Non-static method JoodbHelper::checkAuthorization() should not be called statically, assuming $this from incompatible context in G:\xampp\htdocs\xxx\components\com_joodb\models\catalog.php on line 66

Strict Standards: Only variables should be assigned by reference in G:\xampp\htdocs\xxx\components\com_joodb\models\catalog.php on line 67

The top 2 seem to be new variations.

This is not critical for me...I've decided that Joomla on a thumb drive is too slow for my task. But I'm happy to keep testing Joodb, if that is any help.

Paul

Please Log in to join the conversation.

More
10 years 4 months ago #2643 by Dirk
Replied by Dirk on topic Joomla/Joodb/XAMPP1.8.2/thumb drive
Strict error reporting is still enabled. Please change your php.ini

And download the current version 2.1

Please Log in to join the conversation.

More
10 years 4 months ago #2653 by calder35
Replied by calder35 on topic Joomla/Joodb/XAMPP1.8.2/thumb drive
Yes, I had already changed it.

2.1 doesn't want to install....JInstaller: :Install: File does not exist /tmp/install_52a628bd1e3d2/components/com_joodb/plugins

Please Log in to join the conversation.

More
10 years 4 months ago #2654 by Dirk
Replied by Dirk on topic Joomla/Joodb/XAMPP1.8.2/thumb drive
Sorry the was an error in the new install archive.

Please download 2.1.1 ;)

Please Log in to join the conversation.

Moderators: Dirkjoest