Warning: Missing argument 3 for gethtmlsubstr() in d:\inetpub\wwwroot\dcp-portal\config\global.php on line 236
translation:
in the file d:\inetpub\wwwroot\dcp-portal\config\global.php there is some PHP code on line 236 that I just tried to execute. specifically, it is a call to the function "getHtmlSubstr". this function normally takes about 3 arguments; in this particular case, on line 236 of global.php, it is called without the 3rd argument. I am warning you about this because, well, that 3rd argument might be important.
There are 2 ways to fix this:
1) Preferred, obvious fix: go in the file global.php and fix the function call so it's not missing the 3rd argument.
2) More generic, far reaching and not so preferred fix: change your php.ini file so that the "error_reporting" variable is set to something like "E_ALL & ~E_NOTICE & ~E_WARNING". That message you got is a "warning" message; doing this will turn off all "warning" messages.
There are long-winded reasons why number 1 is preferable to number 2. I'd happily discuss them with you if you think it's necessary.
when i add a poll, poll may see by users but if one of them vote a poll script gives another problem like the page con not find..
that's not a question, in fact it's not even a sentence 🙂 I doubt anybody here has any idea what you're talking about there; you'll have to be more specific and descriptive.