- Posts: 5
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question [Merged topic] Open_basedir in effect
Database collation check: The collation of your table fields are correct
Legacy mode: Enabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Enabled | htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 2M
Kunena version detailled: Installed version: 1.6.0-BETA1 | Build: 3068 | Version name: | Kunena detailled configuration:
Warning: Spoiler![th]Kunena config settings:[/th]
board_title BibleStudy board_offline 0 offline_message <h2>The Forum is currently offline for maintenance.</h2>
Check back soon!enablerss 1 enablepdf 1 threads_per_page 20 messages_per_page 6 messages_per_page_search 15 showhistory 1 historylimit 6 shownew 1 jmambot 0 disemoticons 0 template default showannouncement 1 avataroncat 0 catimagepath category_images/ showchildcaticon 1 annmodid 62 rtewidth 450 rteheight 300 enableforumjump 1 reportmsg 1 username 0 askemail 0 showemail 0 showuserstats 1 showkarma 0 useredit 1 useredittime 0 useredittimegrace 600 editmarkup 1 allowsubscriptions 1 subscriptionschecked 1 allowfavorites 1 maxsubject 50 maxsig 300 regonly 0 changename 1 pubwrite 0 floodprotection 0 mailmod 1 mailadmin 0 captcha 1 mailfull 1 allowavatar 1 allowavatarupload 1 allowavatargallery 1 imageprocessor gd2 avatarquality 65 avatarsize 2048 allowimageupload 0 allowimageregupload 1 imageheight 800 imagewidth 800 imagesize 250 allowfileupload 0 allowfileregupload 1 filetypes zip,txt,doc,gz,tgz,xml,csv filesize 3000 showranking 1 rankimages 1 avatar_src cb fb_profile cb pm_component uddeim userlist_rows 30 userlist_online 1 userlist_avatar 1 userlist_name 1 userlist_username 1 userlist_posts 1 userlist_karma 0 userlist_email 0 userlist_usertype 0 userlist_joindate 1 userlist_lastvisitdate 0 userlist_userhits 0 latestcategory 0 showstats 0 showwhoisonline 1 showgenstats 1 showpopuserstats 0 popusercount 5 showpopsubjectstats 1 popsubjectcount 5 usernamechange 0 rules_infb 0 rules_cid 1 rules_link www.bestofjoomla.com/ help_infb 0 help_cid 1 help_link www.bestofjoomla.com/ showspoilertag 1 showvideotag 1 showebaytag 0 trimlongurls 1 trimlongurlsfront 40 trimlongurlsback 20 autoembedyoutube 1 autoembedebay 0 ebaylanguagecode en-us fbsessiontimeout 1800 highlightcode 1 rss_type thread rss_timelimit month rss_limit 100 rss_included_categories rss_excluded_categories rss_specification rss2.0 rss_allow_html 1 rss_author_format name rss_word_count 0 rss_old_titles 1 fbdefaultpage categories default_sort asc alphauserpoints 0 alphauserpointsrules 0 alphauserpointsnumchars 0 sef 1 sefcats 1 sefutf8 1 showimgforguest 1 showfileforguest 1 pollnboptions 4 pollallowvoteone 1 pollenabled 1 poppollscount 5 showpoppollstats 1 polltimebtvotes 00:15:00 pollnbvotesbyuser 100 pollresultsuserslist 1 maxpersotext 50 ordering_system old_ord post_dateformat ago post_dateformat_hover datetime hide_ip 1 js_actstr_integration 0 imagetypes jpg,jpeg,gif,png checkmimetypes 1 imagemimetypes image/jpeg,image/jpg,image/gif,image/png imagequality 50 thumbheight 32 thumbwidth 32 hideuserprofileinfo put_empty integration_access auto integration_login auto integration_avatar auto integration_profile auto integration_private auto integration_activity auto boxghostmessage 0 userdeletetmessage 0 latestcategory_in 1 topicicons 1 onlineusers 1 debug 0 catsautosubscribed 0 showbannedreason 0 version_check 1 showthankyou 1 showpopthankysoustats 1 popthankscount 5 mod_see_deleted 0
Users are unable to upload files fro some reason. I checked the directory permissions, and they are fine, any other reason why it would not work?
Please Log in or Create an account to join the conversation.
what is exactly error or message you users have when they try to attach file?
Regards
Please Log in or Create an account to join the conversation.
"Failed to upload file '': File was not uploaded."
I'm guesing the file name should be between the single quotes, so something must be happening during the file upload process.
I can't enable debug mode in kunena to reveal more details, because when I do, I get a 500 error page.
Please Log in or Create an account to join the conversation.
For your information: Images are located within the folder ../media/kunena/attachments in a "numbered" folder name that corresponds to the Kunena user-id. So, for example if your user-id = 65 your attachments are all stored in ../media/kunena/attachments/65 Within this folder there is another folder ../media/kunena/attachments/65/thumb where the thumbnail images are stored.
The reason that your users cannot upload images is because your configuration report shows that you have not allowed them to.
Second point: Legacy mode. It's possible (and it's likely) that running "legacy" mode may interfere with K 1.6. We have received a few reports where running older J! 1.0 modules (that J! 1.5 to be run in legacy mode for them to operate). Please look at the results of this search that I have done for you.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
It turns out that I had configured php.ini open_basedir to the root of the site. I had to also include the in the open_basedir configuration the /tmp location (the default upload location)
Please Log in or Create an account to join the conversation.