Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
.Warning: mysql_data_seek(): Offset 0 is invalid for MySQL result index 136 (or the query data is unbuffered) in /home/console/public_html/engineersvoice/library/Framework/Framework.Class.MySQL.php on line 114
forum charset | connection charset | database charset
latin1 | latin1 | latin1 = OK
latin1 | latin1 | utf8 = OK
utf8 | utf8 | utf8 = OK
utf8 | utf8 | latin1 = OK
utf8 | latin1 | latin1 = WEIRD!
utf8 | latin1 | utf8 = WORST!
utf8 | latin1 | latin1 = WEIRD!
Notice: Undefined variable: Switch in /home/console/public_html/engineersvoice/themes/search_results_users.php on line 5CREATE TABLE LUM_bla_bla (
...
) DEFAULT CHARACTER SET utf8; -- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Serveur: localhost
-- Généré le : Mercredi 13 Septembre 2006 à 20:05
-- Version du serveur: 4.1.14
-- Version de PHP: 4.4.4
--
-- Base de données: `uberclub`
--
-- --------------------------------------------------------
--
-- Structure de la table `lum_category`
--
CREATE TABLE `lum_category` (
`CategoryID` int( 2 ) NOT NULL AUTO_INCREMENT ,
`Name` varchar( 100 ) NOT NULL default '',
`Description` text,
`Priority` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `CategoryID` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =16;
MySQL a répondu:Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 AUTO_INCREMENT=16' at line 7 forum charset | connection charset | database charset
utf8 | utf8 | latin1 = OKalnokta wrote:
But I have a question .. when I did this I installed it in the folder "translatox" while the original is "translato" ... is it possible to rename the folder 'translato' to anything else and rename 'translatox' to 'translato'?