When I try to install Aggregation module , give following error message
user warning: Data too long for column 'help' at row 1 query: INSERT INTO vocabulary (vid, name, description, help, multiple, required, hierarchy, relations, tags, weight, module) VALUES (3, 'Aggregation Feed Types', 'All Aggregation Feed Types are to be declared as terms under this vocabulary', 'Add terms that represent the feed types. For example, if you create a term called RSS10 you\"ll need to create a file RSS10.inc in the feed_handlers that implements a function called _aggregation_RSS10_parse. This function will handle all feeds under this term! Checkout the file example.inc and RSS20 for an example.0', 0, 1, 0, 0, 0, 0, 'aggregation') in D:\Install\C\xampp\htdocs\drupal1\includes\database.mysqli.inc on line 151.
Comments
Comment #1
Ashraf Amayreh commentedI installed the module on a fresh installation and got no errors.
What version of PHP are you using? This module requires PHP 5 & CURL support. Do you have these installed on your server? If you're not sure then please run phpinfo() and paste the installed modules or compilation string here.
Comment #2
sharique commentedCurl not intalled,i'm using Xampp on windows. Pls tell me how I can enable curl.
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.1
Comment #3
Ashraf Amayreh commentedFor serious development, I advise you not to use one of the pre-packaged windows installers that install apache, php & mysql in one shot.
If you must, you could try appserv although I would recommend you look online for how to install each separately.
I highly doubt you're installing xampp on a live server, but if for some strange reason you are, then you need an administrator's help. These packages are really for development purposes and I think they're not fit for serious development either.
Comment #4
sharique commentedI'm a drupal newbie. I'm working on local machine (development machine) not actual server. I'm experimenting all stuff on my machine.
Comment #5
Ashraf Amayreh commentedWell, I guess I too got this error on one machine I was using. So I remembered this issue immediately.
Fixed in new release :-)