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?
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?
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', '');
?>
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', '');
?>
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.
But this seems to have fixed my editing problem.
Should really workout where i copied and pasted it from now.
Nice! Glad to help! Those 'errors' are the worst. Can look at it 1000 times, but still don't see it.
Another point of view. You've a top.php instead of a header.php?
I have both for some reason, the original site wasn't set up by me.
There may not be a java error if a addon is calling Java. Are there any addons that use java at all?
Are pretty URL's on right now?
Is the config/site.php configured the right way?