1
gimp8gimp
Zentrack 2.6.0.4 issues
  • 2006/7/4 9:09

  • gimp8gimp

  • Just popping in

  • Posts: 1

  • Since: 2006/7/4 9


Hi All,

Just installed Zentrack when i click on the module i get the error as shown below. Thanks for any help

getSetting("system_name"); /* ** USER ADMINISTRATION COMMON FIELDS */ $user_fields = array( "login" => "alphanum", "access_level" => "int", "lname" => "text", "fname" => "text", "initials" => "alphanum", "email" => "email", "notes" => "text", "homebin" => "int", "active" => "int" ); $user_required = array("login","lname","initials"); $access_fields = array( "user_id" => "int", "bin_id" => "int", "lvl" => "int", "notes" => "text" ); $access_required = array("user_id","bin_id"); /* ** NUMBER PULLDOWN FUNCTION */ function admin_number_pulldown( $max = '', $sel = '' ) { static $cache_pulldown; if( is_array($cache_pulldown) && $cache_pulldown[0] == $max && $cache_pulldown[1] == $sel ) { return $cache_pulldown[2]; } if( !$max ) $max = 1; $text = "---\n"; for( $i=1; $i<=$max; $i++ ) { $s = ($i == $sel)? " selected" : ""; $text .= "$i\n"; } $cache_pulldown = array($max,$sel,$text); return $text; } function getPriCount( $current, $lowest ) { return 1 + ($current - $lowest); } /* ** SETTINGS ADMINISTRATION COMMON FIELDS */ $settings_fields = array( "name" => "alphanum", "value" => "html", "description" => "html" ); $settings_required = array("name","value"); if( !isset($TODO) ) { $TODO = null; } ?>
Fatal error: Class 'MyTextSanitizer' not found in C:\wamp\www\Helpdesk\modules\zentrack\admin\admin_index.php on line 12

Cheers

2
richfiddler
Re: Zentrack 2.6.0.4 issues
  • 2006/8/2 15:07

  • richfiddler

  • Just popping in

  • Posts: 1

  • Since: 2006/8/2 1


I just got the exact same issue. I'm running WAMP5 v1.6.4 on a windows 2k machine. So far I've tried two things, neither one worked.

1) upped the memory size in php.ini to 32MB -- no change in behavior

2) WAMP5 has an addon for PHP 4.4.2 so I loaded that and tried switching to PHP 4.. things got a little bit worse in this case.

I tried running the XOOPS install script again and kept getting this sort of error at the top of each page

Notice: Only variables should be assigned by reference in C:\wamp\www\xintranet\install\class\textsanitizer.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\xintranet\install\class\textsanitizer.php:86) in C:\wamp\www\xintranet\install\index.php on line 101

Unfortunately, I'm not that knowledgable about debugging XOOPS.. I'm sure the forum has the answers somewhere.

I'll post back if I figure it out, please do the same and if anyone else knows, please chime in.

Thanks, Rich