[eluser]mmmx[/eluser]
Strict Standards issues: a lot!!!
Hello
i need some help
I shall try ajaxfw but can't get it work
I'm using:
[PHP: 5.3.8]
ci 2.1.2 clean installation
After installing test page is ok, but when i click on
test2 link i get:
Code:
Invalid Function: ajax.php
I didn't mind and tried with examples: I got a lot of
Stric Standard message and nothing works.
Please, tell me where i do wrong.
Here is for example examples/bind_elements.php result:
Code:
Strict Standards: Declaration of CJAX_FRAMEWORK::dialog() should be compatible with that of cjaxFormat::dialog() in C:\xampp\htdocs\ci212\cjax\core\classes\cjax.class.php on line 26
Strict Standards: Non-static method plugin::initiatePlugins() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 613
Strict Standards: Non-static method plugin::isPlugin() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 589
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 247
Strict Standards: Non-static method CoreEvents::removeExecCache() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\xmlItem.class.php on line 86
Strict Standards: Non-static method CoreEvents::simpleCommit() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 1222
Strict Standards: Non-static method CoreEvents::processScache() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 422
Strict Standards: Non-static method CoreEvents::mkArray() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 551
Strict Standards: Non-static method CoreEvents::encode() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 746
Strict Standards: Non-static method CoreEvents::mkArray() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 424
Strict Standards: Non-static method CoreEvents::encode() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 746
Strict Standards: Non-static method CoreEvents::save() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 434
Bind elements into same commands
Basically both anchor are hooked by the same event used
Click Me (element 1)
Click Me (element 2)
Code used:
<?php
$ajax->Exec("link1|link2",$ajax->call("ajax.php?bind/bild_elements"));
?>
Strict Standards: Non-static method CoreEvents::isAjaxRequest() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 457
Strict Standards: Non-static method CoreEvents::input() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 1035
Strict Standards: Non-static method CoreEvents::input() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 1039
Strict Standards: Non-static method CoreEvents::commit() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 464
Strict Standards: Non-static method CoreEvents::processScache() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 373
Strict Standards: Non-static method CoreEvents::mkArray() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 551
Strict Standards: Non-static method CoreEvents::encode() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 746
Strict Standards: Non-static method CoreEvents::_processScacheAddEventTo() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 542
Strict Standards: Non-static method CoreEvents::xmlIt() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 523
Strict Standards: Non-static method CoreEvents::mkArray() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 533
Strict Standards: Non-static method CoreEvents::encode() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 746
Strict Standards: Non-static method CoreEvents::mkArray() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 375
Strict Standards: Non-static method CoreEvents::encode() should not be called statically in C:\xampp\htdocs\ci212\cjax\core\classes\core.class.php on line 746
thanks for attention