[ Video Sharing CMS v4 ] Installing issues

Started by deghost,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

deghostTopic starter

  Ive installed phpVibe, changed config file, fixed permissions for directories and files, ran setup, created admin name/account. Got message saying everything was good to go and clicked the link to login and sends me to a not found page. When I click the moderator link send me to a you are not the admin page.


http://http:\\sample.guildvideos.com\errorimages\config_done.jpg
http://http:\\sample.guildvideos.com/errorimages\config_done2.jpg
http://http:\\sample.guildvideos.com/errorimages\config_done3.jpg
http://http:\\sample.guildvideos.com/errorimages\config_done4.jpg

As you can see from the images everything checked out for the setup. Any advice or solutions? I even went down to 3.5 and same issue as 3.6

Thanks in advance.
Scott
  •  

PHPVibe A.

The admin seems ok, just that you are not logged in so it blocks your access, it's normal.
Seems to me you need to 2 two things:

1. Remove the "hold" file in root.
2. Check your .htaccess file, I guess you have a blank one and didn't overwrite it (common, described in documentation as well) since not only login, but all rewrite links return 404.


deghostTopic starter

Hold file was deleted and this is my .htaccess file

Quote
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>
  •  

PHPVibe A.


deghostTopic starter

Quote from: Alexander on
Does your server has mod_rewrite functional? With AllowOverride for simulated links?

http://www.phprevolution.com/forum/troubleshooting-issues/login-error-404/msg17413/#msg17413

http://www.phprevolution.com/forum/troubleshooting-issues/login-register-page-not-found/

  Turns out I had the wrong hosting config. I had Windows with Plesk instead of a linux/apache server. have it switched and will try again.
  •  

deghostTopic starter

  Got it working. Thank you Alexander for the assistance.
  •  

PHPVibe A.

Uhh, Windows is moody.
Glad you sorted it out!

Similar topics (7)