Jump to content

Recommended Posts

  • Administrators
Posted

I'm not getting this bug, which makes it weird.

If you can do me a favor:

Subscribe to the issue:

http://phpvms.net/forum/index.php?issue=3.com5

And, open /admin/modules/downloads/downloads.php, Line 184/185 is:

DownloadData::AddDownload($this->post->category, $this->post->name, $this->post->description, $this->post->link, $this->post->image);

Under it, above the } add:

DB::debug();

Please post the results in the above issue.

Thanks!

Posted

Hope I did this correctly.... hehehe

Added the error message that I received as a 'comment'...  but will paste it here just in case:

    ezSQL (v2.03) Debug..

    Last Error -- [unknown column 'description' in 'field list' ()]

    Query [5] -- [iNSERT INTO phpvms_downloads (`pid`, `name`, `description`, `link`, `image`, `hits`) VALUES (3, 'FS ACARS 4.0.11', 'FS ACARS Version 4.0.11', 'http://jnyva.com/downloads/fsacars4.zip', '', 0)]

    Query Result..

        No Results

  • Administrators
Posted

Thanks alot! Here's the fix, run in phpMyAdmin:

ALTER TABLE `phpvms_downloads` ADD `description` TEXT ASCII AFTER `name`;

Added the column in the update install, but not in the full install :(

Posted

Thanks alot! Here's the fix, run in phpMyAdmin:

ALTER TABLE `phpvms_downloads` ADD `description` TEXT ASCII AFTER `name`;

Added the column in the update install, but not in the full install :(

Thanks Nabeel!  That fixed my problem.  Of course, I haven't added an image... yet.  ;D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...