Edit Bar lost

Permalink
This has happened a few times, but it has usually been down to a javascript error that i have found and fixed.

However what is a bit different this time, is that I've migrated the website to a new domain, now hosted with Go Daddy

The domain is:
http://www.addfieldincineradoras.es...

Notes:
-Can't see any javscript errors
- The dashboard is accessible when i type the url - I just can't edit pages individual pages
-This is present is the footer.php;
<?php Loader::element('footer_required'); ?>
</body>
- As is this in top.php
<head>
<?php Loader::element('header_required'); ?>

Any ideas on what could it be?

 
FischerVision replied on at Permalink Reply
FischerVision
Did you turn off pretty URL's during the transfer?
Are pretty URL's on right now?
Is the config/site.php configured the right way?
james13009 replied on at Permalink Reply
Pretty url were turned off for the transfer.They are always off on the original domain (www.addfield.co.uk)

However i have since turned them on for the new domain, as I originally struggled to get the hosting to work on Go Daddy


My site config file: (sensitive information removed)

<?php
define('DB_SERVER', '*******');
define('DB_USERNAME', '*******');
define('DB_PASSWORD', '*******');
define('DB_DATABASE', '*******');
define('PASSWORD_SALT', 'nyxhgTHwgVs55RjrCGUYbDZ2pKDgJcqiEvKTNuQT4vpB9NROOQJW7OlwXvYX5Aip');
define('CACHE_LIBRARY', 'apc');
define('SERVER_PATH_VARIABLE', 'REQUEST_URI');
define('DIR_REL', '');
?>
FischerVision replied on at Permalink Best Answer Reply
FischerVision
define('SERVER_PATH_VARIABLE', 'REQUEST_URI');

It seems that the URL part is an i, not a L. Try the following

define('SERVER_PATH_VARIABLE', 'REQUEST_URL');
james13009 replied on at Permalink Reply
No idea how you saw this, but impressed all the same

But this seems to have fixed my editing problem.

Should really workout where i copied and pasted it from now.
FischerVision replied on at Permalink Reply
FischerVision
Nice! Glad to help! Those 'errors' are the worst. Can look at it 1000 times, but still don't see it.
FischerVision replied on at Permalink Reply
FischerVision
Another point of view. You've a top.php instead of a header.php?
james13009 replied on at Permalink Reply
I have both for some reason, the original site wasn't set up by me.
Blenderite replied on at Permalink Reply
Blenderite
There may not be a java error if a addon is calling Java. Are there any addons that use java at all?