TTsWeb / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

Call to a member function on a non-object #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow install instructions
2. Point to index.php

What is the expected output? What do you see instead?
PHP Fatal error:  Call to a member function on a non-object in
/usr/www/pastebin/system/application/controllers/main.php on line 260

What version of the product are you using? On what operating system?
Latest version, FreeBSD 6.3, Apache 2.2.9, PHP 5.2.6.

Please provide any additional information below.
Line 260 reads:
$check = $this->pastes->checkPaste(2);
If I comment it out, I get this error:

404 Page Not Found

The page you requested was not found.

Woops! We can't find that page, Go Home

If I leave it there, I just get a blank page..

Original issue reported on code.google.com by Demers.C...@gmail.com on 6 Nov 2008 at 6:51

GoogleCodeExporter commented 8 years ago
Most likely an autoload + case sensitive file system problem.

Original comment by ben%benm...@gtempaccount.com on 11 Feb 2009 at 11:57