![]() |
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? |
If your using the vb3 integration try copying the vb3 enhanced integration templates to the main templates directory |
I already am using those. :) Any other ideas? |
Okay viewing the source of your page your Vbulletin bburl variable is empty. |
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? |
No word on this yet? |
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 |
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? |
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 |
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