Showing posts with label Joomla. Show all posts
Showing posts with label Joomla. Show all posts

Sunday

How to install CMS wordpress magento Joomla opencart in cPanel

After you registered the domain name and addon domains, follow these steps in cPanel.

Step 1. Go to cpanel.
My product -> web hosting -> manage -> cPanel admin



This is how cpanel look like. Scroll down to the end you will see the pre-defined CMS applications. Unfortunately, there is no opencart. Does it mean opencart is no longer popular.


Step 2. Choose the one you wanna install, eg. wordpress.



Step 3. Click install this application.



Step 4. Fill in the info properly and click install.

After this step, the CMS will be ready to edit. For magento, if there is any error message like this, it means you'll probably need to downgrade the version.



Admin site is yourwebsite.com/admin. Username and pw will be the one you key in in 4th image.

Tuesday

How to install Joomla 3 on mac

This is not a professional tutorial to teach the basic procedures and steps, but a post to share all the troubleshooting and criticize this unstable and mad Joomla and its necessary server from an end user designer point of view. If you are a pro-tech, please ignore this.
 
I haven't run away successfully from this nightmare. After 7 months later, This Joomla 3 on mac server has not been set up yet in this company. People say Joomla is complicated comparing with wordpress. This is not because Joomla is not easy to use but the instability and incompatibility with its server. So if you couldn't manage Joomla, it doesn't mean you're not capable as a designer. It might be probably because your company tech was from political background...

 

 This is a brand new mac server, so every necessary software must be installed by the designer. Have you realized Joomla 3+ request higher version of PHP and MySQL? We failed to upgrade Joomla 2.5 to 3+ previously because the PHP version was lower than 5.3.10. Next question is "do we need to install PHP and MySQL before Joomla?" It would probably be yes. Some Apache web server offers one stop solution such as "XAMPP" or "MAMP". If your company have IT support, you could ask the tech to install for you before you install Joomla.


The interesting thing is when I approach our tech and ask him to upgrade PHP to ver 5+, he said, "We may not have the license yet, I need to write an email to my manager to get the approval to buy the license for you. It may take 2 weeks time." See, non-IT person would easily be fooled by such bullshit. After you read this article, you could stand back and tell him haughtily "You want me to show you?"...
 

Q1. How to install XAMPP?
  • Open the DMG-Image.
  • Double-click on the image to start the installation process. That's all. XAMPP is now installed below the /Applications/XAMPP directory.


Q2. How to run XAMPP? I couldn't imagine one could have trouble at this step. There was no running app with XAMPP logo in the folder. If you installed lower version before, you may need to get used to their new interface design. Guess which one is XAMPP Control. Screen Shot 2015-04-13 at 4.09.55 pm
Q3. Where to test XAMPP? How can I test everything? Type in the following URL in a web browser:

http://localhost

Now you should see the XAMPP start page containing some links to check the status of the installed software and some small programming examples.


By right, this page should show in the browser (img above), however, in practice safari browse could only show this (img below). In order to make sure if there was no any incompatibility problem, I tried to uninstall and restart mac several times. It was still the same. This page would show even without XAMPP installed. Then I tried on windows server to investigate if the downloaded pack has any restraint. By following the normal procedure, XAMPP was smoothly installed and just by clicking the Joomla pack, Joomla was automatically installed without any manual set up. Until I saw the brand new admin interface, I knew the mac must have some head damage!
 

Then I tried to type exactly
http://localhost/xampp/index.php

into safari browser. Surprisingly, it worked... WTH, why this 2 comments lead to different pages. I haven't found out the reason when I post this. Please write to me if you know. But what I know is:

Q4. What can I do if safari doesn't show XAMPP landing page on mac?
Use Chromel! Do not waste time on safari. Chromel can show correct landing page by typing either localhost or localhost/xampp.

Q5. Why mySQL cannot connect?
This error we met once. After restarting the mac, it was back to normal. Until now, we finally solved all the XAMPP problems yet haven't touched Joomla ... waste time...

