PDA

View Full Version : installing vb5.x.x


fodbrothers
08-12-2016, 04:27 PM
I am stuck. I am having an issue with something after I install my website looks like the attached file.
I am unable to get to the adminCP

I have edited the htaccess to .htaccess as told by someone but still having the same issue

--------------- Added 1471026886 at 1471026886 ---------------
https://postimg.org/image/b2lkij5zf

Seven Skins
08-12-2016, 04:53 PM
1- check if you have edited the config.php files properly ... there are two of them.
2 - you can login directly to admincp by going to yoursite.com/admincp/
3 - upload the default htaccess file.

fodbrothers
08-12-2016, 05:01 PM
thanks for the reply
mysite/admincp shows a 403 error
I have tried uploading the default htaccess file but no hope.
I have also checked the config.php but dont seem to have a problem with it.
the reason I have tried to install vbulletin is that my other site was working fine and for some strange reason the site looks the same as the image I posted before. so I was doing a fresh install to find what the problem is but I have hit the same wall LOL

Seven Skins
08-12-2016, 05:09 PM
403 error means you are forbidden to view the files in that folder. Check folder permissions via ftp client it should be 755 ... also check if the access is restricted via htaccess file.

fodbrothers
08-12-2016, 05:18 PM
at the moment it is 0777 which should work if im right ?

--------------- Added 1471029662 at 1471029662 ---------------

how do I check if the access id restricted via htaccess file

--------------- Added 1471032859 at 1471032859 ---------------

changed all the permissions to 755 but still having the same issue

Replicant
08-12-2016, 06:38 PM
did you rename the htaccess.txt file to .htaccess? The default .htaccess file shouldn't have any restrictions in it.

fodbrothers
08-12-2016, 06:44 PM
thanks Replicant for the reply. yes I have renamed it to .htaccess but still the same issue.
I strongly think its a permission issue but I have changed them and still having the same problem

Seven Skins
08-12-2016, 07:53 PM
Check the owner and group of the folder if you can.
Else make a new folder using your own ftp account etc (so it will have your account permisions) ... and try reinstall.

fodbrothers
08-13-2016, 04:58 AM
tried ftping the files again but I couldnt even get access to the website 403 error
went back to the synology dashboard and changed the permissions and back to where I was again with the website still looking like that post above

--------------- Added 1471085310 at 1471085310 ---------------

I have tried everything
is any one able to help me privately. I can give them access and they will be able to see what I have done wrong.
then I will post here what the problem was to help others with the same issue

--------------- Added 1471086552 at 1471086552 ---------------

ok well I fixed it after all of that thinking it was permissions I found out after synology updated in the webstation application. under virtual host the backend http was set to Nginx and not apache

Necrophyte
08-15-2016, 11:10 PM
I had this same issue.
In the DO NOT UPLOAD folder. There is a tools.php. Copy this to your /core/admincp
Then run the yoursite.com/forum/core/admincp/tools.php
You'll need to make sure the install folder is still there. /core/install
Once you do You will have an option to reset the cookies location to / from the tools. Do that. Then go to your browser and remove all cookies from yoursite.com
Refresh and it will all fall into place.
At least it did for me.