| Re: Debug shows... |
| by tl on 2004/6/27 2:54:16 If your site has no problems running, you probably should not worry about those error messages. If they are really bugging you, you could take a look to see if the definitions are defined in other files in modules/jobs/language/english/ Likely one would be main.php, but check other files as well. |
| Re: Debug shows... |
| by FlySwatter on 2004/6/27 2:41:55 The url_fopen error dissapeared! So I can ignore the below? Is there a way to trouble shoot this and eliminate the duplicate definitions? Notice [PHP]: Constant _MI_CLA_NAME already defined in file modules/jobs/language/english/modinfo.php line 5 Notice [PHP]: Constant _MI_CLA_MENUADD already defined in file modules/jobs/language/english/modinfo.php line 7 Notice [PHP]: Constant _MI_CLA_DESC already defined in file modules/jobs/language/english/modinfo.php line 10 Notice [PHP]: Constant _MI_CLA_BNAME already defined in file modules/jobs/language/english/modinfo.php line 13 Notice [PHP]: Constant _MI_CLA_ADMENU1 already defined in file modules/jobs/language/english/modinfo.php line 16 Notice [PHP]: Constant _MI_CLA_ADMENU2 already defined in file modules/jobs/language/english/modinfo.php line 17 Notice [PHP]: Constant _MI_CLA_ADMENU3 already defined in file modules/jobs/language/english/modinfo.php line 18 Notice [PHP]: Constant _MI_CLA_ADMENU4 already defined in file modules/jobs/language/english/modinfo.php line 19 |
| Re: Debug shows... |
| by FlySwatter on 2004/6/26 4:51:17 Just looked at my php.ini file and it appears it's set to "On" ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On |
| Re: Debug shows... |
| by FlySwatter on 2004/6/26 4:18:12 Thanks everyone. Quote: You will need your hosting company to enable url_fopen in order to use xoopsheadline module. I have a VPS. And being a wannabe, is that something I can enable somewhere? Like in httpd.conf? //edit never mind Followed the link and saw it was in the php.ini file. //edit php.ini shows Local Vaule 1 and Master Value 1 Don't know what that means. |
| Re: Debug shows... |
| by tl on 2004/6/25 18:09:36 Xoops Tips: Trouble-Shooting Headline Module You will need your hosting company to enable url_fopen in order to use xoopsheadline module. If your site is work just fine, I would not worry about other error messages (it seems that you have duplicate definitions) |