|
Attention: Last reply in this thread was more than 18 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Blank page with only title
When a non-admin user or guest tries to view a photoplog page, all they get is a blank white page, with the the page title.
Content only shows up when I'm logged in as admin. Any ideas? |
#2
|
||||
|
||||
Is this the same thing as this?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
Upgrading to the latest version seems to fix the problem.
I'm having a login issue now though, it wants to add a "%22" to the end of all URLs, which causes the register and login buttons to malfunction on all the photoplog pages.... |
#4
|
||||
|
||||
Look at the Absolute Links and make sure that there is a double quote:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#5
|
|||
|
|||
For example, instead of saying:
Code:
Content visible to registered users only. Code:
Content visible to registered users only. |
#6
|
|||
|
|||
No, there's no quotes in the absolute links section.... adding them now.
|
#7
|
|||
|
|||
Ok... I added the quotes, and now the login works, but now my graphics don't.
so some of the things should have double quotes, and some of them shouldn't? |
#8
|
||||
|
||||
Each line in Relative Links is to turn into the corresponding line in Absolute Links, i.e., line X in the Relative Links box is replaced with line X in the Absolute Links box.
Relative Links Code:
Content visible to registered users only. Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#9
|
|||
|
|||
My images only show up if I remove the quotes on all of the "src" absolute links... Is that normal?
|
#10
|
||||
|
||||
Take a peek at your HTML source for the src= bits. They should either have src="something" (two quotes) or src=something (no quotes, not preferred) but there should not be anything with src=something" or src="something because that can cause problems like the %22 (double quote) at the end of links.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blank page and I think I've tried everything | phyc | Troubleshooting & Problems | 7 | 03-24-2008 03:04 PM |
Blank page | Bashy | Troubleshooting & Problems | 23 | 05-06-2007 07:45 PM |
Blank Page... | Zacarias | Troubleshooting & Problems | 21 | 03-05-2006 02:24 PM |