Package not being created

in Download Manager Free

Viewing 12 posts - 1 through 12 (of 12 total)
Jan 23, 2013 at 3:00 pm
#3821
Member
tonyjgreen
OP

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.

Jan 23, 2013 at 6:28 pm
#3823

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!!!

Jan 25, 2013 at 2:13 am
#3867
Keymaster
Shahjada
Staff

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

Jan 30, 2013 at 9:59 pm
#3995
Member
Elliswin

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

Jan 31, 2013 at 2:03 am
#4023
Keymaster
Shahjada
Staff

Execute the following SQL to resolve your issue:

ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL

Jan 31, 2013 at 4:34 pm
#4048
Member
cjweb82

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.

Jan 31, 2013 at 9:26 pm
#4055
Member
alanna25

I am having this same issue as cjweb82, looking forward how to fix this! Thanks.

Feb 2, 2013 at 1:22 am
#4083
Keymaster
Shahjada
Staff

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.

Feb 3, 2013 at 5:22 pm
#4100
Member
cjweb82

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”);

Feb 4, 2013 at 10:18 am
#4114
Keymaster
Shahjada
Staff

try again, earlier the double quotes was formatted by wp:

$wpdb->query("ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL");

Feb 4, 2013 at 1:21 pm
#4116
Member
Elliswin

the first suggestion actually worked for me thank you.

Feb 4, 2013 at 7:31 pm
#4122
Member
alanna25

This worked for me too, thanks!!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic "Package not being created" is closed to new replies.