 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
April 15th, 2005, 06:44 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
| 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,
|
| |
April 15th, 2005, 10:22 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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.
|
| |
April 17th, 2005, 02:07 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
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,
|
| |
April 17th, 2005, 07:29 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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
|
| |
April 18th, 2005, 06:47 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
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 ?
|
| |
April 18th, 2005, 08:26 AM
|
#6 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
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
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
April 18th, 2005, 02:18 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Nov 2001 Location: New Jersey
Posts: 127
|
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
|
| |
April 27th, 2005, 02:54 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Dec 2004 Location: techarena.in
Posts: 421
|
ah you are absolutely correct, can you direct me to correct fix for problem ?
Regards,
|
| |
April 27th, 2005, 03:45 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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
|
| |
April 27th, 2005, 04:49 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 194
|
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?
|
| |
April 27th, 2005, 04:55 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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
|
| |
October 22nd, 2005, 11:30 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 141
|
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?
|
| |
October 22nd, 2005, 11:59 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
we autorewrite the relative vb clientscript url to a full url so it is found
|
| |
October 22nd, 2005, 12:37 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 141
|
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 | |
| |
October 22nd, 2005, 12:42 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
If you have any doubt you can always edit your vbulletin header-include template and change the relative paths to full url's
|
| |
October 22nd, 2005, 01:27 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 141
|
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.
|
| |
October 22nd, 2005, 01:46 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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
|
| |
October 22nd, 2005, 01:56 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 141
|
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.
|
| |
October 22nd, 2005, 02:19 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
This was already fixed and released in Photopost 5.21
in header-inc.php
<div align="center">
VBHEADER;
$vbnoheader = str_replace( $headvars, $headrepl, $vbnoheader );
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 02:09 PM. | |