This is a continuation of an old post with the same topic. The poster on that topic was setting up on a local server and his fix was to move to a hosted server. I am on a hosted server but I still have the problem. I’ve worked through the suggestions in that post up to here (
http://modxcms.com/forums/index.php/topic,63299.msg358566.html#msg358566).
To my limited knowledge, everything appears correct. Here’s the [tt]$modx_base_url[/tt] code from my [tt]config.inc.php[/tt] file located in the [tt]/core/config/[/tt] directory.
if (!defined('MODX_BASE_PATH')) {
$modx_base_path= '/home/mgraphic/public_html/2/';
$modx_base_url= '/2/';
define('MODX_BASE_PATH', $modx_base_path);
define('MODX_BASE_URL', $modx_base_url);
My domain, mgraphicdesign.net, is currently pointing to my hosting account’s server at my account’s home folder, [tt]
http://96.127.149.146/~mgraphic.[/tt]