Search…

X3 Photo Gallery Support Forums

Search…
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

HTML white tree!

17 Nov 2014, 03:07

First of all thanks fro the update !!!!

I installed and performed all the steps at the SETUP docs. You can see at the attachment what i actually see.

Check also

www.aperture.gr/ip
Attachments
x3.JPG
x3.JPG (22.16 KiB) Viewed 6649 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 03:20

For some reason, It is trying to load
http://aperture.gr/i/css/imagevue.skin.default.css
...instead of...
http://aperture.gr/ip/css/imagevue.skin.default.css (works)

I will check this immediately and see if it is something Imagevue might be doing (although its clearly related to your server config). I see you have cloudflare rocketloader enabled for your website, and although unlikely it is related, I would try to turn it off. Imagevue X3 has no benefits from cloudflare because everything is custom-compressed and minified to the finest detail already. You would possibly benefit from the Cloudflare CDN (content delivery network) alone, but none of the specific settings that affect the actual code.
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 03:26

OK....i am uploading right now at a server without cloudflare enabled to check....i ll post results in a bit !
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 03:35

I don't think it is cloudflare, but for some reason there is some irregularity in how your server is reporting domain name or base url. Could be I need to take this into consideration in the code, but first I would like to understand what your server is doing! Let's see how it goes with the new upload, but I may be interested in testing a few things on your server.
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 03:37

I have finished uploading and it all works !

The domain name is hosted at the same server as aperture.gr but there is no cloudflare...so i think that is the problem

Check it here...still loading...

www.mailme.gr
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 03:45

Better! But there is a new problem here ... unfortunately I guess this had to be anticipated ...

http://mailme.gr/render/w640-h0-c3:2-q9 ... ookies.jpg

Your server is slightly under-powered in resizing images. I though the default is 2 MB! ... I wonder what your server has, as it says
Fatal error: Allowed memory size of 29360128 bytes exhausted (tried to allocate 8192 bytes) in /home/u153447690/public_html/app/parsers/slir/slirimage.class.php on line 441
Guess I need to add some basic diagnostics page, so I can check whats available on the server ... To me it looks like there is no memory made available at all, but I could be wrong ...
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 03:45

Is it normal that it is still loading?...

also i see some error messages like this one

Warning: Invalid argument supplied for foreach() in /home/u153447690/public_html/app/cache.inc.php on line 36
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 03:47

mjau-mjau wrote:Better! But there is a new problem here ... unfortunately I guess this had to be anticipated ...

http://mailme.gr/render/w640-h0-c3:2-q9 ... ookies.jpg

Your server is slightly under-powered in resizing images. I though the default is 2 MB! ... I wonder what your server has, as it says
Fatal error: Allowed memory size of 29360128 bytes exhausted (tried to allocate 8192 bytes) in /home/u153447690/public_html/app/parsers/slir/slirimage.class.php on line 441
Guess I need to add some basic diagnostics page, so I can check whats available on the server ... To me it looks like there is no memory made available at all, but I could be wrong ...
ah....sorry...just seen your message.

It is a FREE hosting server so that could be a problem too !
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 03:50

illunis wrote:Is it normal that it is still loading?...

also i see some error messages like this one

Warning: Invalid argument supplied for foreach() in /home/u153447690/public_html/app/cache.inc.php on line 36
The domain-name issue was fixed, but you have other errors and no its not working properly. The image issue I explained in my previous post ... About the cache, did you set permissions on the cache folder? I am guessing you have suhosin or safe_mode, so the cache becomes unreadable or unwritable ... that, or even an outdated PHP version.

I'm gonna make a basis php info diagnostics page, so at least I can see the server settings ... Hold on!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 03:51

illunis wrote:It is a FREE hosting server so that could be a problem too !
Yes, that will likely be a (the) problem. Imagevue X3 does demand some resources to resize images, and create caches, and free servers are unlikely to offer anything else than the most miniscule resources.
 
User avatar
alsapix
Posts: 23
Joined: 04 Apr 2011, 11:04

Re: HTML white tree!

17 Nov 2014, 04:40

idem

I have a problem

http://s202517311.onlinehome.fr/
http://www.alsapix.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: HTML white tree!

17 Nov 2014, 05:14

alsapix wrote:I have a problem
http://s202517311.onlinehome.fr/
I noticed a few things ... 1. What is this s202517311.onlinehome.fr? It seems to be redirecting to http://alsapix.com/imagevue/ ... complications you dont need for beta. 2. The CSS should be here, but its not loading http://alsapix.com/imagevue/public/css/ ... efault.css ... Neither is it here http://s202517311.onlinehome.fr/public/ ... efault.css. Where is it? This a new domain or something? Either the access url and domain are incorrect, or the upload is incomplete ...

I am also curious, check if you can see the .htaccess file in the root where you uploaded Imagevue.

If you want, I can take a look around, but I will need FTP login. Private message please.
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 07:26

I have changed to a faster server and everything is loading now but the error

Warning: Invalid argument supplied for foreach() in /home/u652058981/public_html/app/cache.inc.php on line 36

still pops up....if i refresh the page it goes away but if i navigate at another page it comes back.

Let me know if u need access...i ll keep on playing around....

Thanks :)

mailme.gr (test server)
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: HTML white tree!

17 Nov 2014, 08:46

a quick update on the latest problem....

i had commented out the

foreach($old_caches as $file) unlink($file);

and it was working but then i added and deleted some menus and images and the whole site became unresponsive. When i added again this line it worked. I guess it does something with the cache...so the "problem" remains.
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: HTML white tree!

17 Nov 2014, 09:32

rename the default.htaccess to .htaccess this will fix the problem.