Joomla 2.5 admin page will not show - joomla2.5

I am upgrading from Joomla 1.5 to 2.5 and developed my site in a sub folder on the live site. Everything was working fine in the test area. (dev site is here: http://academyphysicians.com/test) Used Akeba backup and moved the site to the root folder. Front end is working as expected, but the admin page is blank after log in. New install of 2.5 is here: http://academyphysicians.com.
I was googling the issue and saw that php version may be the problem. I am running v 5.2.14 and I saw that 5.3 may be required. It seem like I would have had the problem in the test site if that was the case. Anyone have any ideas?

If the site worked in a subfolder, then it will work in the root. When you moved the site you did something wrong or you have touched a setting you shouldn't have because Joomla should be folder agnostic.

Related

Django Admin Styling corrupted

I recently made some changes to my django site, one big one being upgrading from Django 2.2 to 3.1. Now my admin site styling is all messed up. I can't figure out what went wrong or how to fix. Any pointers would be appreciated!
See image of what it looks like after update....
The main home page for admin looks fine, but when I click on one of the models to view, the formatted is definitely not correct.
Also, some not all, of my images on the site are saying 404 not found...
It looks like your browser is caching the CSS / JS from the old version, you can clear your cache and reload. In chrome use ctrl + shift + r to reload.
I was facing the same problem, First I thought it was a Cache issue but it wasn't.
I checked the page source and found a css file being applied to the page which wasn't even present on my drive.
In my case the file was:
static/admin/css/nav_sidebar.css
So I created new file in static/admin/css named nav_sidebar.css,
then copy pasted the code which I got from page source and
added "display:none;" in the #nav-sidebar section(line:34) and [dir="rtl"] #nav-sidebar section(line:45 in my case).
You can find the Original code here by using Google Chrome's inspect tool.
Where to find the code
I had the same issue after bumping django from v3.0 to v3.1. I run python manage.py collectstatic to update css which solved my issue
I was experiencing the same styling as the OP's screenshots.
I had upgraded incrementally from 2.2 -> 3.0 -> 3.1 -> 3.2. I only experienced the styling issues in 3.2
The issue was that there were legacy admin styles committed to the repo in the static folder. To resolve, all I did was delete the committed admin styles, and Django then appeared to use its own styling
I was upgrading from 3.0 to 3.2 and I tried a couple of the answers here without luck. At the end, the following procedure solved it for me:
manually delete the content of the directory STATIC_ROOT (see in settings.py what you named the folder)
run the command python manage.py collectstatic This will repopulate the directory with the newst files
hard refresh your page (ctrl + F5)
I think the other answers here are necessary, but I'll add one more: You might have to bust caches in your server itself. In our example, nginx was configured to provide really long caches to our static files, so we just had to reset it to make changes come through.
Ok maybe I am late to the party but it may help others,
What works for me is:
Set STATIC_ROOT in settings.py (I guess it should be already there as project is old one)
Comment STATIC_DIR in STATICFILES_DIRS list (otherwise it will give error) and run python manage.py collectstatic
Clear browser cache.

ColdFusion 2016 server on W2K12 / IIS - 500 errors on anything BUT .cfm files

This server is (was) being prepped to move to production last week, but started giving 500 errors on files that are not .cfm files - i.e. .htm, .css, .js files all give 500 errors (but not in CFAdmin).
It's a vanilla install and followed the lockdown guide carefully. It was working fine until yesterday when I had some issues.
1 - it took 3 tries to install HF4 from command line. it would seem like it worked fine but when I went back into CFAdmin it still showed the previous version. I did it again today and it installed fine and now shows correct version.
2 - initially it was setup so that only one specific site was setup in wsconfig. I added a site and it wouldn't serve cfm pages. Ran wsconfig.exe as Administrator, removed all connectors, and then did an add for all IIS sites. Again, seemed to work fine and CFM pages can be served now, but nothing else.
There's nothing standing out to me in IIS, and no config changes were done to IIS (at least by me - if the Adobe installer or wsconfig did then I'm at a loss).
So browsing locally was revealing!
Cannot add duplicate collection entry of type 'mimeMap' with unique
key attribute 'fileExtension' set to '.air'
Looking in web.config I found this entry for both sites:
<staticContent>
mimeMap fileExtension=".air" mimeType="application/vnd.adobe.air-application-installer-package+zip" /
</staticContent>
Both sites had been working just fine until I ran the CF2016 HF4 update. I'm curious if this entry was added by the update installer?

Github Pages 404 for everything but index.html

I have a Github pages website for our team at http://olinaeromarketing.github.io/. I've tried opening index.html locally and it works perfectly in chrome on my pc. Everything loads perfect. However, when I push everything to Github and try to open it with http://olinaeromarketing.github.io/, everything except index.html gives a 404 error and can't load. I'm pretty stumped as to why this is happening. I also haven't been able to find anything on the web regarding this issue.
The repository is located at https://github.com/OlinAeroMarketing/OlinAeroMarketing.github.io. BTW, the website is currently a WIP and not yet finished.
By default, Jekyll is used to process GitHub Pages. Files/directories that begin with an underscore have special meaning for Jekyll and are, therefore, treated differently.
Since you don't seem to be using Jekyll, your simplest solution is to add a file named '.nojekyll' to the root path to disable Jekyll functionality.
Check out https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/ for more info.
Edit: Just to be clear, the offending directory is '_include'.

prestashop 1.6 admin reset

First time user. Installed Prestashop 1.6 last night locally on my computer (I want to try it out before I commit to it). However when I got to the admin panel it had the same presets as found in the demo version (http://www.prestashop.com/en/demo).
So, figuring I may have just somehow, accidentally downloaded the demo version, I uninstalled and reinstalled just a few minutes ago. Yet, lo and behold, I get the same presets. Is there anyway to do a reset on the admin panel so that I get a clean slate (no orders, customers, stats, etc)?
Downloaded Prestashop from the homepage. Used this article (blog.dh42.com/installing-prestashop-locally/) to download it locally.
Here is your solution : http://www.prestashop.com/forums/topic/320579-delete-all-sample-data/
Go to your back office
Modules
Search for cleaner
Install pscleaner module
Use this module.
Another solution here : PrestaShop: Delete all testing data before production

mura cms new site: preview not displaying

I have set up a new site on mura cms 5.4 and gave it the domain localhost but nothing gets displayed in the preview.it is a site in construction and so assigned it localhost as the domain.
why doesnt it allow me to preview the changes?
it keeps giving me page cannot be displayed.
i have tried getting to it from the link that appears on the top of the page
please help. greatly appreciate it.
I advice to upgrade to the latest version of Mura (version 6) and see if the issue still occures. Since Mura 5.4 is an old version, there is a big chance the issue is fixed meanwhile.
It's very easy and save to upgrade Mura. http://docs.getmura.com/installation-set-up/upgrading-mura/