Toggle Content

Donations

Donate with PayPal!
Help support Pro_News and become a member of our Sponsors Group
The tip jar is at PayPal, but does not require a PayPal account
Anonym $ 10.00
macavity $ 115.00
RedGerry £ 50.00
Anonym $ 10.00
minor $ 20.00

Recommended ISP

Can't post article

3.2 Forum ONLY: If you've run into a problem, such as an error message, blank page, or similar problem, this is where to look. Post any installation or other problems or questions here, and I and other users will try to help.
Svara på inläggetSvara på inlägget Utskriftsvänlig sida

Can't post article

Inlägg Skrivet: Tor Oct 29, 2009 11:23 am

I just installed fresh copy of Pro_News on my local test site running
Apache 2.2.11
PHP 5.3.0
MySQL 5.1.40

No configuration changed. Tried to publish a test article and get this:

Code:
CMS Warning line 73: On /df10/admin.php?op=Pro_News&mode=add&do=save While executing query "INSERT INTO df10_pronews_articles VALUES(NULL, "1", "First Article", "This is my first article intro.", "This is the article itself.", "1256814714.7237.gif", "Mario", "1", "Madis", "1", "1256814910", "1", "1", "1", "1", NULL, "0", "", "2", "1", "0", "0", "1256814714.9411.jpg", "The A-Team is back", "", "", "", "", "", "", "", "", "", "", 0,0,0, "", "", "", "1")" the following error occured: Incorrect integer value: '' for column 'df_topic' at row 1 In: D:\Programmid\wamp\www\df10\modules\Pro_News\admin\admin_functions.php on line: 1168



The sql statement is a bid bad, as there is no field names given in the INSERT statement (may cause problems if people upgrade ProNews etc).



Madis please enter your server specs in your user profile! Gråtande eller väldigt ledsen

Madis
Poster
Poster
 
Inlägg: 12
Blev medlem: Apr 14, 2008

Re: Can't post article

Inlägg Skrivet: Tor Oct 29, 2009 10:28 pm

- Madis

The sql statement is a bid bad, as there is no field names given in the INSERT statement (may cause problems if people upgrade ProNews etc).



Causes me problems, yes! Blinka But even if named, if I forget to add extra field I still get a potentially hidden, latent error, rather than one picked up and thrown in my face by MySQL. So I've not been sure that's really a better choice.

- Madis

MySQL 5.1.40



I don't have anything later than 5.0.x. So does 5.1 enforce strict? It seems that some parts of code put df_topics as 0, but some as NULL. Need to look into that - should be 0. (Adding df_topics was more trouble than it was worth - lots of demand, but not sure if anyone uses ...) Will let you know ...

Thanks for the report.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Can't post article

Inlägg Skrivet: Sön Nov 01, 2009 6:29 pm

OK, I've managed to reproduce. I upgraded to MySQL 5.1(.37) but that didn't do it. (Although it did give me a number of "Deprecated" errors at top of the page, which destroy reDesign, so i had to resarch and fiox those first!)

So then I found how to enable STRICT_TRANS_TABLES and that did it. I found several more similar problems, besides the one you reported, so I've fixed them all. Will test in the morning and release.

Have also found a potentially serious bug (unrelated), so will re-release with all fixes asap.

Thanks again! (I'll keep my dev system in STRICT_TRANS_TABLES mode from now on! Blinka )



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Can't post article

Inlägg Skrivet: Tor Nov 05, 2009 5:02 am

Great to hear that!


Actually there are some GROUP BY bugs with my localhost system in dragonfly itself, so it seems I don't have the best testing environment at the moment.



Madis please enter your server specs in your user profile! Gråtande eller väldigt ledsen

Madis
Poster
Poster
 
Inlägg: 12
Blev medlem: Apr 14, 2008

Re: Can't post article

Inlägg Skrivet: Sön Nov 08, 2009 9:10 am

Fixed version available for download.

Thanks again for the problem report.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Can't post article

Inlägg Skrivet: Ons Nov 18, 2009 10:33 am

Out of interest what are the changed files in 3.2.1 from 3.2.0?



rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.2.11/4.1.22/5.2.17/9.3.3.1

rosbif
BetaTester
BetaTester
 
Inlägg: 492
Blev medlem: Aug 01, 2007
Från: Chantilly, France

Re: Can't post article

Inlägg Skrivet: Ons Nov 18, 2009 10:46 am

As listed at bottom of Downloads page.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Can't post article

Inlägg Skrivet: Ons Nov 18, 2009 11:43 am

It was the changed files I was thinking of rather than the changes...



rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.2.11/4.1.22/5.2.17/9.3.3.1

rosbif
BetaTester
BetaTester
 
Inlägg: 492
Blev medlem: Aug 01, 2007
Från: Chantilly, France

Re: Can't post article

Inlägg Skrivet: Ons Nov 18, 2009 12:30 pm

Heck, I can't remember! Lucky for you that I use Linux not Widnoze ... Even then it wasn't straightforward.

I presume you really meant 3.2.1.1 vs 3.2.1.0?:

Code:
Only in Pro_News 3.2.1.1/Pro_News/images/pro_news: left_scrollb.gif
Only in Pro_News 3.2.1.1/Pro_News/images/pro_news: left_scroll.gif
Only in Pro_News 3.2.1.1/Pro_News/images/pro_news: right_scrollb.gif
Only in Pro_News 3.2.1.1/Pro_News/images/pro_news: right_scroll.gif
File Pro_News 3.2.1.1/Pro_News/modules/Pro_News/admin/admin_functions.php differs
File Pro_News 3.2.1.1/Pro_News/modules/Pro_News/functions.php differs
File Pro_News 3.2.1.1/Pro_News/themes/default/style/pro_news.css differs
File Pro_News 3.2.1.1/Pro_News/themes/default/template/pronews/article/index2fcs.html differ
Only Pro_News 3.2.1.1/Pro_News/themes/default/template/pronews/article: index2fcs-nh.html



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Can't post article

Inlägg Skrivet: Ons Nov 18, 2009 2:55 pm

Fantastic thank you for that - didn't mean to give you more work!! (except that hack request though!) Blinka



rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.2.11/4.1.22/5.2.17/9.3.3.1

rosbif
BetaTester
BetaTester
 
Inlägg: 492
Blev medlem: Aug 01, 2007
Från: Chantilly, France
Link  QR  Share this Utskriftsvänlig sida  facebook   myspace   twitthis  
Show more ...
Visa tidigare inlägg:   
Svara på inläggetSvara på inlägget Sida 1 av 1

3.2 Support

Hoppa till:  



Du kan inte skapa nya inlägg i det här forumet
Du kan inte svara på inlägg i det här forumet
Du kan inte ändra dina inlägg i det här forumet
Du kan inte ta bort dina inlägg i det här forumet
Du kan inte rösta i det här forumet
Du kan inte bifoga filer i det här fourmet
Du kan inte ladda ner filer i detta forum

Alla tider är GMT






layingback Non-Human Terms of Use