• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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