Forum Activity for @itsken

alt=
@itsken
03/20/17 05:36:53PM
61 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
61 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
61 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
61 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
61 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
61 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
61 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
61 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 ...
alt=
@itsken
03/14/17 02:21:02PM
61 posts

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


Installation and Configuration

ok so i have .htaccess in two places in the root directory /var/www/html and in the genosis-open-source directory, mod_rewrite is enable as shown in the attached file .... so what else could be wrong ?
should the files be in /var/www/html or in /var/www/html/genosis-open-source/ ??

What do i use as a URL to get into the system ..... http://localhost/????
Screen Shot 2017-03-14 at 2.19.47 PM.png Screen Shot 2017-03-14 at 2.19.47 PM.png - 337KB
alt=
@itsken
03/14/17 12:05:19PM
61 posts

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


Installation and Configuration

douglas:
Hello Ken,

That looks correct to me as far as directories and files for the Genosis open source download.

Make sure you've uploaded everything in the modules directory, the jrCore and jrUser most importantly.

Might also check they have the correct permissions set, directories should be 755 and files 644.

Hope this helps!
thanks Douglas,

This is the module directory ... what should i be using to get to the UI ?
/var/www/html/genosis-open-source/modules
[root@www modules] # ls -lag
total 148
drwxr-xr-x. 37 apache 4096 Mar 13 18:40 .
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 ..
drwxr-xr-x. 9 apache 4096 Mar 13 18:40 jrAction
drwxr-xr-x. 3 apache 4096 Mar 13 18:40 jrBackup
drwxr-xr-x. 4 apache 4096 Mar 13 18:40 jrBanned
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrBlog
drwxr-xr-x. 12 apache 4096 Mar 13 18:40 jrCore
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 jrDeveloper
drwxr-xr-x. 8 apache 4096 Mar 13 18:40 jrEmbed
drwxr-xr-x. 4 apache 4096 Mar 13 18:40 jrFavicon
drwxr-xr-x. 3 apache 4096 Mar 13 18:40 jrFeed
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrFollower
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 jrGenBadge
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrGenCore
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrGenEvent
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 jrGenHistory
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrGenSearch
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrGenSource
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 jrGenStory
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrGenTimemap
drwxr-xr-x. 3 apache 4096 Mar 13 18:40 jrGeo
drwxr-xr-x. 4 apache 4096 Mar 13 18:40 jrGoogleAnalytics
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrGraph
drwxr-xr-x. 5 apache 4096 Mar 13 18:40 jrImage
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrMailer
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrMarket
drwxr-xr-x. 2 apache 4096 Mar 13 18:40 jrMeta
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrPage
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrProfile
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrSearch
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrSiteBuilder
drwxr-xr-x. 2 apache 4096 Mar 13 18:40 jrSitemap
drwxr-xr-x. 8 apache 4096 Mar 13 18:40 jrSmiley
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrSupport
drwxr-xr-x. 6 apache 4096 Mar 13 18:40 jrTips
drwxr-xr-x. 7 apache 4096 Mar 13 18:40 jrUpimg
drwxr-xr-x. 8 apache 4096 Mar 13 18:40 jrUser
[root@www modules] #
  6