The Geek |
12-09-2009 01:32 PM |
Quote:
Originally Posted by testbot
(Post 1927750)
can you go into the details on the last step for the upgrade
Installation/Upgrade
* Upload the contents of the forums folder into your forums directory and import the product-ame.xml file into your product manager (if upgrading, choose 'yes' to overwrite previous installation).
* After installation, make sure that the system is on (admincp->AME CP->Settings)
* Then you may want to try to rebuild old URLs via the tools option.
there's a lot of options for that last step.
|
The last step is optional (mainly for new installations). Admincp > AME CP > Tools > Rebuild: posts, blogs, etc...
That allows you to ame'fy old posts, blogs, etc...
Quote:
Originally Posted by testbot
(Post 1927761)
how do we update the postparsed table?
|
If you have mysql access, you can run the following SQL:
PHP Code:
TRUNCATE TABLE postparsed
Though I would only recommend that you do this if you know what you're doing. :)
HTHs
|