• Hi,
    I need help. Someone could tell me how to configure this plugin? I’m stocked a bit. πŸ™

    I’ve setup a working WordPress (localhost) site using its own functionalities and now I’d like to improve it with some new functions. However after activating the plugin on every page I’ve got the following message. ‘The page you requested could not be found.’

    I read the instructions and searched a lot for find a proper solution without any success.

    Any suggestion?

    http://wordpress.org/extend/plugins/wp-code-igniter/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem…

    In this file:

    wp-content/plugins/wp-code-igniter/wp-code-igniter.php

    line 39 is this:

    $_SERVER[‘PATH_INFO’] = ‘/ci_mods/recover_get_array/’.$query_string;

    comment that out. If you need Codeigniter to use $_GET try this in some Codeigniter controller (I haven’t tried this alongside WordPress):

    parse_str($_SERVER[‘QUERY_STRING’],$_GET);

    Same issue.
    Home page working now, after using support suggestions.
    But now the other pages (other than home page) is showing 404 error. 404 error is from CodeIgniter attached to the plugin.
    The error is not from apache.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Code Igniter] The page you requested could not be found.’ is closed to new replies.