The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
MySql Error?
I am trying to make my own modification that allows you to write your own story and publish it to the website,
I have most of it done now, but I can't get it to submit a story or delete the product as it comes back with Database Error. Here is my code in the XML - can anyone show me what I've done wrong? I'm a complete newbie when it comes to mods. PHP Code:
This is the database error: PHP Code:
|
#2
|
|||
|
|||
Run your install code and then check your database to see it if worked. It sounds like your install code didn't work or something.
|
#3
|
|||
|
|||
Well it runs on the site, but won't submit the data.
I don't know what else to do as I am new to coding, I got this far but that's about it and I am now at a dead end, so would appreciate anyone who could help me with this. |
#4
|
|||
|
|||
MySQL Error : Unknown column 'story_outline' in 'field list'
It can't find the column, so I'm guessing it hasn't been added to the table. |
#5
|
|||
|
|||
I've added you on msn, my address is always.alternative@hotmail.com
Any chance we could chat on there? --------------- Added [DATE]1197230578[/DATE] at [TIME]1197230578[/TIME] --------------- Can anyone look at the code and provide me with some help on what i've done wrong and how to get the database to accpet it? |
#6
|
||||
|
||||
Run this query via phpMyAdmin or vB Maintenance -> Execute SQL Query:
Code:
ALTER TABLE thread ADD story_outline TEXT NOT NULL |
#7
|
||||
|
||||
Quote:
What have you actually done with the code ? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|