PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Few problems with Photopost. (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113505-few-problems-photopost.html)

SaN-DeeP April 15th, 2005 06:44 AM

Few problems with Photopost.
 
I checked my Error logs in Cpanel and found foll. errors:

Code:

Content visible to verified customers only.
I have some problems with META Tags, My gallery home shows following tags.
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="Tue, 21 Nov 2000 05:00:00 GMT" />
<meta http-equiv="cache-control" content="no-cache, must-revalidate" /

How do i remove those ?

Regards,

Chuck S April 15th, 2005 10:22 AM

I dont see any problems with meta tags?

As far as the cpanel errors whats callling this file? its not our package and most likely has to do with any custom links your doing

404.shtml?? You might wanna fix that and anything else maybe spiders trying to access files directly as I see no errors on your site.

SaN-DeeP April 17th, 2005 02:07 AM

Hi omegraton,
If you note the errors in log files above.
[Fri Apr 15 02:14:42 2005] [error] [client 213.216.199.10] File does not exist: /home/san/public_html/gallery/clientscript/vbulletin_global.js

vbulletin_global.js is being called from /gallery instead of /forums dir
I need to check where this thing is happening (need some hint to check this)

I would like to remove those meta tags from our gallery index, need help for same :)

Regards,

Chuck S April 17th, 2005 07:29 AM

well those meta tags are in pp-inc.php

I do also see your using vb3 integration but have not uploaded the vb3 templates from the enhanced directory to the main directory. Go ahead and do this

SaN-DeeP April 18th, 2005 06:47 AM

Yeah I am using vb3 integration.

DO i need to upload files from my local installation folder
\photopost 5.03\templates\vb3enhanced

to

/home/san/public_html/gallery
or
/home/san/public_html/gallery/templates

Which folder from above 2 ?

Michael P April 18th, 2005 08:26 AM

The question I'm wondering is: who is requesting those files? Is it our script or someone trying to access files another way (like a spider)? If we knew what pages were trying to access the files, then we could look at how they are linking to those files.

You do not need to move files like above - the only files you move are from /templates/vb3enhanced to /templates

indiamike April 18th, 2005 02:18 PM

I think the CSS Stylesheets are getting lost on the redirect pages

Example: if you cast a vote on a photo look at the source code.

Under the showgallery and showphoto my source code looks like ---

Code:

Content visible to verified customers only.
On a redirect (comments refresh) page when casting a vote or leaving a comment it looks like--
Code:

Content visible to verified customers only.
As you can see from comparing them what is missing. Its not showing the full href.


Mike

SaN-DeeP April 27th, 2005 02:54 PM

ah you are absolutely correct, can you direct me to correct fix for problem ?

Regards,

Chuck S April 27th, 2005 03:45 PM

Right but from me looking at the code we have never loaded the vb headers or css over top of the forwards

There is no $forwardstyle defined for VB hense the white page

kall April 27th, 2005 04:49 PM

So...every time somebody sees a redirect page using our vb-integrated galleries, we get an error message?

How could we go about remedying this error?

Chuck S April 27th, 2005 04:55 PM

No what I am saying is when the page forwards like it always has with VB no style is loaded hense a white page

We do not load the vb3 stylesheet or header on a forward

zews October 22nd, 2005 11:30 AM

I have a similar problem after installing PhotoPost Classifieds

a lot of error messages in my log file saying

file not found:

.../ads/clientscript/vbulletin_menu.js
.../ads/clientscript/vbulletin_global.js

these files are in the .../forum/clientscript folder - is there a bug in the code somewhere?

Chuck S October 22nd, 2005 11:59 AM

we autorewrite the relative vb clientscript url to a full url so it is found

zews October 22nd, 2005 12:37 PM

But since I get these error messages in my logfile, that cannot happen all the time?

Quote:

Originally Posted by Chuck S
we autorewrite the relative vb clientscript url to a full url so it is found


Chuck S October 22nd, 2005 12:42 PM

If you have any doubt you can always edit your vbulletin header-include template and change the relative paths to full url's

zews October 22nd, 2005 01:27 PM

I am not sure I understand you, sorry!

You say your script rewrite the link to a full url, but my errorlog tells me that after I installed PPC I get error messages as described.

I have installed PPP on the same server, and that does not generate those error messages.

Isn't it most likely that there is a litle bug in one of the PPC files?

here are the last lines of the error.log
Code:

Content visible to verified customers only.

Chuck S October 22nd, 2005 01:46 PM

What I am saying is this.

Our script autorewrites clientscript to http://www.domain.com/forums/clientscript

Now if you think it is not you may edit your header-inc template in vbulletin and place full url's in there to those files. That would surely solve the issue easily enough

zews October 22nd, 2005 01:56 PM

I understand, but how can these error messages appear if your script autorewrites? Isn't it a bug then?

As indiamike writes above:

On a redirect (comments refresh) page when casting a vote or leaving a comment it looks like--
PHP Code:
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-2b53f74c-00001.css" />
<!-- / CSS Stylesheet -->

As you can see from comparing them what is missing. Its not showing the full href.

Chuck S October 22nd, 2005 02:19 PM

This was already fixed and released in Photopost 5.21

in header-inc.php

<div align="center">
VBHEADER;

$vbnoheader = str_replace( $headvars, $headrepl, $vbnoheader );


All times are GMT -5. The time now is 09:54 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97