14 Aug, 2010
404 errors with get parameters on codeigniter
Articles related to 404 errors with get parameters on codeigniter
http://digitalpbk.com/codeigniter/use-get-parameters-facebook-application
CodeIgniter: Use
GET Parameters for OAuth or Facebook
Codeignitor destroys your
GET parameters, because it does not use it, however for applications that use OAuth, Facebook Applications or Facebook authentication using Facebook connect,
GET parameters are required.
In order to retrieve
GET parameters from Code Ignitor, first we have to change the config.php, uri_protocol to PATH_INFO,
this solves
404 Errors with
GET parameters on
Codeigniter ...
Published 2 years, 1 month ago
http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume
Make WWW::Mechanize do not exit on
GET Errors
When using PERL and WWW::Mechanize, your script can stop if there is some
error in GETing a URL (such as
404 Not Found, 403 Permission Denied). Instead of resuming, the script terminates. If you want the script to continue resuming, you have to pass autocheck => 0 in the Mechanize class constructor as shown below
my $mech = WWW::Mechanize->new(autocheck => 0);
This makes sure that the mechanize library does not check for
errors ...
Published 2 years, 2 months ago
http://digitalpbk.com/code-ignitor/removing-indexphp-url
Removing index.php From URL in
CodeIgniter
In Code Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function.
In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all traffic to index.php/. The following code inside .htaccess does the redirection.
Code Igniter .htaccess Rules ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html
redirected to a different location specified by the Location Header.400 - 499 : Client Request IncompleteIndicates the client request is incomplete and needs more information to complete the request.400 Bad Request : Syntax
error in the client request401 Unauthorized : Request requires authentication, server sends a WWW-Authenticate Header to indicate the authentication type.402 Payment Required : Reserved for Future 403 Forbidden : Access to request is forbidden
404 Not Found : Requested document ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html
.phpfacebook-platform/php/facebook.phpChange the following linespublic function require_login() { if ($user =
$this->get_loggedin_user()) { return $user; }
$this->redirect($this->get_login_url(self::current_url(), $this->in_frame())); }to public function require_login() { if ($user =
$this->get_loggedin_user()) { return $user; }
$this->redirect($this->get_login_url('', $this->in_frame())); }The change is to remove the next
parameter from the
$this->get_login_url Call from within require ...
Published 2 years, 9 months ago
http://digitalpbk.blogspot.com/2009/08/flash-flex-swf-bug-permission-denied-to.html
Flash Player BUG: Permission denied to call method Location.toString
Permission denied to call method Location.toStringIf you
get this wierd
error on your
error console, it might be because of opening a flash script within a frame from another domain from your domain. This is a flash bug and apparently there is no work around. So just ignore this
error. I found out this the hardway after searching for a long time, so if anyone stumbles upon this page, just upgrade your flash player.I found ...
Published 2 years, 9 months ago
http://digitalpbk.blogspot.com/2009/05/curl-php-windows-unable-load-libcurlphp.html
cURL PHP
Error on Windows
Fatal
error: Call to undefined function curl_init() in D:/webs/php.php on line 284This problem arises because of not including the lib_curl.dll to PHP. To solve this uncomment the line as shown below;extension=php_bz2.dllextension=php_curl.dll;extension=php_dba.dllNow restart apache server. If you
get an
error "Unable to Load X:/path/php/ext/php_curl.dll", copy SSLEAY32.PHPlibEAY32.dll (OpenSSL) Libraries to the System32 folder.Now restart apache server ...
Published 3 years ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fs
tack-protector -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.609\" -DX
S_VERSION=\"1.609\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" -W -Wall -Wpointe
r-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmiss
ing-noreturn -Wno-unused-
parameter Perl.c
cc1:
error: unrecognized command line option "-fstack-protector"
make: *** [Perl.o]
Error 1
TIMB/DBI-1 ...
Published 2 years, 1 month ago
http://digitalpbk.com/firefox/firefox-35-embarassing-error-message
Firefox 3.5 Embarrassing
Error Message
That was an embarrassing
error message :D
Firefox
Funny
Software ...
Published 2 years, 5 months ago
http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
in should note this and please do the required validation on the
GET parameter. Since the
parameters are numeric this should not be so hard to apply a is_numeric check to the
parameters. Don't Believe? Check out these links (XSS Demo)http://www.fusarofineart.com/wordpress/?page_id=41&pid;=61%3C/title%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Ehttp://asteriknu.com/roadtrip-pictures?pid=32%3C/title%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Ehttp://www.timecaptured.net/p ...
Published 2 years, 10 months ago
Related help topics for 404 errors with get parameters on codeigniter
More keywords like 404 errors with get parameters on codeigniter
More pages for 404 errors with get parameters on codeigniter