![]() |
Few problems with Photopost. I checked my Error logs in Cpanel and found foll. errors: Code: Content visible to verified customers only.<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, |
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. |
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, |
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 |
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 ? |
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 |
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.Code: Content visible to verified customers only.Mike |
ah you are absolutely correct, can you direct me to correct fix for problem ? Regards, |
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 |
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? |
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 |
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? |
we autorewrite the relative vb clientscript url to a full url so it is found |
But since I get these error messages in my logfile, that cannot happen all the time? Quote:
|
If you have any doubt you can always edit your vbulletin header-include template and change the relative paths to full url's |
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. |
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 |
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. |
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