404 Not Found and skin trouble

Helixir

Joined: 2009-06-20
Posts: 3
Posted: Tue, 2009-06-30 10:18

Hi!
Problem 1:
After uploading any photos in my gallery alboms i see previews of my photos and when i click on any photos show me error message:

"404 Not Found
nginx"

Version gallery: Gallery 3.0 pre beta 2 (git) (30/06/2009 13:12)

Problem 2:
After update gallery3 from git today - skin trouble =)

See please my link gallery:
http://loverman.biz.ua/gallery/

Log file :

<?php defined('SYSPATH') or die('No direct script access.'); ?>

2009-06-30 13:09:56 +03:00 --- error: Missing URL reference 'organize_edit_drawer.png' in CSS file '/home/loverman/public_html/gallery/modules/organize/css/organize.css'
2009-06-30 13:09:56 +03:00 --- error: Missing URL reference 'organize_edit_drawer.png' in CSS file '/home/loverman/public_html/gallery/modules/organize/css/organize.css'
2009-06-30 13:14:53 +03:00 --- error: Missing URL reference 'organize_edit_drawer.png' in CSS file '/home/loverman/public_html/gallery/modules/organize/css/organize.css'
2009-06-30 13:14:53 +03:00 --- error: Missing URL reference 'organize_edit_drawer.png' in CSS file '/home/loverman/public_html/gallery/modules/organize/css/organize.css'

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-06-30 12:13

I just did an update from Git 30 seconds ago and G3 looks fine on my server. You might have try updating again.

Also, nginx? Not using Apache? I'd make sure Nginx is configured properly for pathinfo:
http://forum.slicehost.com/comments.php?DiscussionID=2257

Search google for more info.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Helixir

Joined: 2009-06-20
Posts: 3
Posted: Tue, 2009-06-30 12:23
nivekiam wrote:
I just did an update from Git 30 seconds ago and G3 looks fine on my server. You might have try updating again.

Also, nginx? Not using Apache? I'd make sure Nginx is configured properly for pathinfo:
http://forum.slicehost.com/comments.php?DiscussionID=2257

Search google for more info.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

~/git/gallery3> git pull
Already up-to-date.

I'm not using nginx - i use apache :( Why this error message nginx - don't know %) Maybe my hostmaster reconfigure server but is 1% true. Maybe try reinstall gallery?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-06-30 12:32

Yep, I'd talk to your host. They made changes without telling you then, major changes. I just reloaded your site and watched the headers. Your server is running Nginx for a web server, not Apache.

And it appears it would need to be configured to work with pathinfo at the very least:
http://codex.gallery2.org/Gallery3:WebServer:NGINX
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Helixir

Joined: 2009-06-20
Posts: 3
Posted: Tue, 2009-06-30 12:42
nivekiam wrote:
Yep, I'd talk to your host. They made changes without telling you then, major changes. I just reloaded your site and watched the headers. Your server is running Nginx for a web server, not Apache.

And it appears it would need to be configured to work with pathinfo at the very least:
http://codex.gallery2.org/Gallery3:WebServer:NGINX
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

:( Ok... a try contact with my hosting support ) Maybe i kill server administrator =)))))
Thx!