- This topic has 11 replies, 6 voices, and was last updated 13 years, 1 month ago by
alanna25.
Hi,
Having exactly the same problem as the user here – here – cannot create any uploads whatsoever.
Have uninstalled, deleted and reinstalled to no avail.
Please advise.
Yo tengo el mismo problema, he instalado el gratis en una de mis web, aun teniendo el pro sin instalar aun por que me da error al instalarlo, y el gratis no me crea ningún paquete, no hace nada!!!
this only will happen if database not created successfully, send temporary wp-admin login info to support@wpdownloadmanager.com along with forum post link to check your issue
I too am having this problem, I have emailed you a temp admin log-in details, any chance of you taking a look at mine please
Thanks Elliswin
Execute the following SQL to resolve your issue:
ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL
In Version 2.3.5, when we go to create a new upload package, a green box just sits in the top right hand corner. Will the SQL resolution mentioned solve that?
And if so, where do you “EXECUTE THE FOLLOWING SQL.” I’m new to all this so please write out the instructions.
Thanks for a great product! Love this plugin.
I am having this same issue as cjweb82, looking forward how to fix this! Thanks.
in /plugins/download-manager/download-manager.php, after line#59
insert this line:
$wpdb->query("ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL");
update the file.
if you do that from ftp , deactivate and reactivate the plugin.
I get the following error: Parse error: syntax error, unexpected T_STRING in …/wp-content/plugins/download-manager/download-manager.php on line 60
I inserted the line as you wrote it above: $wpdb->query(“ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL”);
try again, earlier the double quotes was formatted by wp:
$wpdb->query("ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL");
The topic "Package not being created" is closed to new replies.