Your host should give you access to them. Probably just called logs. If you have cPanel, then they are available as "raw logs" for the current day. They are cached, so you'll only see info from earlier in the day most likely.
Looking at the error log I got these whilst trying to submit an article with a picture:
[Thu Oct 01 08:46:22 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:22 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:22 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:22 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:46:21 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...o=new.html
[Thu Oct 01 08:45:49 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:49 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:49 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:49 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:49 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
[Thu Oct 01 08:45:48 2009] [error] [client 83.192.62.55] File does not exist: /home/chantill/public_html/Pro_News, referer: www.chantillyexpat.com...ubmit.html
- rosbifAny chance of getting the 'Display in Home' option displayed on the 'Submit Article' page? It seems to default to no so I have to edit every article after submitting it...
Sorry, I finally see what you were driving at... It's the user Submit Article which defaults to "No".
Fix. In functions.php find around line 2179:
$sql = 'INSERT INTO '.$prefix.'_pronews_articles VALUES(NULL, "'.$category.'", "'.$title.'", "'.$intro.'", "'.$content.'", "'.$image.'", "'.$caption.'", "'.$comment.'", "'.$postby.'", "'.$postby_show.'", "'.$post_time.'", "'.$show_cat.'", "'.$active.'", "'.$approved.'", "'.$viewable.'", NULL, "'.$display_order.'", "'.$alanguage.'", "'.$album_id.'", "'.$album_cnt.'", "'.$album_seq.'", "'.$slide_gallery.'", "'.$image2.'", "'.$caption2.'", "'.$user_fld_0.'", "'.$user_fld_1.'", "'.$user_fld_2.'", "'.$user_fld_3.'", "'.$user_fld_4.'", "'.$user_fld_5.'", "'.$user_fld_6.'", "'.$user_fld_7.'", "'.$user_fld_8.'", "'.$user_fld_9.'",0,0,0, "'.$df_topic.'", "", "'.$associated.'", "'.$display.'")';
Change the:
"'.$display.'"at the very end to:
"1"
and that should do it.
Thanks, you mean remove the '.$display.' and put 1 there instead?
Yep. You want it set to true (1) in all cases, no?
Yeah I guess so.. will make the change.
Pro_News 3.2.0.5 is released. That concludes the 3.2 release. Thanks everyone, particularly those who've helped so much in this thread.
This thread is Closed!