First Intall & No Skin Style

Forum for questions and support relating to the 1.30.x releases only.
Locked
busthead
Posts: 4
Joined: Tue Jan 23, 2018 8:15 pm

First Intall & No Skin Style

Post by busthead »

Hello,

I've just completed my first ZM install (v1.30.4) in a FreeNAS 11.1-U1 jail (FreeBSD) and the ZM web interface has no graphics/style:

https://www.dropbox.com/s/f8knlswq7esyx ... e.PNG?dl=0

I've enabled authenication, switched to the flat theme, and changed the Bandwidth config to High, but still no graphics/style. Additionally, many (none?) of the buttons are functioning. e.g. "Add New Monitor" or "Cancel."

mysql Ver 14.14 Distrib 5.7.21, for FreeBSD11.1 (amd64) using EditLine wrapper
nginx version: nginx/1.12.2
fcgiwrap
PHP 5.6.32 (cli) (built: Jan 23 2018 00:25:47)
Zend Engine v2.6.0, with Zend OPcache v7.0.6-dev

I've essentially no experience as a web admin. Please help.

Thx
Last edited by busthead on Mon Jan 29, 2018 4:53 pm, edited 1 time in total.
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: First Intall & No Skin Style

Post by bbunge »

Change the theme back to the default. If that does not work drop the zm database and insalll a fresh copy.
busthead
Posts: 4
Joined: Tue Jan 23, 2018 8:15 pm

Re: First Intall & No Skin Style

Post by busthead »

A proper skin was never displayed. I never changed the SKIN_DEFAULT option (is that the theme?). I only tried changing the CSS_DEAFAULT to flat and back to classic. Neither CSS displayed a skin.

These are the commands I used to create the zm database; I issued a >DROP DATABASE zm; and entered all of them again - same result. Perhaps I am doing something wrong?

# mysql -u root -p

>CREATE DATABASE zm;
>GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'localhost' IDENTIFIED BY 'zmpass';
>FLUSH PRIVILEGES;
>quit;

# mysql -u root -p zm < /usr/local/share/zoneminder/db/zm_create.sql

The URI I am connecting to is http://Jail_IP_addr/index.php
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: First Intall & No Skin Style

Post by bbunge »

Have not run FreeBSD.

Have gotten Zoneminder to work with Ubuntu and NGNIX. See:
https://wiki.zoneminder.com/Ubuntu_Serv ... .2C_PHP.29
Locked