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?

Birthday panel

Asked Modified Viewed 7,061 times
Z
zNigel-
Z
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hey.

This one http://www.php-fusion.co.uk/infusions/addondb/view.php?addon_id=435
doesnt seem to work.

It shows up fine in the infusion list, but I cannot infuse it. Nothing happens.

What might be wrong?

Error log shows an error in line 96 @ public_html/administration/infusions.php

this is line 96:
           $inf_admin_image = ($inf_adminpanel[$i]['image'] ? $inf_adminpanel[$i]['image'] : "infusion_panel.gif");


thanks
0 replies

4 posts

A
alabasta79
A
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

me too have the same problem. Nothing happen when infuse.
Anyone can solve this problem?
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Wow, such an old post. However nonetheless I have the solution!

From what I can tell, the infusion.php file does not specify a primary key to be used in the database. If you add a primary key to the table, then your table will then be created.

Replace infusion.php:
<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: infusion.php
| Author: Jankokuk
| E-Mail: admin@rezygame.eu
| Web: http://rezygame.eu
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
include INFUSIONS."birthday_panel/infusion_db.php";
if (!defined("IN_FUSION")) { die("Access Denied"); }

if (file_exists(INFUSIONS."birthday_panel/locale/".$settings['locale'].".php")) {
   include INFUSIONS."birthday_panel/locale/".$settings['locale'].".php";
} else {
   include INFUSIONS."birthday_panel/locale/English.php";
}

$inf_title = $locale['nazov'];
$inf_description = $locale['info'];
$inf_version = "2.0";
// $inf_developer = "Jankokuk";
$inf_email = "admin@rezygame.eu";
$inf_weburl = "http://rezygame.eu";
$inf_folder = "birthday_panel";

$inf_newtable[1] = DB_BIRTHDAYSET." (
   bday_id MEDIUMINT(8) unsigned NOT NULL AUTO_INCREMENT,
   pocet INT NOT NULL ,
   meniny INT NOT NULL,
   PRIMARY KEY (bday_id)
   ) ENGINE=MyISAM;";

$inf_insertdbrow[1] = DB_BIRTHDAYSET." (bday_id, pocet, meniny) VALUES('', '2', '0')";

$inf_droptable[1] = DB_BIRTHDAYSET;

$inf_adminpanel[1] = array(
   "title" => $locale['nazov'],
   "panel" => "birthday_admin.php",
   "rights" => "s"
);
?>
0 replies
— 2 years later —
F
FreedomIOPList
F
My Sites
Freedom IOP List
http://www.freedomioplist.com


Heaven's Handmades
http://www.heavenshandmades.com


PHP-Fusion Projects Portal
http://www.phpfusionprojectportal.tk


Addiction Help By Addicts
http://www.addictionhelpbyaddicts.com

  • Member, joined since
  • Contributed 94 posts on the community forums.
  • Started 30 threads in the forums
answered
Member

When I Enabled this panel on version 7.02.07, it totally messed my site up and all center and right content is missing. I took a screenshot so you can see. Not sure what the problem is, but I hope someone can help, would really like to use this panel.

Screenshot:
www.freedomioplist.com/bdayss.png

0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

I've never seen this panel and don't know what it looks like. But I have an alternative for you to try. My Bday Panel v2.03
First a screenshot and then the zip.
Grimloch attached the following file:
bday_panelv203.zip [No information available / 230 Downloads]
bdaypanel.png [No information available / 166 Downloads]
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
Z
Z
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
A
A
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
F
F
My Sites
Freedom IOP List
http://www.freedomioplist.com


Heaven's Handmades
http://www.heavenshandmades.com


PHP-Fusion Projects Portal
http://www.phpfusionprojectportal.tk


Addiction Help By Addicts
http://www.addictionhelpbyaddicts.com

  • Member, joined since
  • Contributed 94 posts on the community forums.
  • Started 30 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet