Joomla upload zip and run in plesk - php

I try to host a site in plesk created with joomla.
I have installed joomla from Applications -> Joomla Install.
I can log in to the backend interface and see the general by default joomla template.
However in plesk in Files -> httpdocs where the site exist I have upload my joomla work from my local disk and extract it and their are all my files.
What should I do to configuration.php file in order to make the public url to see the results from the content I uploaded, or in other files?
I mean I have a zip file with the joomla content. I uploaded to http docs and extracted but in the public url I receive error. Why this is happening?
I noticed that index.php was overwriten when I openned the joomla from the application and after that I can't understand what changed.

Joomla consists of files and a database.
One of the easiest ways to transfer a website is to use the free or paid version of Akeeba Backup which backs up the files and the database into one file. You can then use the free Akeeba Kickstart utility to restore the files and the database on the target location.

I don't have rep points to comment, which is why this is posted as an answer. Sorry!
Can you give a little more information? You installed Joomla from the Plesk panel, so you should have all of the Joomla code files and directory structure. What is the "joomla work" you want to upload -- a complete site like Neil's answer I think assumed? Graphics files? Text documents? If it's artwork or the like, it would go in your "media" folder under the Joomla document root (httpdocs I would guess), and be accessible through the media manager.

Related

Install Moodle plugin into root directory or redirect it

I'm in the process of programming my own static pages in moodle. It works so far, but I have the whole thing running in the local environment in its own folder in the root directory "mymoodle.com/folder/".
Now I would like to install it as a plugin on the stable instance via the dashboard/frontend, but if I understand it correctly then only works with the available plugin types => path from the docu
Is that only possible via FTP access? Or is a plugin type not listed yet or have I overlooked one?
Is there a better moodle approach than plugin type "local" ?
I have already discovered the "Static Pages" plugin, but I don't really understand how they solve the redirect from /local/staticpage/ to /static/
Local Plugin folder is the best approach, if you are creating a plugin that doesn't comes under any of the other plugin types mentioned here.
However you can shift the folder (and make appropriate changes in files to require files) under the Moodle's root directory and it should work.

showing subversion files instead of website

Hey I recently bought a domain and server at dreamhost.
I created a subversion so that I can better manage my files and versions.
When I create a folder and a file say index.php everything works fine and the code runs great.
However once I do a checkout of the subversion in that folder (or even into a new folder) and add files from the repository to it, the site doesn't show. Instead I just see the subversion name and revision and the files and if I click on a file it downloads it.
Why isn't the site actually running? What did I do wrong?

Uploading to a domain with WordPress extension

Hey guys am about to host a website and I think I may have a looming issue at hand I have been editing a website on WordPress online mywebsite.com/wp-login.php but have not publish it (still a blank domain) now few weeks after I decided to start the project all over again using MVC php now I want to know if I can still upload my site to mywebsite.com without having any issue?
You may want to move all your custom php files to a sub directory and put the wordpress site's files on the root directory. That will be safe I guess.

Problems with adding an extension in Magento Root directory?

Not sure if i'm at the right place but oh well,
Since a month or two I've started working at a company which uses Magento. Everything was going smoothly, except for the fact that I now try to add an extension to the root directory of Magento through cPanel, in the installation guide I found the following steps:
Installation:
Before installing the extension, please make below notes complete:
Clear your website cache under located at var/cache directory.
If you’re installing extension on live website, please backup your store database and web directory.
Disable Compilation by going to Admin Control Panel -> System -> Tool -> Compilation.
Multi PRODUCT EDITOR Installation:
Extract Multi_Product_Editor-1.0.0.tgz file.
Upload the extracted folders (/app, /js, /skin) respectively into the root of your Magento installation.
From the Admin Control Panel, refresh cache at System => Cache Management. Log out and log in back
now I have found a problem with uploading the extracted folders, because
There are already a folder called App and one called Skin and I'm not sure if I should overwrite those
When I wanted to upload the specific folders, it can't, I can't upload the folder "App" and it only allows me clicking the folder and searching through the folder's folders.
I'm still new to Magento but I learn everyday! please tell me if I'm doing something wrong or if I need to take a step back, I gladly appreciate all your help!
Also, if I wasn't specific enough, or if you need more details, just say so and I'll try adding as much as I can :)
kind regards
Clay
In magento app and skin are mandatory folders so you must not erase them. But if your module you want to add is adding properly, it will just add based on magento structure and create a new module in community or local for the app, and a new design in skin.
Be always careful of where the modules installs things anyway

How can I Migrate Wordpress off of Google App Engine

There are dozens of articles for migrating a Wordpress install TO Google App Engine, but I can't find any to migrate it FROM GAE to something like WPEngine.
I'd simply love to UpdraftPlus to do it, but I can't create a backup because the filesystem is not writeable in GAE.
I could simply use a copy of the database dump and my local version of the filesystem, but that loses all the remote uploaded images that I created.
Also, I don't really know how to "undo" many of the GAE configurations that have to do with the filesystem, uploads, database connectivity, etc. If I change the
db credentials and deactivate the GAE plugin, will my site just work?
Thanks!
Lou
For anyone else experiencing the same issue, I did the following and it was really quite simple:
uploaded the wp-content folder from the source GAE folders (on my local machine) to the new host
used the native 'export' feature in the Wordpress admin: /wp-admin/export.php
used the import feature in the Wordpress admin (you do have to install a plugin): /wp-admin/import.php
Went through and activated my theme and my plugins
Updated all my settings on all my pages
Then I had to edit my function.php and header.php files as they included a few hardcoded references to IDs (posts, pages, categories).
After that, it was done!

Categories