Welcome Guest, Not a member yet? Register   Sign In
Can't call the right action
#7

[eluser]Plume[/eluser]
Ok, I made everything of this :]

This is what you want :
; URL : http://plume-conception.ath.cx/exotech/mail/read/2
; logs :
Code:
DEBUG - 2008-10-11 22:47:46 --> Config Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Hooks Class Initialized
DEBUG - 2008-10-11 22:47:46 --> URI Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Router Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Output Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Input Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Global POST and COOKIE data sanitized
DEBUG - 2008-10-11 22:47:46 --> Language Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Loader Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Helpers loaded: form, language, url
DEBUG - 2008-10-11 22:47:46 --> Session Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Validation Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Controller Class Initialized
DEBUG - 2008-10-11 22:47:46 --> Language file loaded: language/french/mail_lang.php
ERROR - 2008-10-11 22:47:46 --> 404 Page Not Found --> read/2
; index action
Code:
public function index($idMail = null){

    if(is_null($idMail)){

      show_404();
    }

    echo $idMail;
  }

And no need to do some echo, I can assure you that he find the right file, initialisation is OK as you can see thanks to the log ;]

If I'm here, it's really because I'm lost. But I always could do stupidity for sure ^^'

Do you need anything else ?

For informations, everything else I already did works well.


Messages In This Thread
Can't call the right action - by El Forum - 10-11-2008, 11:48 AM
Can't call the right action - by El Forum - 10-11-2008, 12:01 PM
Can't call the right action - by El Forum - 10-11-2008, 01:12 PM
Can't call the right action - by El Forum - 10-11-2008, 01:55 PM
Can't call the right action - by El Forum - 10-11-2008, 02:11 PM
Can't call the right action - by El Forum - 10-11-2008, 02:43 PM
Can't call the right action - by El Forum - 10-11-2008, 02:56 PM
Can't call the right action - by El Forum - 10-11-2008, 03:09 PM
Can't call the right action - by El Forum - 10-11-2008, 03:14 PM
Can't call the right action - by El Forum - 10-11-2008, 03:47 PM
Can't call the right action - by El Forum - 10-11-2008, 04:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB