Add To Favorites.... - Album Doesn't Exist Add To Favorites.... - Album Doesn't Exist
 

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

Main Menu

Add To Favorites.... - Album Doesn't Exist

Started by udgang99, May 30, 2006, 02:31:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

udgang99

Thank from me too - I finally found the "add to favorites" (after following jb "tutorial") ...
BUT, when I hit "add", I'm told that the chosen album/file dosn't excist...!!!     Whaaat... ???

www,udgang99.dk/galleri99
test1 / test


*** update***
Okay - this is odd. It DOES keep saying that the chosen album/file dosn't excist - but it turns out it DOES save the picture in "my favorites" anyway. Hmmmm ... ???

Paver

I split this off since it's not related to the original thread you posted on.  Unless you are sure your issue is the same, you should start a new thread for a support issue, and reference other relevant threads in your post.

It's good that you browsed/searched for a relevant thread, but if you had searched for "favorites album exist", you would have found the following thread:  I believe you are having the same issue as this thread.

Try the fix from there, which is to add to addfav.php the following lines after the first line shown below:
$header_location = (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE'))) ? 'Refresh: 0; URL=' : 'Location: ';
// MOD BEGIN
$ref .= '&cat='.$_GET['cat'].'&pos='.$_GET['pos'];
// MOD END
header($header_location . $ref);

udgang99

YES !!!   
Thank you very much - it works perfectly!!!   :)