PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 14th, 2004, 01:08 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Recent Photo Search fails after upgrade

I'm getting the following error 404 when I attempt a recent photo search using the links on the welcome bar.
Quote:
http://www.warofthering.net/photoforum/index.php 205.142.21.36 /photoforum/showcat.php?cat=last1 www.warofthering.net Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) 404
This is happening both from the PF main page and from within the categories as well. Also...the search box directly above those links appears to be working ONLY if you are viewing a particular category? I'm not sure if that is by design or not, but tis a wee bit confusing.

Here is the link to my 4.8d board.

Help please?
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 01:27 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Well...I just took a further look and this may have been a problem with our 4.7 version as well due the fact that the 'showcats.php' file these links are looking for are not part of the 4.7 or 4.8 package.

Is this a path error to where these links should be looking at a different php file? Or did I get shorted one file. hehe
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 02:38 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
You sure you did not mix your install files from a reviewpost install or so?

I am looking in searchbox.tmpl from the photopost distro and the contents are this

<?php
echo<<<PPPRINT
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right">
<input type="text" name="si" style="font-size: 8pt;" size="15" value="$si" />
<input type="image" align="bottom" src="{$Globals['idir']}/go.gif" />
</td>
</tr>
<tr>
<td colspan="6" align="right">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']}: <a href="{$Globals['maindir']}/showgallery.php?cat=last1&amp;forcat=$cat">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=last7&amp;forcat=$cat">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=last14&amp;forcat=$cat">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=all&amp;forcat=$cat">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;

?>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 14th, 2004, 02:52 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Well....now I don't see how this got in there, but this is my searchbox.tmpl
Quote:
<?php
echo<<<PPPRINT
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><!--ReviewPost, Copyright All Enthusiast, Inc.-->
<input type="hidden" name="cat" value="$searchcat" />
<input type="hidden" name="stype" value="1" />
<input type="text" name="si" style="font-size: 8pt;" size="15" value="$si" />
<input type="submit" value="{$Globals['pp_lang']['search']}" style="font-size: 9pt;" />
</td>
</tr>
<tr>
<td align="right">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']}: <a href="{$Globals['maindir']}/showcat.php?cat=last1">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href="{$Globals['maindir']}/showcat.php?cat=last7">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href="{$Globals['maindir']}/showcat.php?cat=last14">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href="{$Globals['maindir']}/showcat.php?cat=all">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;

?>
It very clearly shows that it is a reviewpost template!

Now considering that I do not have a license for reviewopst and that the file I downloaded and used for this upgrade is 'photopost48d.zip' which is dated (at least on my machine) for 03/07/04, I have no clue as to how this happened. Has the zip file been updated since I downloaded it on the 7th?
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 03:24 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
you downloaded this 4 months ago or is that some non standard date you are using?

Remember we are in the USA here you trying to say July 3rd 2004? 07/03/04

The zip should have been the same searchbox.tmpl unless Michael changed something I dont know. 4.8d has been out for a few
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 14th, 2004, 04:04 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Yea...ooops!!

I wrote that down wrong. hehe

Okay...so....somehow....someway....that template was in the zip file that I downloaded on July 3rd of this year.

I assume that I can just go in and replace that template with what you have posted here?

**Edit...

Thanks mate! That did the trick!

I'm still curious about getting the wrong template in my zip file. Maybe that could also be the reason why my 'Last Post, Last Comment, etc." headers are not showing up on the main index page?

Last edited by Illuvatar123; July 14th, 2004 at 04:24 PM.
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 06:10 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
Of course
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 14th, 2004, 07:23 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Okay....well...I have replaced that template and my search works just fine. Could you tell me which template governs the category column headers on the idex page, and maybe give me an exaple of a good one? If you look at my PF, you'll see that the word "Categories" is showing up as it should, but the rest have gone awol! lol

Thanks!
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 07:28 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
Again redownload the build and upload the templates. Who knows what you have going on their

That would be alot faster than me posting template by template
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 14th, 2004, 09:28 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Okay....makes sense...

I'll give it a go and just upload the template files....

Of course I will report back here if I get another reviewpost template.
Illuvatar123 is offline   Reply With Quote
Old July 14th, 2004, 10:52 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 45
Send a message via AIM to Illuvatar123
Talking

New Zip downloaded....

Templates uploaded....

All problems resolved!

Thank you very much for your support!
Illuvatar123 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in photo Search Geiri Photopost Pro Bug Reports 4 September 19th, 2005 08:19 PM
Private photo showing in recent photo import GMGGG Photopost Pro How Do I...? 1 July 25th, 2005 12:37 PM
Recent Photo Selection nminer Photopost Pro How Do I...? 1 May 23rd, 2005 09:38 AM
uploading fails after upgrade Delphivi Installs and Upgrade - vBulletin 3.0.X 0 March 30th, 2005 06:28 AM


All times are GMT -5. The time now is 09:15 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0