Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Some notices in Php-Fusion 6.00.307

Asked Modified Viewed 3,587 times
1
123
1
123 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi all, I'm a newbie in Php-fusion. I got some notices when using Php-fusion. I installed a php-fusion version 6.00.307 on my localhost (winXP pro) and got some notices, or errors or whatever as follows:

- Notice: Undefined index: news_extended in d:\inetpub\wwwroot\fU\news.php on line 68 when I tried to add a news article.

- Notice: Undefined index: outbox_total in d:\inetpub\wwwroot\fU\messages.php on line 197

Notice: Undefined index: archive_total in d:\inetpub\wwwroot\fU\messages.php on line 198 when I open the Private Message

These notices disappeared when I did on the server. Would anybody tell me if those aren't errors, or they won't affect when I back up the database on localhost to restore on server?:(
0 replies

3 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

notices are no errors, not even warnings. Notices won't affect any functions. If you want to disable the notices, put this code somewhere into you subheader.php or maincore.php:
error_reporting(E_ALL ^ E_NOTICE);
0 replies
1
123
1
123 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks Matonor. They disappear now.
By the way, you have great themes at matonor.de!;)
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

thx :)
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet