Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: E-card send - but arriving without image or stampicon  (Read 7624 times)

0 Members and 1 Guest are viewing this topic.

OS

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
    • My Apple and Mac Gallery at www.myoldmac.net
E-card send - but arriving without image or stampicon
« on: February 09, 2005, 09:22:15 pm »

Here is my Gallery (version 1.3.2)

http://myoldmac.net/cgi-data/gal/index.php

everything works fine for now, but when I try to send an ecard (use the little letter icon at image view page)
the card is send out correctly without any error. It arrives soon later in the recipients inbox,
but only with plain text and no images attached to the card.  :-\\

Can any one help me ? Is it due to a wrong CHMOD mode?  ???
« Last Edit: February 10, 2005, 07:20:38 am by TranzNDance »
Logged
MacOS aka Oliver
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmyoldmac.net%2Fpicts%2FICON-nil.gif&hash=c24f7263cf61c3356cdad522022f6bc81c1f75e6)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card sended - but ariving without image or stampicon
« Reply #1 on: February 09, 2005, 09:26:03 pm »

You know the link for when the ecard doesn't display correctly... could you please post that? We can then examine the code.

Also, please provide a test login so that we can try sending out the ecards.
Logged

OS

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
    • My Apple and Mac Gallery at www.myoldmac.net
Re: E-card sended - but ariving without image or stampicon
« Reply #2 on: February 09, 2005, 09:54:35 pm »

You know the link for when the ecard doesn't display correctly... could you please post that? We can then examine the code.

Also, please provide a test login so that we can try sending out the ecards.


You know the link for when the ecard doesn't display correctly... could you please post that? We can then examine the code.
......

TranzNDance, thank you for the fast reply,

here is the link:

http://myoldmac.net/cgi-data/gal/index.php/displayecard.php?data=YTo2On......AiO30%3D
if i click the link, my page come up, but with a "typo only" design?

Now i tried to add a Test User, everything ok, I get the conf. mail:

Thank you for registering at myoldmac.net Picture Gallery
Your username is : "test"
Your password is : "123wer"
In order to activate your account, you need to click on the link below
or copy and paste it in your web browser.

http://myoldmac.net/cgi-data/gal/index.phpregister.php?activate=01f553.......f2a2631

But the confirmation link does not link to a deposed confiramtion page on my server (to my 404 error page instead)
what´s up now... I added without problem my second user name few days before (confimation seems ok)

The new "test" log in seems to be unconfirmed.


Dear reader with the same problem, this one is solved and in the next reply by TranzNDance you find the correct answer to solve. In Reply #3

Thank you TranzNDance for your sonic support help,  :) Oliver


« Last Edit: February 10, 2005, 03:46:07 am by OS »
Logged
MacOS aka Oliver
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmyoldmac.net%2Fpicts%2FICON-nil.gif&hash=c24f7263cf61c3356cdad522022f6bc81c1f75e6)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card send - but arriving without image or stampicon
« Reply #3 on: February 09, 2005, 09:59:54 pm »

In your gallery Config, where it says Target address for the 'See more pictures' link in e-cards, it should be:
http://myoldmac.net/cgi-data/gal/ without index.php

When I removed index.php from the ecard url, it works:
http://myoldmac.net/cgi-data/gal/displayecard.php?data=removedsinceproblemsolved%3D

The image doesn't show because index.php is in the path when it shouldn't be. Once the setting is corrected, the new ecards should display properly.
« Last Edit: February 10, 2005, 07:21:32 am by TranzNDance »
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card send - but arriving without image or stampicon
« Reply #4 on: February 09, 2005, 10:15:01 pm »

I just tried to visit your site at http://myoldmac.net/cgi-data/gal/ and got a 404 error. I guess your server doesn't recognize php index files. If you can edit the .htaccess file, add the following line:

Code: [Select]
DirectoryIndex index.php
If you can't edit the file, please contact your host to set it up so that index.php will be recognized as an index file so it will go to index.php without you having to have index.php in the URL.
Logged

OS

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
    • My Apple and Mac Gallery at www.myoldmac.net
Re: E-card send - but arriving without image or stampicon
« Reply #5 on: February 10, 2005, 03:39:34 am »

I just tried to visit your site at http://myoldmac.net/cgi-data/gal/ and got a 404 error. I guess your server doesn't recognize php index files. If you can edit the .htaccess file, add the following line:

Code: [Select]
DirectoryIndex index.php


hmmm, I have a .htm as index in my root server, can i add the .htaccess only in the /cgi-data/gal/ folder without deconnecting my index.htm in the root?
Logged
MacOS aka Oliver
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmyoldmac.net%2Fpicts%2FICON-nil.gif&hash=c24f7263cf61c3356cdad522022f6bc81c1f75e6)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card send - but arriving without image or stampicon
« Reply #6 on: February 10, 2005, 04:02:14 am »

Yes, you can put it in the subfolder gal so that it would only affect it and its subdirectories.
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card send - but arriving without image or stampicon
« Reply #7 on: February 10, 2005, 07:48:36 am »

Thank you TranzNDance for your sonic support help, :) Oliver[/b]
You are welcome, Oliver. :)

Did you check accessing your gallery without index.php? I still got a 404 not found error.
Logged

OS

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
    • My Apple and Mac Gallery at www.myoldmac.net
Re: E-card send - but arriving without image or stampicon
« Reply #8 on: February 10, 2005, 05:18:02 pm »

Thank you TranzNDance for your sonic support help, :) Oliver[/b]
You are welcome, Oliver. :)

Did you check accessing your gallery without index.php? I still got a 404 not found error.

Dear TranzNDance, try again, should work now.

May you can solve another problem ,  ;D

I like to have the background color to be black, and the albums and elements in white.
Actually everything is white.

The coolest view would be a black space left and right and the white gallery in the page middle.
I tried it often, it seems to be in the stylesheed of the MacOS X scheme (i changed the picts)
Can you tell me the line / name of the relating background code that i have to change for that ?
Logged
MacOS aka Oliver
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmyoldmac.net%2Fpicts%2FICON-nil.gif&hash=c24f7263cf61c3356cdad522022f6bc81c1f75e6)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: E-card send - but arriving without image or stampicon
« Reply #9 on: February 10, 2005, 06:49:22 pm »

Great, it works now.

For your new question, please start a new thread in a more appropriate board, for themes. We have a one question per thread policy to make it easier to track issues. This one has been marked solved since your first issue has been resolved.

Thanks.
Logged

OS

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
    • My Apple and Mac Gallery at www.myoldmac.net
Re: E-card send - but arriving without image or stampicon
« Reply #10 on: February 11, 2005, 12:47:57 am »

For your new question, please start a new thread in a more appropriate board, for themes. We have a one question per thread policy to make it easier to track issues. This one has been marked solved since your first issue has been resolved.
Thanks.

Dear TranzNDance

here I opened a new topic in the Style section, may you can help me:

http://forum.coppermine-gallery.net/index.php?topic=14735.0
Logged
MacOS aka Oliver
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fmyoldmac.net%2Fpicts%2FICON-nil.gif&hash=c24f7263cf61c3356cdad522022f6bc81c1f75e6)
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 16 queries.