fukata

Results 16 comments of fukata

Hi, You want to use like this? ``` $this->load->library('log'); $this->load->helper('log4php'); $this->log->configure($logConfig); log_debug('hoge'); ```

$ logConfig is setting you need is an array? The path to the configuration file or bad?

are going to use as a configuration file or php file is useless? https://logging.apache.org/log4php/docs/configuration.html

Hi, I pushed branch feature/php_variable_configurator. Use like this. ``` $this->load->library('log'); $this->load->helper('log4php'); $this->log->reConfigure($logConfig, 'LoggerConfiguratorPhpVariable'); log_debug('hoge'); ``` $logConfig is look this. https://logging.apache.org/log4php/docs/configuration.html Once I was fine if you want to merge to...

Sorry, I changed ci_log4php. because ci_log4php is not original log4php.

Sorry, I found easy bug. Pushed fixed bug to feature/php_variable_configurator. Please retry.

Sorry, Fixed it and pushed.

Can you debug? Please modify flickr_oauth_callback.php below. ``` diff diff --git a/flickr_oauth_callback.php b/flickr_oauth_callback.php index edf6a5c..cbeaa70 100644 --- a/flickr_oauth_callback.php +++ b/flickr_oauth_callback.php @@ -5,4 +5,5 @@ unset($_GET['frob']); require_once(dirname(__FILE__).'/check-oauth.php'); $token = FlickrPress::getClient()->auth_getToken($frob); +var_dump($token);...

Thank you debug. Umm... Are you installed another flickr related plugins?

Thank you. I will check with same plugins install.