PDA

View Full Version : Finally got the script to work but ?


mikeybabe
09-30-2009, 04:01 AM
The images and links aren't working ?

here are screen shots of what I'm viewing

Jason Byrnes
09-30-2009, 09:03 AM
Sounds like the $WAGLOBAL_Root_URL variable in the WA_Globals.php file is not set correctly.

make sure that is set to the full URL to the folder on your server where you have placed the CMS files.


For example, if the Full URL to access the login page is:
http://www.mydomain.com/cms/admin/users_login.php


then the proper setting fro the root URL is:
$WAGLOBAL_Root_URL = "http://www.mydomain.com/cms/";

and the $WAGLOBAL_remoteRoot should be set to:
$WAGLOBAL_remoteRoot = "/cms/";