Forum Activity for @itsken

alt=
@itsken
03/20/17 07:59:19PM
53 posts

upload size for images


Genosis

duhhh .... i should have realized cli and not apache2 ... it's now changed ;-)
alt=
@itsken
03/20/17 05:36:53PM
53 posts

upload size for images


Genosis

Michael, thanks - i've restarted apache a couple of times, even reloaded the system - everything is still set to 2m on the example quota. I checked the php.ini file just to make sure that it was the correct one .... here's the output

ken-home@ubuntu:~/Desktop/genosis-open-source$ php --ini
Configuration File (php.ini) Path: /etc/php5/cli
Loaded Configuration File: /etc/php5/cli/php.ini
Scan for additional .ini files in: /etc/php5/cli/conf.d
Additional .ini files parsed: /etc/php5/cli/conf.d/05-opcache.ini,
/etc/php5/cli/conf.d/10-pdo.ini,
/etc/php5/cli/conf.d/20-curl.ini,
/etc/php5/cli/conf.d/20-gd.ini,
/etc/php5/cli/conf.d/20-json.ini,
/etc/php5/cli/conf.d/20-mysql.ini,
/etc/php5/cli/conf.d/20-mysqli.ini,
/etc/php5/cli/conf.d/20-pdo_mysql.ini,
/etc/php5/cli/conf.d/20-readline.ini

ken-home@ubuntu:~/Desktop/genosis-open-source$ cat /etc/php5/cli/conf.d/10-pdo.ini | grep "upload_max_filesize"
ken-home@ubuntu:~/Desktop/genosis-open-source$ cat /etc/php5/cli/php.ini | grep "upload_max_filesize"
upload_max_filesize = 100M
ken-home@ubuntu:~/Desktop/genosis-open-source$ cat /etc/php5/cli/php.ini | grep "post_max_size"
post_max_size = 100M
ken-home@ubuntu:~/Desktop/genosis-open-source$ cat /etc/php5/cli/php.ini | grep "memory_limit"
memory_limit = 100M
alt=
@itsken
03/20/17 05:13:48PM
53 posts

google maps api key in time map


Genosis

michael:
looks like you've installed this module:
https://www.jamroom.net/ultrajam/networkmarket/ss=maps

The producer of that module is @ultrajam

Their forum is here:
https://www.jamroom.net/ultrajam/forum

Their docs Table of Contents is here:
https://www.jamroom.net/ultrajam/documentation/contents

Looks like the doc you want is related to putting in your API key to the module.


Probably this doc at a guess:

Ultrajam Docs: "Google Maps API Usage and Limits"
https://www.jamroom.net/ultrajam/documentation/modules/1788/google-maps-api-usage-and-limits

Usually keys go in the ACP -> MODULES -> (whatever category that module is in) -> GoogleMaps -> GLOBAL CONFIG

Hi Michael I loaded the basic genosis system and I don't see anywhere in ACP -> Modules where Googlemaps is mentioned - i looked at the docs that you posted and it talks about buying the googlemaps module (which i've not done)
alt=
@itsken
03/20/17 04:33:17PM
53 posts

upload size for images


Genosis

Hi, sorry if i'm asking to many simple questions ....I have two questions, the first is how to set up more than the default quota everywhere i look i don't see anywhere to set up other quotas. THe second is i have changed my php.ini file to all 100m for memory, upload and and post sizes, which should mean that I would be able to set the max upload to 25m .... however the default quota is still set to 2m and the use default button is greyed out
thanks
Ken
updated by @itsken: 06/20/17 03:34:32AM
alt=
@itsken
03/20/17 01:58:55PM
53 posts

google maps api key in time map


Genosis

HI, i'm getting an error when looking at the time map, when i look at the developer tools it says the API key is missing ... So I have a key, but where do i put it ????
Screen Shot 2017-03-20 at 1.43.15 PM.png Screen Shot 2017-03-20 at 1.43.15 PM.png - 456KB

updated by @itsken: 06/30/17 12:11:29AM
alt=
@itsken
03/15/17 04:12:56PM
53 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

OK i fixed it ... it needs to be in a virtual host, the documentation could do with some updating ...
The files can't live in /genosis-open-source it needs to in / --> that is the document root
alt=
@itsken
03/15/17 03:25:21PM
53 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

michael:
here's my current guess: You've skipped the part about apache aliases in the guide:

Guide: "configuring apache for virtual hosting"
https://www.jamroom.net/brian/documentation/guides/1211/configuring-apache-for-virtual-hosting

Because if you'd have done that you would be using a different directory other than /var/www/html for your site folders.

for me on my dev my sites are at:
/home/michael/sites

then
/home/michael/sites/yoursite.com/public_html

for each install. (also have a logs directory next to public_html).

but it does seam to be able to access the install.php. If you go to:
http://ftree.croziers.org/genosis-open-source/

does that redirect you to
http://ftree.croziers.org/genosis-open-source/install.php

?? it should, and if it is doing that then the rest of it should be working correctly as well.

is jrUser in the modules directory?

Yes jrUser is in the modules directory .....
http://ftree.croziers.org/genosis-open-source/ --- shows me the directory
http://ftree.croziers.org/genosis-open-source/install.php --- does the install

so something is missing in the apache2.conf I have ....


Options FollowSymLinks
AllowOverride None
Require all denied



AllowOverride None
Require all granted



Options Indexes FollowSymLinks
AllowOverride None
Require all granted

Screen Shot 2017-03-15 at 2.44.44 PM.png Screen Shot 2017-03-15 at 2.44.44 PM.png - 74KB
alt=
@itsken
03/15/17 01:29:37PM
53 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

Hi Michael, I've played around a little moving the files from /var/www/html/genosis-open-source/ into /var/www/html and it didn't make any difference ... here's some screen shots - there's got to be something basic that i've missed
Screen Shot 2017-03-15 at 1.19.38 PM.png Screen Shot 2017-03-15 at 1.19.38 PM.png - 76KB
alt=
@itsken
03/15/17 12:13:11PM
53 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

michael:
you're on a local dev system running on linux? Jamroom wont run on windows.

Docs: "Server Requirements"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/server-requirements

I usually use this guide to get my servers set up.

Guide: "High performance Jamroom (on digital ocean)"
https://www.jamroom.net/brian/documentation/guides/1188/high-performance-jamroom-on-digitalocean

It works great for setting up a local dev server too.

Jamroom also expects to be running on a domain name, not just localhost, so setup a domain name in your /etc/hosts file

eg:
127.0.0.1      yoursite.com

Then install jamroom into yoursite.com.

if you see the part of the guide

Guide: "configuring apache for virtual hosting"
https://www.jamroom.net/brian/documentation/guides/1211/configuring-apache-for-virtual-hosting

You can then use /etc/hosts and virtual hosting to have as many installs as you like.

Yes I'm on my own local server, the hosts file is OK and I followed the guide and installed on a Ubuntu 14 system and I end up at the same place ... so either something is missing or my fingers dont work ... Also had to install libcap-dev to get mod_ruid to compile, plus install the correct apache environment ... but i end up with the same message ...
  5