PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Done, but with errors on the page? (http://www.photopost.com/forum/photopost-pro-installation-upgrades/112989-done-but-errors-page.html)

GlitterKill March 21st, 2005 12:22 PM

Done, but with errors on the page?
 
I just upgraded our gallery to the latest (5.0.2) version but now all gallery pages have a "Done, but with errors on the page." in the status bar.

When I check the code the error is referring to it is pointing to some PP code (I am using the stock templates with vb3 integration). Check out my gallery at http://gallery.pimprig.com to see what I mean.

Any ideas how to fix this?

Chuck S March 21st, 2005 01:37 PM

If your using the vb3 integration try copying the vb3 enhanced integration templates to the main templates directory

GlitterKill March 23rd, 2005 12:36 PM

I already am using those. :) Any other ideas?

Chuck S March 23rd, 2005 12:56 PM

Okay viewing the source of your page your Vbulletin bburl variable is empty.

GlitterKill March 23rd, 2005 01:43 PM

I am using subdomains which direct to subfolders under the main html folder... so gallery and forums are at html/forums and html/gallery respectively. I have a url in that bburl box which allowed the avatars and iamges from the forum to work. I cannot seem to find a relative path that will work in this field. When I try to use a relative path or nothing in the box at all the "Done but with errors" message goes away but it breaks any iamges pulled from the forum.

Any ideas?

GlitterKill March 25th, 2005 10:36 AM

No word on this yet?

Chuck S March 25th, 2005 10:42 AM

There is no relative path that will work with this.

Your bb url variable must be set to a url. setting it to nothing is not going to work

You could hack your header-inc.php photopost file and hard code the variable in there I guess but the whole issue is your settings your setting in forum admin to nothing

GlitterKill March 28th, 2005 08:54 AM

No, you misunderstood me... I already had a url there. When I have the url there the images from teh forum work fine but I still get the "Don, but with errors on the page". If I remove the url to the forum from that field the error goes away but the images get broken.

I have the url in there (http://forums.pimprig.com) and still get that message. Know what I am saying now? Any more ideas? Did you check the error msg I am talking about?

Chuck S March 28th, 2005 08:59 AM

As I have stated before your bburl variable comes up empty those no autotranslation goes on.

things should be autotranslating to forums.pimprig.com but since yours is empty things go to gallery.pimprig.com

You even said above you have your url set a certain way so people can access things a certain way All I am saying is you must set your url to http://forums.pimprig.com

You keep saying I misunderstand you take a look at your own page source and you will see what I mean

Chuck S March 28th, 2005 09:40 AM

You have corrected the forum url and the one error you have left is this


vBulletin_init();


thats the error and a vb one. It can not find its java source. Every last one of your java files are relative path. See below

<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "http://forums.pimprig.com/images/misc";
// -->
</script>

<script type="text/javascript" src="/clientscript/vbulletin_global.js"></script>
<script type="text/javascript" src="/clientscript/statistic_java.js"></script>
<script type="text/javascript" src="/clientscript/resizeall.js"></script>
<script type="text/javascript" src="/clientscript/vbulletin_menu.js"></script>

I cant say why yours are relative but anyway you can edit the vb header include template and make sure they are all full url and you should be fine


All times are GMT -5. The time now is 09:08 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