Q6. How to install Joomla 3 on mac?
Firstly, we tried Joomla auto installation pack to see if it works like in windows server. Until this step, it popped up error message.

 

After trying several port no. we gave up. Secondly, we decide to do manually set up as per lower version. This time we used the package downloaded from official website Joomla.org However, after throwing Joomla file to XAMPP htdocs folder, I name it Joomla. By typing
http://localhost/Joomla
in the chrome, Joomla landing page should be shown. Unfortunately, the story just doesn't happen in that way. Forbidden You don't have permission to access /localhost/Joomla on this server. I'm not a designer any more, am I... Q7. WTH 403 Forbidden Error on Mac OS X Localhost? Firstly, we checked all the file permissions. After make sure it's all set to "read&write" to admin, means you may probably need to do some coding. We also did this change in /etc/apache2/users/USERNAME.conf
<Directory "/Users/USERNAME/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all

But it doesn't seem to work until we run this "chmod" command. And finally, Joomla landing page appeared... It's totally a waste of time to let a designer build a website from constructing web server. The fastest way to start a website is to buy from a web hosting site with necessary CMS pre-installed.

Friday

How to install Joomla 3 on mac?

This is not a professional tutorial to teach the basic procedures and steps, but a post to share all the troubleshooting and criticize this unstable and mad Joomla and its necessary server from an end user designer point of view. If you are a pro-tech, please ignore this.

I haven't run away successfully from this nightmare. After 7 months later, This Joomla 3 on mac server has not been set up yet in this company. People say Joomla is complicated comparing with wordpress. This is not because Joomla is not easy to use but the instability and incompatibility with its server. So if you couldn't manage Joomla, it doesn't mean you're not capable as a designer. It might be probably because your company tech was from political background...

This is a brand new mac server, so every necessary software must be installed by the designer. Have you realized Joomla 3+ request higher version of PHP and MySQL?

We failed to upgrade Joomla 2.5 to 3+ previously because the PHP version was lower than 5.3.10. Next question is "do we need to install PHP and MySQL before Joomla?" It would probably be yes. Some Apache web server offers one stop solution such as "XAMPP" or "MAMP". If your company have IT support, you could ask the tech to install for you before you install Joomla.

The interesting thing is when I approach our tech and ask him to upgrade PHP to ver 5+, he said, "We may not have the license yet, I need to write an email to my manager to get the approval to buy the license for you. It may take 2 weeks time." See, non-IT person would easily be fooled by such bullshit. After you read this article, you could stand back and tell him haughtily "You want me to show you?"...

Q1. How to install XAMPP?

  • Open the DMG-Image.
  • Double-click on the image to start the installation process.
    That's all. XAMPP is now installed below the /Applications/XAMPP directory.

Q2. How to run XAMPP?

I couldn't imagine one could have trouble at this step. There was no running app with XAMPP logo in the folder. If you installed lower version before, you may need to get used to their new interface design. Guess which one is XAMPP Control.
Screen Shot 2015-04-13 at 4.09.55 pm

Q3. Where to test XAMPP? How can I test everything?

Type in the following URL in a web browser:

http://localhost

Now you should see the XAMPP start page containing some links to check the status of the installed software and some small programming examples.

By right, this page should show in the browser (img above), however, in practice safari browse could only show this (img below). In order to make sure if there was no any incompatibility problem, I tried to uninstall and restart mac several times. It was still the same. This page would show even without XAMPP installed.

Then I tried on windows server to investigate if the downloaded pack has any restraint. By following the normal procedure, XAMPP was smoothly installed and just by clicking the Joomla pack, Joomla was automatically installed without any manual set up. Until I saw the brand new admin interface, I knew the mac must have some head damage!

Then I tried to type exactly

http://localhost/xampp/index.php

into safari browser. Surprisingly, it worked... WTH, why this 2 comments lead to different pages. I haven't found out the reason when I post this. Please write to me if you know. But what I know is:

Q4. What can I do if safari doesn't show XAMPP landing page on mac?

Use Chromel!

Do not waste time on safari. Chromel can show correct landing page by typing either localhost or localhost/xampp.

