PDA

View Full Version : Radio Panel Problem :S!



HabbDance
01-10-2008, 10:31 PM
Ok, I'm trying to install Radio DJ Panel 3.0 and when I get to the 4th step (create tables), this message appears: Too big column length for column 'message' (max = 255). Use BLOB instead

Everything up to that point is fine. Please Help!

Excellent2
01-10-2008, 10:42 PM
Go into php my admin, set the message column as BLOB.

HabbDance
01-10-2008, 10:48 PM
i don't know how to do that exactly,help pls (: +rep

Excellent2
01-10-2008, 10:54 PM
cPanel > PHPMyAdmin > Select your database > View the table it's in > Click edit on the message column > Select BLOB > Done.

HabbDance
01-10-2008, 10:58 PM
there were no tables, so i created one and selected BLOB, but it's still not working :S

sorry for being so dumb [x

Excellent2
01-10-2008, 11:09 PM
Okay post the installer code.

HabbDance
01-10-2008, 11:50 PM
yea, im pretty much a mySQL and phpmyadmin loser :[.

Excellent2
01-10-2008, 11:54 PM
Lool, post the install.php code or whatever it's named as.

HabbDance
02-10-2008, 12:04 AM
There's a bunch of different steps, you want the one where im going wrong right?

Excellent2
02-10-2008, 12:07 AM
There's a bunch of different steps, you want the one where im going wrong right?I presume it's all the same file? Just post the whole file :P Or if it's separate files post step 4 :P

HabbDance
02-10-2008, 12:28 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Radio DJ Panel v3 - Installation</title>
<meta http-equiv="content-type" content="charset=UTF-8">
<link rel="StyleSheet" href="../style.css" type="text/css">
<script type="text/javascript" src="checkbox.js"></script>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>

<div id="center">
<div id="header">&nbsp;</div>
<div id="amessage">
<marquee>Welcome to the Radio DJ Panel v3!</marquee>
</div>
<div id="content">
<div id="menu"><div id="menucontents">
<div class='title'>Progress</div>
<table width="140px">
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> License</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> File Permissions</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> Database Connect</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> <b>Create Tables</b></td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Configure Panel</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Admin User</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Finished</td>
</tr>
</table>
</div>
</div>
<div id="main">
<center>

<b><u>Creating Database Tables</b></u><p>

<body bgcolor="#CCCCCC">



Too big column length for column 'message' (max = 255). Use BLOB instead

Is that what you wanted?

HabbDance
02-10-2008, 12:39 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Radio DJ Panel v3 - Installation</title>
<meta http-equiv="content-type" content="charset=UTF-8">
<link rel="StyleSheet" href="../style.css" type="text/css">
<script type="text/javascript" src="checkbox.js"></script>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>

<div id="center">
<div id="header">&nbsp;</div>
<div id="amessage">
<marquee>Welcome to the Radio DJ Panel v3!</marquee>
</div>
<div id="content">
<div id="menu"><div id="menucontents">
<div class='title'>Progress</div>
<table width="140px">
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> License</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> File Permissions</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> Database Connect</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> <b>Create Tables</b></td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Configure Panel</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Admin User</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Finished</td>
</tr>
</table>
</div>
</div>
<div id="main">
<center>

<b><u>Creating Database Tables</b></u><p>

<body bgcolor="#CCCCCC">



Too big column length for column 'message' (max = 255). Use BLOB instead

Is that what you wanted?

Calon
02-10-2008, 06:49 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Radio DJ Panel v3 - Installation</title>
<meta http-equiv="content-type" content="charset=UTF-8">
<link rel="StyleSheet" href="../style.css" type="text/css">
<script type="text/javascript" src="checkbox.js"></script>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>

<div id="center">
<div id="header">&nbsp;</div>
<div id="amessage">
<marquee>Welcome to the Radio DJ Panel v3!</marquee>
</div>
<div id="content">
<div id="menu"><div id="menucontents">
<div class='title'>Progress</div>
<table width="140px">
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> License</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> File Permissions</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/true2.gif"></td>
<td valign="middle" width="125"> Database Connect</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> <b>Create Tables</b></td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Configure Panel</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Admin User</td>
</tr>
<tr>
<td valign="middle" width="15"><img src="../images/false2.gif"></td>
<td valign="middle" width="125"> Finished</td>
</tr>
</table>
</div>
</div>
<div id="main">
<center>

<b><u>Creating Database Tables</b></u><p>

<body bgcolor="#CCCCCC">



Too big column length for column 'message' (max = 255). Use BLOB instead

Is that what you wanted?
No, you're viewing the source.

You need to get the code from the cPanel.

Source
02-10-2008, 12:20 PM
PM me with your msn and I'll install it for you... can't bare watching a thread like this last longer than 4 or 5 replies.

Jibbish
02-10-2008, 03:16 PM
He can't post the source because I'm sure its encoded.

HotelUser
02-10-2008, 11:40 PM
He can't post the source because I'm sure its encoded.
createtables.php iS unopenable..

Excellent2
02-10-2008, 11:45 PM
Ahh yeah he's encoded the main file, just looked.

Want to hide these adverts? Register an account for free!