11-09-2005, 02:35 PM
|
#1 |
Join Date: Jan 2005 Location: Amsterdam, NLD | Weird Database/Template Error | | Ok, Here's the deal, I'll try to explain the problem.
This is what I've done:
I added 3 extra fields to lockdown, SSL / SPEED / TEXT
Changed all php files (I guess I had 'm all), Changed The Templates, Added the fields into the database (ftpdata).
Ok, Here We Go, New Thread.
Example:
Fastsnap (Default): FTPHERE
Release Name: Release.2005-VBHACKERS
SSL: (Dropdown box) NO
Speed: 10
Notes: BLABLA
Now we press submit, everything goes fine... But than...
Here is the VIEWTHREAD:
Fastsnap: FTPHERE
Content: Release.2005-VBHACKERS
SSL: (nothing)
Speed: No
Notes: 10
So... SSL is empty, Speed gets the SSL info, And Notes get the Speed...
A weird story? Hmmm... I'll add some screenshots, it'll explain it better.
Anyway, what did I do wrong? Why is the first field empty, and why does it move it all? The template is ok... $lockdown[sslpub] / $lockdown[pubspeed] / $lockdown[locktxt]
Database Tables: sslpub (SSL) pubspeed (Speed) and locktxt (Extra txt message)
| |