Welcome Guest, Not a member yet? Register   Sign In
Loading a library (works fine in native php)
#3

[eluser]deco10[/eluser]
Its an error within the library (index undefined)

system/application/libraries/Cezpdf.php
system/application/libraries/Cpdf.php

Code:
<?php

//This is the Cezpdf.php file
//Not sure how I should go about letting this include there.
include_once('Cpdf.php');

class Cezpdf extends Cpdf {




//This is the Cpdf.php file
<?php

class Cpdf {


the error (occurs several times):

A PHP Error was encountered

Severity: Notice

Message: Undefined index:

Filename: libraries/Cpdf.php

Line Number: 1631


Messages In This Thread
Loading a library (works fine in native php) - by El Forum - 12-15-2009, 04:05 PM
Loading a library (works fine in native php) - by El Forum - 12-15-2009, 04:18 PM
Loading a library (works fine in native php) - by El Forum - 12-15-2009, 04:32 PM
Loading a library (works fine in native php) - by El Forum - 12-15-2009, 08:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB