Member
Member
lifthere   18-05-2006, 20:57
#1

I installed the zen photo and everything went great. The only problem is when i upload a file the system seems to be creating the files incorrectly

Here is my installation:
http://www.lifthere.com/portfolio

You will see that image it creates is weird
http://www.lifthere.com/portfolio/zen/i.php?a=logos&i=cazuelas_logo_web.jpg&s=550

Turns to this:
https://www.lifthere.com/portfolio/cache/logos_cazuelas_logo_web.jpg_550.jpg

That file is in the server. But it seems that browser cannot open it with all those weird suffixes...

What can i do to fix this...

please help.

Developer
Developer
trisweb   18-05-2006, 21:04
#2

It's not the suffixes that are the problem, those are normal and "how it all works"

The problem is that it thinks you're on an http[b]s[/b] server, as you can see in the URL.

In i.php, change the line (near the end of the file, line 97):
$protocol = $_SERVER['HTTPS'] ? 'https' : 'http';
to:
$protocol = 'http';

Member
Member
lifthere   19-05-2006, 05:16
#3

Wow... worked...!!!! Thanks!!!!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.