Forum Activity for @nomoo

alt=
@nomoo
12/05/23 11:02:19AM
12 posts

mysql 8 support


Using Jamroom

Thank you, Brian! I figured out that my db installation was broken due to major database update. I've downgraded, made a dump then restored dump to fresh database. Voila, jamroom is alive again.
alt=
@nomoo
12/03/23 11:47:12AM
12 posts

mysql 8 support


Using Jamroom

hello! updated mysql from percona 5.7 to mysql 8.0.35 and got the error:
PHP Fatal error:  Uncaught Error: mysqli object is not fully initialized in /www/genosis/modules/jrCore-release-7.0.0/lib/mysql.php:378
jamroom version 7.0.0, i'm using it with genosis.

Is it supported or i'm doing something wrong?
updated by @nomoo: 04/03/24 04:20:47PM
alt=
@nomoo
06/06/23 04:05:08AM
12 posts

Jamroom 7 Beta Kickoff


Announcements

Perfect news as php 7 is at the eol. What about Genosis? is it supported or i'm asking too early?
alt=
@nomoo
03/09/23 10:59:02PM
12 posts

Pedigree Problem


Genosis

I've tried intergrity checks and cache reset but i still have 'New Father' & 'New Father' instead of 'New Parent' like it is in @douglas screenshot.
alt=
@nomoo
02/28/23 01:08:19AM
12 posts

Pedigree Problem


Genosis

up
alt=
@nomoo
02/18/23 03:12:06AM
12 posts

Pedigree Problem


Genosis

First of all i'd like to thank you for your great work!

It's not a big problem, but, seems that title should be 'New parent', not 'New father'. Screenshot attached.
System core ver 6.5.13
Genosis core ver 1.9.1

p.s. for few months in my spare time i do translation of jamroom and gencore in my native language and there are some troubles like translation of few words: 'son' and 'grand' and somewhere on the page it prints 'grandson' or 'grandfather'. In different languages there are different words for that. Also i remember translation problems for words with no gender in english but different ones in other lang.

(duplicate https://www.jamroom.net/the-jamroom-network/forum/genosis/64277 as there is no answer provided)
pedigree1.png pedigree1.png - 189KB

updated by @nomoo: 06/09/23 12:33:07PM
alt=
@nomoo
04/24/21 12:06:22AM
12 posts

Microservices on php8


Genosis

Quote:
Nice, can you also check if pedigree chart works? https://genosis.stremki.net/gencore/pedigree (like this one) ?
It works, but not as good as it could be:
https://www.jamroom.net/the-jamroom-network/forum/genosis/64277/pedigree-problem
Quote:
Also can you please share php-fpm conf and nginx conf so I would try to reproduce your env with my data?
It can be optimized but these values are almost 'as is':
http {
    include       mime.types;
    default_type  application/octet-stream;

    sendfile       on;
    tcp_nopush     on;

    keepalive_timeout  65;

    gzip  on;

        server {
            server_name server.org;
            add_header Strict-Transport-Security "max-age=31536000; includeSubdomains;";
            add_header X-Frame-Options SAMEORIGIN;
            add_header X-Xss-Protection "1; mode=block" always;
            add_header X-Content-Type-Options "nosniff" always;
            client_max_body_size 100m;

            # Access and Error Logs
            access_log /var/log/nginx/nginx.access.log;
            error_log /var/log/nginx/nginx.error.log;

            # Root Directory
            root /usr/local/www/genosis/;

            location ~ (?:^|/)\. {
                deny all;
            }

            location ~* \.(js|css|png|jpg|jpeg|gif|ico|swf)$ {
                    expires 24h;
                    log_not_found off;
            }

            location @rewrite {
                    rewrite ^(.*)$ /modules/jrCore/router.php?_uri=$1 last;
            }

            location / {
                    index index.html index.php sitemap.xml /modules/jrCore/router.php;
                    try_files $uri $uri/ @rewrite;
            }

            location ~ \.php$ {
                    #NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
                    fastcgi_split_path_info ^(.+\.php)(/.+)$;
                    fastcgi_pass unix:/var/run/php-fpm.sock;
                    fastcgi_index index.php;
                    include fastcgi_params;
                    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
            }
        }
}
[global]
pid = run/php-fpm.pid

[www]
user = www
group = www
listen = /var/run/php-fpm.sock
listen.owner = www
listen.group = www
listen.mode = 0600

pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3

php_flag[display_errors] = off
php_admin_value[memory_limit] = 128M

updated by @nomoo: 04/24/21 12:10:22AM
alt=
@nomoo
03/29/21 11:49:20PM
12 posts

Microservices on php8


Genosis

I've got jamroom/genosis on php 7.3, works just fine.
core version - 6.5.9
genosis core version - 1.8.0
alt=
@nomoo
10/21/20 12:36:01PM
12 posts

Pedigree problem


Genosis

First of all i'd like to thank you for your great work!

It's not a big problem, but, seems that title should be 'New parent', not 'New father'. Screenshot attached.
System core ver 6.5.8
Genosis core ver 1.8.0

p.s. for few months in my spare time i do translation of jamroom and gencore in my native language and there are some troubles like translation of few words: 'son' and 'grand' and somewhere on the page it prints 'grandson' or 'grandfather'. In different languages there are different words for that. Also i remember translation problems for words with no gender in english but different ones in other lang.
pedigree1.png pedigree1.png - 10KB

updated by @nomoo: 01/19/21 09:12:51PM
alt=
@nomoo
12/08/16 06:21:20AM
12 posts

[Howto] Geo Location Base Update


Using Jamroom

Hello. I've tried to update GeoBase and it seems a bit confusing to me:
1. I have to update
in php.ini:
upload_max_filesize = 100M
post_max_size = 100M
memory_limit = 100M
in nginx.conf
client_max_body_size 100m;

After that i can upload a file up to 25MB ( settings divided by 4 ). But now the file cannot be saved on server side.

2. in modules/jrCore/contrib/meter/server.php :
i had to tune up this code not to check size limit during Geo Base update:
elseif (isset($size) && $size > $this->sizeLimit) {
return array('error' => 'File is too large. size(' . $size . ') size_limit(' . $this->sizeLimit . ')');
}

Maybe I should read more docs.. Anyway. Here is a howto for geobase update.
updated by @nomoo: 03/08/17 04:15:57PM
1