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 unknown problems

Asked Modified Viewed 1,682 times
D
Den
D
Den 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello guys, i just instaled my php Fusion 6..01.2, and when i entering create a new page for my web, it's show me this erors, under the page creator window.

Notice: Undefined index: 409 in /home/gta-zone.ru/war-team.com/administration/custom_pages.php on line 174

Notice: Undefined index: 410 in /home/gta-zone.ru/war-team.com/administration/custom_pages.php on line 178

i reinstaled my web 4 times, and i tryed 6.0.0.307, and this bug is not over, when i instal the Button panel, and just wanna enter my buttons, it's show me the same bug, and not give me to do this, so please help me, if someone know.
0 replies

3 posts

P
Paulsson
P
one of the members on http://www.php-fusion.se
  • Member, joined since
  • Contributed 54 posts on the community forums.
answered
Member

check your locale file custom_page.php you missing $locale['409'] and $locale['410']
0 replies
D
Den
D
Den 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Paulsson
I saw thig Notice in many of infusions on my web, can it be a host problems?
0 replies
C
cjsewell
C
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

Its not a "problem" as such, PHP has many different errors, notice is a non fatal error, it just means the code is not 100% correct, such as a using a variable that is not defined.

Your host has set php to show all errors, fatal or not. You can change this with php functions see this web page for more details.
http://www.php.net/errorfunc

Or just put this in maincore.php and it will show no errors execpt fatal ones.

error_reporting(1);


Hope that helps
Edited by cjsewell on 21-06-2006 11:22,
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

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

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet