Welcome Guest, Not a member yet? Register   Sign In
Including non CodeIgniter scripts
#5

[eluser]PHP Creative[/eluser]
This is the code in question - http://msteigerwalt.com/widgets/ratings/v1.2/

Quote:A PHP Error was encountered
Severity: Notice

Message: Undefined index: vote

Filename: CodeIgniter_1.7.1/ratings.php

Line Number: 247

Code:
if ($_POST['vote'] && $_POST['id']) {
    $r = new RabidRatings();
    $r->doVote($_POST['id'], $_POST['vote']);
};


The error comes from this section ratings.php (above).

I am simply including demo.php into a view.


Messages In This Thread
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 10:51 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:15 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:23 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:26 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:04 PM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:59 PM
Including non CodeIgniter scripts - by El Forum - 05-29-2009, 12:36 PM
Including non CodeIgniter scripts - by El Forum - 06-25-2010, 07:40 PM
Including non CodeIgniter scripts - by El Forum - 06-27-2010, 03:03 PM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 07:43 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 08:23 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB