Log in

View Full Version : Getting a error when uploading


Vizionz
12-01-2005, 10:01 AM
when i upload a pic for my profile pic. i am getting a error i have made major changes to my site recently so its hard for me to pin point what went wrong and when but maybe someone who knows the system could understand the error and point me in the right direction to look

Fatal error: Call to undefined function: set() in profile.php(1838) : eval()'d code on line 4

i dont know what the 1838 is ? or the eval but all i do know like 4 on profile php is nothing thats different. its just the copyrights vbulletin info

merk
12-01-2005, 10:47 AM
That error missage means that on line 1838 there is a call to set() when it doesnt exist.

The hook on line 1838 of profile.php is profile_updatedisplaygroup, and line 4 means line 4 of all plugins at that hook location.

Disable that plugin and it should work again (or fix the problem code).

Vizionz
12-01-2005, 11:01 AM
thanks merk i found the plugin that was doing it and now it works :) much appreciated