drewm / hkit

Automatically exported from code.google.com/p/hkit
0 stars 0 forks source link

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in hkit.class.php on line 63 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. WordPress Mu 2.9.1.1 + Extended Profile 
http://mu.wordpress.org
http://wordpress.org/extend/plugins/extended-profile/
2. Log into Dashboard -> Plugins -> Activate Extended Profile
3. In Dashboard -> User -> Add New - Create New User, result:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or 
T_FUNCTION or T_VAR or '}' in /home/phnxps/public_html/wp-
content/plugins/extended-profile/hkit.class.php on line 63

What is the expected output? What do you see instead?
It creates the new user, unfortunately it gives you the error.
Take you back to /wp-admin/user-new.php

What version of the product are you using? On what operating system?
Linux host.wildwaterweb.com 2.6.9-67.0.15.EL #1 Thu May 8 10:39:19 EDT 2008 
i686
PHP Version 5.2.6

Please provide any additional information below.

if line 63 is commented out, solves the issue (but unknown circumstances)

// public $tidy_mode    = 'proxy'; // 'proxy', 'exec', 'php' or 'none'

Original issue reported on code.google.com by cryosynt...@gmail.com on 21 Jan 2010 at 11:20