Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Downloads Pro ⇒ Submit download Error


Submit download Error
Please post bugs in the Projects Module.
Otherwise, post here.

Go to page 1, 2  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Add-Ons & BlocksDownloads Pro

View previous topic :: View next topic  
Author Message
vinamra2004
Newbie
Newbie

Offline Offline
Joined: Mar 14, 2007
Posts: 41

PostPosted: Thu Mar 15, 2007 11:54 am
Post subject: Submit download Error

When submiting a download I get the following error emailed to me

includes\db\db.php
CMS Warning line 75: On /index.php?name=Downloads&file=add While executing query "INSERT INTO cms_downloads_downloads (lid, cid, active, access, title, screen, desc_short, desc_long, date, name, email, submitter) VALUES (NULL, '1', 1, '0', 'hello', '1', 'hello', '', '1173981028', '', '', '2')" the following error occured: Field 'notes' doesn't have a default value In: d:\domains\ultimatesoftwares.net\wwwroot\modules\Downloads\add.php on line: 138


vinamra2004's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
windows 2003 / no / 5.0.18 / 5 / 9.1.2.1
Back to top
View user's profile Visit poster's website
Heckler
Heavy poster
Heavy poster

Offline Offline
Joined: Apr 22, 2007
Posts: 299
Location: California
PostPosted: Mon Apr 30, 2007 5:49 am
Post subject: Re: Submit download Error

Try uploading the download in: /uploads/downloads/

Pce,
Heckler Cool

_________________
Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes

Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Sat Jun 16, 2007 5:26 pm
Post subject: Re: Submit download Error

Note the file IS showing up in the /uploads/downloads/
but then:

A database error has occurred

The webmaster has been notified of the error


With debug of:

includes\db\db.php

* CMS Warning line 75: On /index.php?name=Downloads&file=add While executing query "INSERT INTO cms_downloads_downloads (lid, cid, active, access, title, screen, desc_short, desc_long, date, name, email, submitter, version) VALUES (NULL, '1', 1, '0', 'GEM - Guild Event Manager', '0', 'GEM - Guild Event Manager raid planning', 'This is a required Starblade addon for raid planning.', '1182007165', '', '', '2', '2.25')" the following error occured: Field 'notes' doesn't have a default value In: C:\www\sb2\modules\Downloads\add.php on line: 139

How is this resoved?


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Sat Jun 16, 2007 5:40 pm
Post subject: Re: Submit download Error

You are running MySQL with STRICT_TRANS_TABLES on ... if you can turn it off otherwise set 'notes' field as NULL instead of NOT NULL

or if this is to complicated then try adding some text to the "Notes" input form before submitting the download.

All of those are just a quick workaround till the current release get fixed and released.

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Sat Jun 16, 2007 6:20 pm
Post subject: Re: Submit download Error

NanoCaiordo wrote:
You are running MySQL with STRICT_TRANS_TABLES on ... if you can turn it off otherwise set 'notes' field as NULL instead of NOT NULL

or if this is to complicated then try adding some text to the "Notes" input form before submitting the download.

All of those are just a quick workaround till the current release get fixed and released.

I tried filling out ALL fields that could be filled and still getting said error.


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Sat Jun 16, 2007 6:23 pm
Post subject: Re: Submit download Error

NanoCaiordo wrote:
You are running MySQL with STRICT_TRANS_TABLES on ... if you can turn it off otherwise set 'notes' field as NULL instead of NOT NULL

or if this is to complicated then try adding some text to the "Notes" input form before submitting the download.

All of those are just a quick workaround till the current release get fixed and released.

What db table is notes field?


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Sat Jun 16, 2007 6:38 pm
Post subject: Re: Submit download Error

While executing query "INSERT INTO cms_downloads_downloads ....

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Sun Jun 17, 2007 9:29 am
Post subject: Re: Submit download Error

NanoCaiordo wrote:
You are running MySQL with STRICT_TRANS_TABLES on ... if you can turn it off

Ok, turned off "STRICT_TRANS_TABLES" on the mysql

and still getting:

includes\db\db.php

* CMS Warning line 75: On /index.php?name=Downloads&file=add While executing query "INSERT INTO cms_downloads_downloads (lid, cid, active, access, title, screen, desc_short, desc_long, date, name, email, submitter, version, compat) VALUES (NULL, '1', 1, '0', 'GEM (GuildEventManager)', '0', 'GEM - Guild Event Magaer', 'This is the GEM addon for raid planning, if yoyu are in starblade and want to raid this is a required addon.', '1182065277', '', '', '2', '2.25', 'wow 2.0')" the following error occured: Field 'notes' doesn't have a default value In: C:\www\sb2\modules\Downloads\add.php on line: 139


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Sun Jun 17, 2007 1:48 pm
Post subject: Re: Submit download Error

did you restart MySQL ?

as i can see I've done a spelling error ... its STRICT_TRANS_TABLES

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Wed Jun 20, 2007 1:45 pm
Post subject: Contued uploading issue

Ok, I initially posted that I was getting an error on uploading that was told it may have been related to the 'notes' field' and that my version of mysql and php may be out of date. So....

I have uniformaly completely screwed up my installs by upgrading just for the Downloads Pro version... and guess what? It still doesn't want to add files.

I fill out all the relevant field, and click save and the screen locks up... starts a progress bar and then freezes. I decided it let it sit for awhile but nothing continued to happen. Then i discovered it was not just the download, but the whole virtual server was locked.

Along with the added hell that now my other sites are messed up from upgrading to new versions.


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Wed Jun 20, 2007 2:09 pm
Post subject: Re: Submit download Error

Why create a new topic relating to your original issue? - merged back where it should have been.

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
foxpur
Newbie
Newbie

Offline Offline
Joined: Nov 13, 2006
Posts: 22
Location: Sweden
PostPosted: Wed Jun 20, 2007 2:36 pm
Post subject: Re: Submit download Error

Phoenix wrote:
Why create a new topic relating to your original issue? - merged back where it should have been.

Sorry, had 2 windows open to the site and clicked the wrong add button. My appologies.


foxpur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
WinXP/Apache 2.0.59(win32)/MySQL 5.0.37/Php 5.2.3
Back to top
View user's profile Visit poster's website
MyStur
Translator
Translator

Offline Offline
Joined: Feb 02, 2005
Posts: 133
Location: Slovenia
PostPosted: Tue Jul 01, 2008 2:21 pm
Post subject: Re: Submit download Error

had somebody solved that problem i have that problem toooo


MyStur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Vista/2.2.9/5.0.45/5.2.6/9.2.1
Back to top
View user's profile Visit poster's website MSN Messenger
MyStur
Translator
Translator

Offline Offline
Joined: Feb 02, 2005
Posts: 133
Location: Slovenia
PostPosted: Wed Jul 02, 2008 9:49 am
Post subject: Re: Submit download Error

it must be an error in php code for input downloads but i can not find it


MyStur's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Vista/2.2.9/5.0.45/5.2.6/9.2.1
Back to top
View user's profile Visit poster's website MSN Messenger
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Wed Jul 02, 2008 10:13 am
Post subject: Re: Submit download Error

bookmarked

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & BlocksDownloads Pro
Page 1 of 2
All times are GMT
Go to page 1, 2  Next



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

lesa meira...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy