You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
when i click on the links for the Archives and pretty much any link, i get
500 Server Error
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
-------------------------------------------------- ------------------------------
URL: http://www.marlonreid.com/blog//blog/03/2007/archi ve.html
where would that be specified?? i don't remember changing anything besides uploading that one admin file that fixed the book mark issue...
i does this on every theme, so it's not theme related i just have a feeling it's something in a setting file (missing slash or something??)
Offline
ok... from looking at the path, it's adding an extra blog folder to the path
<a href="http://www.marlonreid.com/blog//blog/03/2007/archi" target="_blank" rel="nofollow">http://www.marlonreid.com/blog//blog/03/2007/archi </a> ve.html
is incorrect
<a href="http://www.marlonreid.com/blog/" target="_blank" rel="nofollow">http://www.marlonreid.com/blog/</a> is my install path.
there is no extra blog folder at all
where is the setting so it would do that?? i tried changing the path in settings, but when i change that, all it does is effect the ability to load up the themes.
this issue is not theme specific
it's occuring when i'm clicking on links to view blogs... the menu buttons are functioning properly and the link to the posts within the admin work as well... it just appears to be for the viewer.
Offline
In the settings where you specify the path, have you added a slash at the end?
David.
Offline
do you mean in the settings page in admin? i tried with and without, it doesn't seem to help... why is it adding the extra blog folder in the path??
Offline
without:
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
-------------------------------------------------- ------------------------------
URL: http://www.marlonreid.com/blog/blog/239/-c--maryla nd-could-lose-ryan-white-funding-under-names-based -hiv-reporting-requirement.html
With:
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
-------------------------------------------------- ------------------------------
URL: http://www.marlonreid.com/blog//blog/03/2007/archi ve.html
the only difference seems to be, with the slash, there's an extra / in the path.... hmmmm
The first time i ran the install, I did it through the program, the second time, i did it manually. I'm going to see if maybe just reinstalling it does the trick, maybe i made a mistake during the manual install. I'll try it and let you know
Offline
Did you check the path in your settings?
Failing that add a base href into your meta tags in the header template:
<base href="{root_url_to_blog_with_no_slash}" />
David.
Offline
yeap... whatever i did in the manual install is what broke the links :-|
I reinstalled it and everything is running 100%
man, thank you for the excellent support, and especially moreso, for the outstanding program... you will definitely be getting a donation and nothing but positive feedback from me, that's for sure
Have a great week!
Offline
Thank you for your kind words and offer of a donation, I appreciate it. Glad you like my blog program and its been no problem helping out.
Have a nice day,
David.
Offline
I am having difficulty in adding adsense in the setup. I keep getting - 'you don't have access to the admen.'
As long as I don't place any <script> </script> it will accept the settings.
What am I doing wrong?
Offline
Does your server have restrictions on posting script tags?
David.
Offline
Pages: 1