Welcome Guest, Not a member yet? Register   Sign In
AjaxFw (CJAX) For CodeIgnater 5.0 Stable
#41

[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


Messages In This Thread
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-03-2012, 04:32 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 12:55 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 01:04 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 01:10 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 02:49 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 02:55 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-05-2012, 10:53 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 07:24 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 07:26 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 09:25 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 09:57 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 11:20 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 11:23 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 11:37 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-06-2012, 11:50 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-07-2012, 02:04 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-07-2012, 02:05 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-07-2012, 06:43 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-07-2012, 08:30 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-29-2012, 03:21 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-29-2012, 04:21 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-29-2012, 11:57 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-30-2012, 12:00 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-30-2012, 12:05 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-30-2012, 05:37 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 07-30-2012, 08:26 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 08:23 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 08:26 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 08:37 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 09:28 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 09:50 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 10:49 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 11:37 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 04:15 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-20-2012, 05:08 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-21-2012, 12:55 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-21-2012, 12:58 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-21-2012, 01:25 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-21-2012, 01:36 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-21-2012, 01:52 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-29-2012, 04:29 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-29-2012, 05:28 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-29-2012, 06:33 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-29-2012, 02:17 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-29-2012, 05:49 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-30-2012, 07:23 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-30-2012, 07:52 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 08-30-2012, 03:53 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 09-13-2012, 09:17 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 09-14-2012, 09:14 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 09-14-2012, 11:44 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 09-17-2012, 02:51 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-18-2012, 04:05 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-19-2012, 10:09 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-26-2012, 04:14 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-26-2012, 07:24 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-26-2012, 01:54 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-26-2012, 03:52 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-26-2012, 11:55 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-27-2012, 03:51 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-28-2012, 01:10 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-28-2012, 08:04 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 12:20 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 08:01 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 09:04 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 09:41 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 09:52 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 12:32 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 12:45 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 10-29-2012, 01:56 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 11-19-2012, 09:48 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 11-20-2012, 02:08 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 11-20-2012, 05:53 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 11-20-2012, 06:36 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-02-2012, 04:22 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-02-2012, 08:26 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-03-2012, 02:47 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-03-2012, 07:12 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-03-2012, 12:42 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-03-2012, 07:25 PM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-07-2012, 09:01 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-09-2012, 11:27 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-10-2012, 09:00 AM
AjaxFw (CJAX) For CodeIgnater 5.0 Stable - by El Forum - 12-10-2012, 09:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB