[eluser]melba[/eluser]
Hello Im using a script named rbs 1.2 of cogzidel and that happens to be a bid script and it all works properly the only thing is that it dont get back to my site after purchase,so I went and I added in paypal my ipn url and it got me this error:
Fatal error: Class 'CI_Controller' not found
Firstly I know the url I added on ipn paypal is the right one because the code of the page has the following:
class Login extends Controller {
public $outputData;
public $loggedInUser;
/**
* Constructor
*
* Loads language files and models needed for this controller
So it never speaks about CI,can I install the missing controller via ssh?
Really would like to know where to alter the file,but if is better installing the controler via ssh,please give me some feedback bros
----and it also makes reference to this:
paypalIpn()
So... I know I need the ci class controler but I dont know how to install it,could you please try to answer this questions?:
1-Where I upload the code igniter files after unzipping,is it on my home root,or is it on my rbs script?
2-After uploading the files in the right place how do I run the installation of codigniter on my server?,can it be via ssh,or by hitting an install file?
3-Can I install ci class controller independently?
Since the cogzidel forum is so snobby they dont allow me to register and I cant solve this issue from there,but the error from paypal is diferent from the error of hitting the payment file directly that is:
Fatal error: Class 'Controller' not found in /home/admin/melba/bidscript/app/controllers/payment.php on line 8
Please give me a hint in order to know if is just a line of code I need ,or do I need to install code igniter,or maybe the return url is not the righteous.