You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a media library and it never finds any media (mp3).
I've changed all permissions in my media directory to be owned by the web server (http) but it never finds any mp3s. Reviewing my lighttp error.log from the time I choose "Media Manager" from the drop down, click "Add MEdia Directory", Browse, typing in directory (sorrect spelling checked) and then "Import Directory":
2013-11-30 08:08:01: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Undefined index: jz_path in /srv/http/jinzora-3.0/popup.php on line 31
2013-11-30 08:08:02: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Use of undefined constant jz_font_size - assumed 'jz_font_size' in /srv/http/jinzora-3.0/style/css.php on line 3
2013-11-30 08:08:21: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Undefined index: jz_path in /srv/http/jinzora-3.0/popup.php on line 31
2013-11-30 08:08:21: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Use of undefined constant jz_font_size - assumed 'jz_font_size' in /srv/http/jinzora-3.0/style/css.php on line 3
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Undefined index: jz_path in /srv/http/jinzora-3.0/popup.php on line 31
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Warning: is_dir(): open_basedir restriction in effect. File(/mnt/seagate_500) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /srv/http/jinzora-3.0/popups/mediamanager.php on line 52
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Warning: is_dir(): open_basedir restriction in effect. File(/mnt/seagate_500) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /srv/http/jinzora-3.0/popups/mediamanager.php on line 98
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Undefined variable: artString in /srv/http/jinzora-3.0/backend/primitives/database/media.php on line 641
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Undefined variable: artString in /srv/http/jinzora-3.0/backend/primitives/database/media.php on line 641
2013-11-30 08:08:37: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Notice: Use of undefined constant jz_font_size - assumed 'jz_font_size' in /srv/http/jinzora-3.0/style/css.php on line 3
2013-11-30 08:08:38: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Warning: file_exists(): open_basedir restriction in effect. File(/srv/http/jinzora-3.0/../../mainfile.php) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /srv/http/jinzora-3.0/index.php on line 70
2013-11-30 08:08:38: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Warning: file_exists(): open_basedir restriction in effect. File(/srv/http/jinzora-3.0/../../class2.php) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /srv/http/jinzora-3.0/index.php on line 76
I understand this is a php open_basedir restriction, but this should be addressed in your code when doing the initial install when scanning for media.
The text was updated successfully, but these errors were encountered:
I'm trying to add a media library and it never finds any media (mp3).
I've changed all permissions in my media directory to be owned by the web server (http) but it never finds any mp3s. Reviewing my lighttp error.log from the time I choose "Media Manager" from the drop down, click "Add MEdia Directory", Browse, typing in directory (sorrect spelling checked) and then "Import Directory":
I understand this is a php open_basedir restriction, but this should be addressed in your code when doing the initial install when scanning for media.
The text was updated successfully, but these errors were encountered: