• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

General Question before buying

ch45

Chevereto Noob
Hello,

a few questions:

1) is a plugin available for a paid group´s , handle the upload size and more ?
2) is a migration of other upload script possible, I would like to take over my old users and data. But it fails at the mysql

Here a Sample:

Code:
CREATE TABLE IF NOT EXISTS `ihs_bilder_daten` (
  `id` int(11) NOT NULL auto_increment,
  `user_id` int(11) NOT NULL,
  `url` varchar(255) NOT NULL,
  `text` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `bewertungen` int(11) NOT NULL,
  `bewertungen_stimmen` int(11) NOT NULL,
  `ip` varchar(255) NOT NULL,
  `time` int(11) NOT NULL,
  `bis_time` int(11) NOT NULL,
  `aufrufe` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  KEY `id` (`id`),
  KEY `time` (`time`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14859 ;

What is the best setting for transfer my old data to your system?

thanks in advance
ch45
 
There are no plugins and there's no knowledge about migration. You should download the free edition and examine the database structure on your own.
 
I'm sorry but I'm not taking custom jobs. I'm not into that.
 
Back
Top