To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

Go Back   IT Management Forum > Intranet Journal > Support Questions & Advice

Support Questions & Advice Get advice and answers to your questions on desktop support, server support and application support.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-26-2009, 11:16 AM
Lbeast Lbeast is offline
Registered User
 
Join Date: Jun 2009
Location: Columbia, SC
Posts: 2
Login Problem with the CMS......Not One That I've Seen On Here Before......

I keep getting this error every time I try to login ......I am somewhat a beginner to php although i have experience in java and other programming languages .....Supposedly, i shouldn't have to change lines of code in this particular script. Please tell me what I am doing wrong.....

Fatal error: Call to undefined method Validator::validateTextOnly() in /home/content/bla/bla/bla/bla/html/application/intranet5/includes/Sentry.php on line 38

It has no problem posting the user name......but i always get this when it comes to the password.
Reply With Quote
  #2 (permalink)  
Old 06-27-2009, 02:32 PM
Lbeast Lbeast is offline
Registered User
 
Join Date: Jun 2009
Location: Columbia, SC
Posts: 2
Found the Problem!

Wrote too complicated a Validator function:

all it needed was this:

<?php
require_once ("SystemComponent.php");
class Validator extends SystemComponent {
function validateTextOnly($theinput,$description = ''){
if (is_string($theinput)) {
return true;
} else {
$this->errors[] = $description;
return false;
}
}
}
?>

Problem solved!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 05:18 AM.





Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0