Home » Authentication » LiveUser » Bug #447
Tutorial not right.
Details
| Submitted | 2003-12-17 20:11 UTC |
|---|---|
| From | laran at buildagreat dot com |
| Status | No Feedback |
| Package | LiveUser |
| PHP Version | 4.3.3 |
| OS | Win2K |
| Roadmaps | (Not assigned) |
Comments
[2003-12-17 20:11 UTC] laran at buildagreat dot com
Description:
------------
I'm runninng LU 0.9.
I'm trying to create some applications and areas using the code in the tutorial and I can't get it working.
The getMessage() method in the following snippet doesn't exist. I can't find it mentioned in any of the documentation and I get
Fatal error: Call to undefined function: getmessage() in C:\htdocs\LUSetup.php on line 9
if (!$objRightsAdminPerm->init_ok) {
die('impossible to initialize'.$objRightsAdminPerm->getMessage());
}
This problem is particularly problematic right now because I can't get the database to connect using the $dsn and $config parameters I'm passing in. And I can't get the error message so that I can figure out what's not correct.
A workaround or a fix would be greatly appreciated.
[2004-05-13 10:37 UTC] smith at backendmedia dot com
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.