Forum Activity for @brian

brian
@brian
05/09/16 02:59:24PM
10,149 posts

How To Build a Multilingual Site Using The Site Builder?


Using Jamroom

Have just re-read the linked post:

https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/34639/how-to-build-a-jrelastic-multilingual-based-site-using-the-site-builder

and we recommend there as well that you NOT use Site Builder, and instead use templates. 6 months later I am going to continue to recommend that approach as it's already supported.

Just an FYI.
brian
@brian
05/09/16 02:56:37PM
10,149 posts

suddenly 99% of all my images stopped working!


Installation and Configuration

soaringeagle:
even set log level to debug getting no errors in log..

yeah something is not right - I'm not sure what to tell you.
brian
@brian
05/09/16 02:35:59PM
10,149 posts

Proxima, mp3 streaming,


Proxima

amartins:
I noticed that New release of Proxima included a module called "Proxima File", but I just don't know how to use it. Seems very helpful to stream music or get images. Am I correct?

Yes it can - if you upload a file when creating a user or data item, then the file will be made available for download - the URL will be included in the GET request.

Let me know if that helps.
brian
@brian
05/09/16 02:34:54PM
10,149 posts

Genosis Download Link


Genosis

Note that we've added a direct Genosis download link here as well:

https://www.jamroom.net/networkmarket/core_download/genosis-free-core
brian
@brian
05/09/16 02:33:48PM
10,149 posts

Proxima File (how to use it)


Proxima

The proxima file file module is "automatic" in that it provides file support to OTHER Proxima modules - i.e. Proxima Data and Proxima User.

Just include a file in your POST request when creating an item and that file will be stored, and then made available at a download URL that is included in the GET request for the item.

Let me know if that helps.
brian
@brian
05/09/16 02:25:51PM
10,149 posts

suddenly 99% of all my images stopped working!


Installation and Configuration

You'll probably need to contact litespeed support - if it's not logging 500 internal server errors then there is a problem.
brian
@brian
05/09/16 02:18:36PM
10,149 posts

Removed Youtubes Not Deleted


Using Jamroom

gary.moncrieff:
I am seeing this too.
This video is no longer available because the YouTube account associated with this video has been closed.
Is this still an issue ever after the latest update to the module?

Thanks!
brian
@brian
05/09/16 02:11:34PM
10,149 posts

How To Build a Multilingual Site Using The Site Builder?


Using Jamroom

pch:
Hi Brian,
I am still stuck on this issue. I have already created 4 languages in the system. It seems that it is not still possible to build a Multilingual Site using the Site Builder in the Elastic template.
I have posted about the same subject here:https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/34639/how-to-build-a-jrelastic-multilingual-based-site-using-the-site-builder
Six months later, there seems to be no solution.
Please, providing me with a comprehensive step by step guide on "how to Build a Multilingual Site using the Site Builder" in the Elastic Template.
Thanks in advance.

Unfortunately there is no "comprehensive step by step guide on "how to Build a Multilingual Site using the Site Builder" in the Elastic Template" - I'm sorry to say.

You COULD do it with custom templates using the HTML Editor widget - i.e.
{jrCore_lang skin=$_conf.jrCore_active_skin id=1 default="default for lang id 1"}
but that's really just using Site Builder for templates - you might as well use real templates.

Part of the problem here is that at this time there's no easy way to add custom language strings into the system that do NOT belong to a module or skin, and very, very few of our users have had a need for that. I'd like to tell you it's on it's way, but it's not, and I'm not sure when it will be supported.

If you need multilingual right now, you'd want to just use templates and not site builder - that's 100% doable right now. I know that's not what you're looking for though.

Sorry!
brian
@brian
05/09/16 02:03:26PM
10,149 posts

suddenly 99% of all my images stopped working!


Installation and Configuration

If you're running virtual hosts, then errors to virtual hosts will NOT be in /var/log/apache2/error_log. Open the config file one of your virtual hosts and add:

ErrorLog /var/log/apache2/whatever.com.error_log

replace "whatever.com" with your domain. Restart Apache.

To be 100% honest I am surprised you are at this point - don't you have a hosting provider that assists you with this stuff? Again - we can't be your system admin for you - these are things that should have been setup and confirmed working before you ever moved any live traffic to your server!
brian
@brian
05/09/16 01:59:50PM
10,149 posts

jamroom dependencies


Installation and Configuration

soaringeagle:
i thought imagemagic was a dependency but now i see its fiull of vulnerabilities

No - it's not a dependency - JR will use /usr/bin/convert if it is installed (for resizing animate GIFs) but it's required.

Here's the apt we use on Ubuntu 16.04:

apache2 apache2-dev libapache2-mod-php7.0 php7.0 php7.0-cli php7.0-common php7.0-curl php7.0-imap php7.0-gd php7.0-mysql php7.0-opcache php7.0-bcmath php7.0-mbstring php7.0-mcrypt php7.0-zip php-geoip postfix ksh libcap-dev vim gawk zip memcached imagemagick mailutils lftp duply duplicity python-boto python-paramiko python-gobject-2 expect localepurge git notify-tools clamav opendkim opendkim-tools

This does not include MariaDB which is also installed.
  268