Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    Is there a way (there probably is, but I'm not aware of it) to transfer a public board onto my EasyPHP server for Win?

    I have tried to make a database and install a fresh copy of Vanilla, then I have imported the database from the live board and the local copy chokes on it. As I said I'm sure there is a way to do this, I'm just not aware of it. Can anyone offer a step-by-step instructions on this because I'm really not that experienced with serverside stuff. PS, I'm using phpmyadmin.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 13th 2006
     # 2
    Do you have problem to import the database, or it is vanilla that has a problem with the imported database?
  2.  # 3
    Vanilla has the problem, it spits out this error:


    Error Message
    The connection to the database failed:
    Affected Elements
    MySQL.OpenConnection();

    The error occurred on or near: Access denied for user 'root'@'localhost' (using password: YES)
    •  
      CommentAuthorMark
    • CommentTimeSep 13th 2006
     # 4
    Make sure that there is a password on your root user. If not, and you don't want one, create a new mysql user and make that one have a password. Also make sure that user has full access to the vanilla database.

    Then make sure that your conf/database.php has the correct connection parameters for your mysql.
  3.  # 5
    Make sure that there is a password on your root user. If not, and you don't want one, create a new mysql user and make that one have a password. Also make sure that user has full access to the vanilla database.
    This did the trick, Thanks!
  4.  # 6
    I have one more question I can't seem to find an answer for.

    I have enabled mod_rewrite for my local testing server (EasyPHP) but I have another problem with relative paths. All the paths that start with a "/" (a slash) render broken because for some reason the "/" is considered root of the server (my C:/www dir) and not http://localhost/mysitesdir. Does anyone know where is this set so it calculates relative paths from the site's directory and not from server root? Or am I missing something big time?
    •  
      CommentAuthorjimw
    • CommentTimeSep 13th 2006
     # 7
    I think the procedure for extracting a live WP database would be the same for a Vanilla database in order to install it locally. Check out this procedure by podz. The key is editing the sql file to replace all of your url references to localhost.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 13th 2006 edited
     # 8
    @DraganBabic: check conf/settings.php especially $Configuration['WEB_ROOT'] = '/mysitesdir/'
  5.  # 9
    @ Dinoboff:
    I think it is an issue on my EasyPHP install (or every EasyPHP install).
    • CommentAuthoralnokta
    • CommentTimeSep 14th 2006
     # 10
    From what I've read .. mod_rewrite isn't compatible with windows installations... all windows server packages ... have you considered double booting with Ubuntu?
    •  
      CommentAuthorjimw
    • CommentTimeSep 14th 2006 edited
     # 11
    I just remembered that I had this problem, too. I don't know if it is in podz's instructions, but I had to modify the httpd.conf in the apache/conf folder. I removed the # sign from:

    #LoadModule rewrite_module modules/mod_rewrite.so

    At the top of this file it talks about the backslash. I was just comparing my current httpd.conf file with an original copy I have. At least on my computer, I have a lot of changes in mine. I don't remember making these changes though. It does look like all references to "/xampp/cgi-bin" have been changed to the exact path "d:/Program Files/xampp/cgi-bin" and so on. And my current file size is 20KB compared to the original size of 60KB.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 14th 2006
     # 12
    I use easyphp and don't have this issue.
    •  
      CommentAuthorjimw
    • CommentTimeSep 14th 2006
     # 13
    Sorry, I didn't see the easyphp.
  6.  # 14
    I have fiddled wit httpd.conf quite a bit, but this just won't work. Mod_rewrite is working fine though after I enabled it.
Add your comments
    Username Password
  • Format comments as