Pages: [1]
Print
Author Topic: BPBLOG on Godaddy hosting  (Read 982 times)
ROKKPAPA
Newbie
*
Posts: 5


View Profile
« on: June 30, 2009, 10:27:12 AM »

The setup instructions (accessDB) requests a drive letter in line 10 of  "blog.asp" in order to complete the drive path.
This was not a problem when I hosted my sites on my servers at home but now how do I get the drive letter or create a path to a virtual drive to get BPblog working on godaddy (windows hosting server)
thanks
james
Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 33



View Profile WWW Email
« Reply #1 on: June 30, 2009, 01:23:47 PM »

The setup instructions (accessDB) requests a drive letter in line 10 of  "blog.asp" in order to complete the drive path.
This was not a problem when I hosted my sites on my servers at home but now how do I get the drive letter or create a path to a virtual drive to get BPblog working on godaddy (windows hosting server)
thanks
james

It's easy. Just create a file called test.asp and put this code in it:

Code:
<h2>
     Additional Info </h2>
   <p><strong>IP Address:</strong>  <%= Request.ServerVariables("REMOTE_ADDR") %><br />
      <strong>Browser:</strong> <%= Request.ServerVariables("HTTP_USER_AGENT") %> </p>
   <TABLE border="0" align="center" cellpadding="0" cellspacing="1" class="tabledisplay">
<TR>
<th>Server Variable</th>
<th>Value</th>
</TR>
<% For Each Item In Request.ServerVariables %>
<TR>
<TD><%= Item %></TD>
<TD><%= Request.ServerVariables(Item) %></TD>
</TR>
<% Next %>
</TABLE>

Put this file in your blog folder and then run it in your browser and it'll tell you the drive letter and path to the file itself and this should be good enough to figure out the path to your db.

Look for APPL_PHYSICAL_PATH.
Logged

ROKKPAPA
Newbie
*
Posts: 5


View Profile
« Reply #2 on: June 30, 2009, 02:07:15 PM »

D:\hosting\(your root dir name)\access_db\Blog.mdb

got it.
now I'm getting:
Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/blog/blog_config.asp, line 65


All proper dirs have read write perms.

Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 33



View Profile WWW Email
« Reply #3 on: June 30, 2009, 04:35:27 PM »

D:\hosting\(your root dir name)\access_db\Blog.mdb

got it.
now I'm getting:
Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/blog/blog_config.asp, line 65


All proper dirs have read write perms.



Are you able to add blog entries?
Logged

ROKKPAPA
Newbie
*
Posts: 5


View Profile
« Reply #4 on: June 30, 2009, 09:56:05 PM »

I'm stuck at trying to change the config settings.
It won't accept the new info.
Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 33



View Profile WWW Email
« Reply #5 on: July 01, 2009, 06:53:22 AM »

I'm stuck at trying to change the config settings.
It won't accept the new info.


This message almost always means that the db folder doesn't have write perms.  Try creating another folder and giving the new folder read/write perms.  I've used godaddy before and they have all sorts of weird issues like this which is why I eventually switched (though they're dirt cheap). Also, make sure that the mdb file itself isn't somehow set to read only (do this using windows explorer file properties).
Logged

ROKKPAPA
Newbie
*
Posts: 5


View Profile
« Reply #6 on: July 01, 2009, 01:25:06 PM »

checked both on my side and with godaddy tech support and all folder permissions are as they should be.
I also know this because I have a few other access db's that are currently working with our a problem.

this is the error msg I get.

Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/blog/blog_config.asp, line 65
Logged
ROKKPAPA
Newbie
*
Posts: 5


View Profile
« Reply #7 on: July 05, 2009, 11:06:36 AM »

So does this mean that the BPBlog just doesn't work with GoDaddy?
Is there a fix?
Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 33



View Profile WWW Email
« Reply #8 on: July 05, 2009, 02:01:50 PM »

No necessarily - it worked when I used godaddy a couple of years ago.  I think this is a case by case problem with godaddy like a lot of their problems.

If you send me your godaddy login via pm then I can check it out for you - copy the db to another location, other test, etc. - and see if I can get it working. Sometimes you just have try different things until something works.
Logged

Pages: [1]
Print
Jump to: