Gallery lacking desgin after upgrade - after login however everything normal? Gallery lacking desgin after upgrade - after login however everything normal?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Gallery lacking desgin after upgrade - after login however everything normal?

Started by sliminat0r, July 01, 2015, 03:23:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sliminat0r

hey guys,

i had to do a clean install of the new coppermine version. after reimporting my database and reuploading my images, however, my gallery does not show any design or image. it is just blank with the text.

the interesting thing is, that i can see the normal version, when i log in. as most of the people are not registered users, it would be nice, to explore the reason of this phenomenon. maybe it's just an issue with the rights? until now i am clueless...

maybe someone of u can help me? i hope it won't be a bigger problem.

thanks a lot!

ps: i hope that it is not a redundant question. i searched this subforum but couldn't find anything related.

sliminat0r

i just discovered that everything's okay when u click once on "login". even if u do not login, the design is visible. what's that? strange...

phill104

Possibly your browser cache, try refreshing with ctrl+f5

A link to your site would help us with diagnosis.
It is a mistake to think you can solve any major problems just with potatoes.

sliminat0r

Hey Phill,

Thanks for your reply. Unfortunately, it is not my browser cache.

The link was implemented above in "gallery". If it doesn't work: mi-de.de


allvip

Is  nothing wrong with your gallery (see attachment Home - mi de.jpg) and I only click the link in your first post. I did not have to click log in. I saw your gallery in more internet browsers: Mozilla Firefox, Opera, Google Chrome, Interner Explorer, Safari 5 for Windows.
Same for other pages of your gallery.

phill104

I missed the hot linked text, possibly as I was answering on a mobile phone.

Your site looks good to me working from the word go.
It is a mistake to think you can solve any major problems just with potatoes.

sliminat0r

many thanks for your help. but that seems weird to me. i am neither getting on my computer nor on my notebook nor on any mobile devices the real design. also tried it in different networks. always looking like this.  :o

phill104

Unfortunately I cannot replicate your problem. I have tried, very hard. I was out in Germany last week when I checked on my laptop in Chrome, IE10 and IE11, Firefox. I checked on my iPad and my Windows Phone. All were good. I am now back home in the UK and have checked on the same devices and on my home PC in multiple browsers, all are working well from the off. So I have no idea as to why you are not seeing the same.
It is a mistake to think you can solve any major problems just with potatoes.

Αndré

Your gallery also looks as expected for me (LMDE 2, Firefox 18, Berlin/Germany, connected via DSL router, no proxies/VPN/etc.).

ron4mac

If access the site as http://mi-de.de, I get a view with no styling or images.  I have to access it as http://www.mi-de.de to get styling and images.  I would say the problem is a server/htaccess configuration issue.

Αndré

I suggest to add a rewrite rule which redirects from http://mi-de.de to http://www.mi-de.de (like described here). Something like this:
RewriteEngine on
    RewriteCond %{HTTP_HOST} ^mi-de\.de$ [NC]
    RewriteRule ^(.*) http://www.mi-de.de/$1 [R,L]


sliminat0r

Thanks @all for your help!

I can reproduce the problem like ron4mac said, could really be a problem with the htaccess-file. I have, however, no clue, what is missing there.

Will try the suggested solution of André first. Thanks again! Will tell you if it worked out.

sliminat0r

Quote from: Αndré on July 08, 2015, 09:00:35 AM
I suggest to add a rewrite rule which redirects from http://mi-de.de to http://www.mi-de.de (like described here). Something like this:
RewriteEngine on
    RewriteCond %{HTTP_HOST} ^mi-de\.de$ [NC]
    RewriteRule ^(.*) http://www.mi-de.de/$1 [R,L]


Tried it, however, didn't work out. Problem was that it referred to the index.php. Removed the $1 in the RewriteRule, now it is all working again! I am sure that I messed my .htaccess-files up, when I did the clean reinstall.

Thanks a lot, guys! I really appreciate your hints and support.