Package not being created

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

tonyjgreen
Member

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.

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

#3867

Shahjada
Keymaster

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

#3995

Elliswin
Member

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

#4023

Shahjada
Keymaster

Execute the following SQL to resolve your issue:

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

#4048

cjweb82
Member

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.

#4055

alanna25
Member

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

#4083

Shahjada
Keymaster

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.

#4100

cjweb82
Member

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

#4114

Shahjada
Keymaster

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

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

#4116

Elliswin
Member

the first suggestion actually worked for me thank you.

#4122

alanna25
Member

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.