Advertisement:

Author Topic: [XXXXXXXX] does not opening  (Read 1877 times)

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
[XXXXXXXX] does not opening
« on: March 22, 2016, 07:42:11 am »
[XXXXXXXX] does not opening, all installations are ok, can somebody help me why the reason web site does not open? I installed almost all themes, but no result....
« Last Edit: March 22, 2016, 01:36:54 pm by _CONEJO »

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: does not opening
« Reply #1 on: March 22, 2016, 01:36:04 pm »
It does open. Please stop posting your urls in every topic you comment on.

mattlok

  • Newbie
  • *
  • Posts: 40
Re: [XXXXXXXX] does not opening
« Reply #2 on: March 22, 2016, 10:25:27 pm »
Some possible ideas:

Did you check the write permissions on your folders?  (wwwroot has to have write permissions 777 as well as your content folder)

Did you check your default document on Apache2 or IIS to run index.php as default document

Do you have your config.php -- configured to point to the right database, db IP, user name and password (sometimes there might be a typo when you are typing quick)

Even thou some of these are the obvious, it's the small things that can cause your site not to open.


Aficionado

  • Guest
Re: [XXXXXXXX] does not opening
« Reply #3 on: March 22, 2016, 10:28:18 pm »

Did you check the write permissions on your folders?  (wwwroot has to have write permissions 777 as well as your content folder)


If you don't know what you are saying, please refrain from giving false and dangerous information. No one should use 777.

It is 644 for files and 755 for folders.


mattlok

  • Newbie
  • *
  • Posts: 40
Re: [XXXXXXXX] does not opening
« Reply #4 on: March 22, 2016, 11:01:12 pm »
My apologese,

Aficionado is correct on his chmod permissions.

As stated in the installation you need read and write on just the root and the one folder but not all the your folder.

It specifies during the installation.  I won't comment of the 777, but for this script Aficionado is right you should never use 777.

Just to clarify:

In most cases you should not, but some developers may ask you to use it such as Premium Media Script (http://codecanyon.net/item/premium-media-script/9324018) - which is a Youtube clone site - i too did not use 777 but 775 (on Centos box) and videos uploaded would not play.  The support developer need ftp access then came back and said the videos folder need to be 777.

Again, Aficionado is right you should never use 777

Therefore i have corrected my statement for the community...