Your problem is most likely you have not imported all the tables correctly.
Or, you have not imported the correct sql file.
I would suggest:
- drop your current cms database with all the data;
- delete all the cms files in your httpdocs or whatever your using;
- then redownload the sql file - make sure you get the right thing;
- then recreate the cms database;
- import that sql file;
- put all the cms files back into httpdocs;
- and start a new installation;
Everything should work then and run smooth;
It did for me. :winky:
Also, NOTE TO METHOD.
I love the new installation script, much better than the old one.
Overall I love the new v2, thanks mate and keep up the good work.
Regards,
~ Shaun
I got this error, how to fix:
![]()
what is this error now a answer ???
Field 'data' doesn't have a default value
Could someone do teamviewer - To help me set up my server. I have Microsoft Visual Basic C# installed, and all Holograph files.
It's just a matter of setting it up.
add: eskimos@live.co.uk if you can :)
Works Mine in my Site
New Link ;'] http://sharebee.com/230313c1
ivan can you give me your Sql DATA ???
Meth0d how can i add my own badges and use it to my habbo?
What database?
Cant find badges in navicat just user_badges. :/
And in user_badges its only badges users had used.
How can I add new Stickers? And YouTube Vid's?
cant any help me by the error
With this Data error ???
Could someone do teamviewer - To help me set up my server. I have Microsoft Visual Basic C# installed, and all Holograph files.
It's just a matter of setting it up.
add: eskimos@live.co.uk if you can :)
I dont have C_IMAGES folder in my 2.0 cms!
Yes, there are some problems in the CMS. However, I've solved them in 2 minutes. I've also solved the tags problem. Is it then so hard to search it out by yourself? PHP gives even the line-numbers where you can find the bug. And SQL querries aren't hard to understand, it looks more like bad English (like this message).
An example:
This is a query, it looks hard, but if you look, it's quite simple.Code:mysql_query("SELECT id FROM cms_tags WHERE owner = '".$my_name."' AND tag = '".addslashes($query)."' LIMIT 1") or die(mysql_error());
Short facts:
mysql_query PHP is going to write a query in the database
SELECT It's going to select a table
FROM It's looking where the query is
WHERE Where must the query search the ID
(This is an editted query, you can't find exact the same query in HoloCMS).
And if the query fails do to his work, it's going to give an error, like:
unknown column 'id' in where cause, that means: it can't find the column ID in the table CMS_Tags, in the real Holograph Table you'll see that message, however, I've edited my SQL database, and it works fine. You just need to search some things out.
Can you say the adress to the right sql?
CREATE TABLE `cms_homes_stickers` (
`id` int(11) NOT NULL auto_increment,
`userid` int(11) NOT NULL,
`x` varchar(6) NOT NULL default '1' COMMENT 'left',
`y` varchar(6) NOT NULL default '1' COMMENT 'top',
`z` varchar(6) NOT NULL default '1' COMMENT 'z-index',
`data` text default value,
`type` varchar(1) NOT NULL default '1',
`subtype` varchar(1) NOT NULL default '0' COMMENT 'Widget Type (if widget)',
`skin` text NOT NULL,
`groupid` int(11) NOT NULL default '-1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=526 DEFAULT CHARSET=latin1;
here is this with the data what must i do ???
If i run the debug im getting a problem;
If have port 21 opened and im not using ...
Btw, on the homepage if i try to get other clothes and i click sumbit it gets an error, and i can't change my habbo home and group home ( Can't enter catalogus ) And i can't change my group badge
i guess the problem with that is my host ( I host myself local ) anyone know an good free host? And without to much spam..
i have an error on my site i wont connect to my database i get this error :
Warning: mysql_connect() [function.mysql-connect]: Host 'blade26.geenpunt.nl' is not allowed to connect to this MySQL server in /storage/mijndomein/users/102846/public/sites/hotel.rosech.nl/includes/mysql.php on line 13
HoloCMS Configuration Error:
I was unable to connect to the provided MySQL server. Please review the error message above for details.
please tell me wat to do
If anyone needs help with setting it up or is having problems.
I am willing to help over teamviewer.
Feel free to add me:
shaun@gamingisle.com
Regards,
~ Shaun
Someone have the right sql?
Install says: holo.users dosent exisist or somthin!
now my website work fine
:( please help, I need the rigt SQL :(
The installation is now in process, this should take only a second or two on an average system to complete.
Dropping existing tables where needed..done!
Creating tables..done!
Inserting data and building default content..Table 'holiday.users' doesn't exist