Q5. Why mySQL cannot connect?

This error we met once. After restarting the mac, it was back to normal.

Until now, we finally solved all the XAMPP problems yet haven't touched Joomla ... waste time...

Q6. How to install Joomla 3 on mac?

Firstly, we tried Joomla auto installation pack to see if it works like in windows server. Until this step, it popped up error message.

After trying several port no. we gave up. Secondly, we decide to do manually set up as per lower version. This time we used the package downloaded from official website Joomla.org

However, after throwing Joomla file to XAMPP htdocs folder, I name it Joomla. By typing

http://localhost/Joomla

in the chrome, Joomla landing page should be shown. Unfortunately, the story just doesn't happen in that way.

Forbidden

You don't have permission to access /localhost/Joomla on this server.

I'm not a designer any more, am I...

Q7. WTH 403 Forbidden Error on Mac OS X Localhost?

Firstly, we checked all the file permissions. After make sure it's all set to "read&write" to admin, means you may probably need to do some coding.

We also did this change in /etc/apache2/users/USERNAME.conf

<Directory "/Users/USERNAME/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

But it doesn't seem to work until we run this "chmod" command.

And finally, Joomla landing page appeared...

It's totally a waste of time to let a designer build a website from constructing web server. The fastest way to start a website is to buy from a web hosting site with necessary CMS pre-installed.

Thursday

How to instal Joomla with XAMPP in localhost

You can either install Joomla on your local machine or on the web server.

Here we use xamppas local host server.

General procedure =>

procedure

Step 1. Install XAMPP

1) Download XAMPP from http://www.apachefriends.org/en/xampp.html .http://snowyn.wordpress.com

2) Run setup and check the install Apache and MySQL as service checkboxes.

3) Once the setup is complete, XAMPP screen should be view by visiting  http://localhost in the web browser like:



(Please forgive me by using Win7...)http://snowyn.wordpress.com

Step 2. Download Joomla

1) Download Joomla from http://www.joomla.org

2) Create a "Joomla" directory (folder) in htdocs folder in XAMPP installation folder.

3) Extract the files from Joomla zip to the "joomla" Directory. http://snowyn.wordpress.com/



(This "Joomla" directory can be any names such as joomla_1.7 OMG我太没有创意了。。。)

Step 3. Install Joomla

1) Copy paste http://localhost/joomla (or /yourOwnCreatedName) in web browser to start the Joomla installation.

2) Click on the next button at the top right corner after completing each step.

3) Follow the steps:
i) language setting
ii) Pre-Installation Check (check all items are green)
iii) Accept the license agreement
iv) Database Configuration http://snowyn.wordpress.com/
v) FTP Configuration
vi) Main Configuration
Don’t install the sample data. Don't use the same email address as mine.
vii) Finish -> click remove installation folder button.
then click .
Congratulations!! Now you have successfully installed Joomla on your local server.

Type http://localhost/joomla/administrator/ to go to back-end.

Wish you all the best in future! http://snowyn.wordpress.com/
Welcome No. Stub Hub Fan Code visitors

Joomla How to change icons in dropdown list

What I mean is like this: http://snowyn.wordpress.com/



Under top bar "product", there are some subtitles such as Flooring and Doors. Under each subtitle, there are links with small icon.

How to change these icons? http://snowyn.wordpress.com/

1. click menu manager



Click the sub menu you need to edit. Here we use "Fire Safety" as an example. http://snowyn.wordpress.com/

2. Under "Edit Menu Item", click "Link Type Options" on the right hand side.



The rest procedure is normal picture upload and insert procedure. http://snowyn.wordpress.com/



Notes: here are not allowed to overwrite or delete images. You need to go to media manager to arrange images first.

3. Click "Save" after you insert the icon. http://snowyn.wordpress.com/

4. Refresh home page, the new look should be like this:



Icon has been updated successfully! (Please ignore the ugly icon...咳~)

Hmmm, great! Now you become a little bit detailed in design! http://snowyn.wordpress.com/
Welcome No. Web Counter visitors