Forum Activity for @michael

michael
@michael
11/04/18 08:27:35PM
7,821 posts

Unknown Upload (Audio+Video) Error


Installation and Configuration

If you want to send over some details for a test account that I can login and try with, send the info to support at jamroom dot net with a link to this thread and I'll try from here if you like.
michael
@michael
11/04/18 03:41:46AM
7,821 posts

Meta Tag Manager


Installation and Configuration

Valid profile variables can be found in your datastore in the jrprofile_item_key eg:
profile_bio                     
profile_url                     
profile_zip                     
profile_name                    
profile_phone                   
profile_active                  
profile_address                 
profile_private                 
profile_website                 
profile_location                
profile_quota_id                
profile_services                
profile_disk_usage              
profile_image_name              
profile_image_size              
profile_image_time              
profile_image_type              
profile_view_count              
profile_geocode_lat             
profile_geocode_lng             
profile_image_width             
profile_image_height            
profile_kennel_config           
profile_image_extension         
profile_kennel_services         
profile_operation_hours         
profile_jrBlog_item_count       
profile_reservations_open       
profile_jrFollower_approve      
profile_reservations_close      
michael
@michael
11/04/18 02:23:53AM
7,821 posts

My site does not appear to support SSL?


Installation and Configuration

It was a bug. The bug has been fixed in the next version of jrCore. Thanks very much.
michael
@michael
11/04/18 02:19:07AM
7,821 posts

Unknown Upload (Audio+Video) Error


Installation and Configuration

I think this is unrelated to your current question and trying to answer is going to turn the thread into a mess. You can exclude profiles that dont have images in the jrCore_list call that powers that section.

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list

Look for the 'require_image' setting.

If you need more info on how to exclude items without images from a jrCore_list call, open a thread for that.

As for why your uploads are not working, did you get anything from the server error logs?
michael
@michael
11/03/18 05:09:40PM
7,821 posts

A problem while i click in the comment button


Using Jamroom

The reason your comment box is not showing up is because you have the DISQUS module enabled but not configured.

If you have DISQUS then that will show, but if not then the normal COMMENTS module will show.

Disable DISQUSS here to make the comments box show:
https://sharewd.co/disqus/admin/info
michael
@michael
11/01/18 07:23:54PM
7,821 posts

Email forwarding to several email addresses?


Jamroom Hosting

Did you try setting up 2 individual email forwarders?
info@example.com => test1@test.com
info@example.com => test2@test.com
michael
@michael
11/01/18 04:01:34AM
7,821 posts

My site does not appear to support SSL?


Installation and Configuration

Try turning off the private site option, see if you can open that page, if YES then try turning on the CREATE SSL URLS option, then turning privacy back on again.

I suspect the URL is not opening may be related to the site being unavaliable to non-logged in users, seams like that may be a bug if it does work.
michael
@michael
11/01/18 03:47:19AM
7,821 posts

How do I switch my profile?


Using Jamroom

That looks like the correct location to change profiles. There is nothing more you need to do than to go to the profile you want to post at.

An admin user will always be able to post to any profile.

A normal level user will need to be linked to a profile in order to post.

When you post to a profile it is you the 'user' that is doing the posting and that will be recorded along with what is posted.

If you dont want to show user information in the output template you can adjust the .tpl files to format the output however you like.

So if you're linked to 'profileA' and 'profileB' visit the profiles at
yoursite.com/profilea/
yoursite.com/profileb/

Then navigate to the location you want to create new items for and there should be a + button to create a new one.
michael
@michael
11/01/18 03:23:30AM
7,821 posts

My site does not appear to support SSL?


Installation and Configuration

Login as the admin user then go to
https://johanniter-intern.de/user/ssl_check

See if it gives you the OK response.

Your system check looks ok.

Try running the integrity check just to get it out of the way as a possible issue
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK -> check all checkboxes -> RUN

jrCore_load_url is not important unless you want to look at the code yourself. if you do its in the util.php file in the jrCore module. What it does is important though, what it does is it tries to load that URL above over SSL and for you its failing. SOOOOOO...... its either
A: the page cant be loaded OR
B: the loading function isnt working.

Not sure which yet. If while logged in as the admin user you get the OK from that url above, then its probably the function not working. If that the case then its probably that your server does not have CURL functions enabled for php. In which case my suggestion will be contact the server company to see that it has all the needed functions.

BUT, i would have expected to see notice of that in the SYSTEM CHECK that you ran and it looks ok. so not sure.
michael
@michael
11/01/18 01:41:31AM
7,821 posts

Unknown Upload (Audio+Video) Error


Installation and Configuration

you can try looking in the CONSOLE of the browser. In Firefox you can get to the console by hitting F12 then choosing the CONSOLE tab.

This shows you any javascript messages that happen at the time of upload.

If there is nothing useful there, then the next place to look is the servers error logs.
console.jpg console.jpg - 234KB
  104