PDA

View Full Version : problem with installation and admin CP


widdgama
03-25-2007, 03:33 PM
Hi:
i'm new with vivvo CMS and i'm facing some problems..
1st of all, after installing the application the last step in saving configuration when i clicked on get started it gives me this warning

Warning: file_get_contents(admin/templates/login_form.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in e:\web\public_html\www\vapplication\admin\login.ph p on line 143

Warning: file_get_contents(admin/templates/header.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in e:\web\public_html\www\vapplication\admin\header.p hp on line 72

Warning: file_get_contents(/admin/templates/footer.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in e:\web\public_html\www\vapplication\admin\index.ph p on line 123

Warning: file_get_contents(admin/templates/index.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in e:\web\public_html\www\vapplication\admin\index_ou t.php on line 72



2nd: when i accessed the application i got the home page , where can i log in as an administrator to change the preferences of the home page and manage the entries?

Alex
03-26-2007, 08:31 AM
URL of site administration is www.YourSite.com/admin/

If you have these problems, your path to script is probably wrong, try checking /include/conf.php file for $root and $URL paths.

widdgama
03-26-2007, 10:16 AM
i have a directory for the cms i called it vapplication, so the admin will be mywebsite/html (all the html pages are here)/vapplivation/admin , right?
but i get those warning i posted earlier , what should i do? uninstall vivvo and reinstall it again or what?

Alex
03-26-2007, 12:45 PM
No, if your root is www.yoursite.com/vapplivation, then admin is www.yoursite.com/vapplivation/admin/

There should br no /html in URL of the site. If that doesn't work, submit a support ticket with your license number and website FTP access.

widdgama
03-26-2007, 02:51 PM
i tried to sumbit a ticked but the weirdest thing happened. every time i loggin i have to enter my email address and confirm it every single time !! and when i try to open the history of ticket it asks me to enter my email and password but nothing happened!!!

eshu
07-26-2007, 10:46 PM
i had this situation...


Warning: file_get_contents(//templates/header.tpl): failed to open stream: No such file or directory in /home/www/vivvo.awardspace.info/template_scripts/header.php on line 3

Warning: file_get_contents(//templates/index.tpl): failed to open stream: No such file or directory in /home/www/vivvo.awardspace.info/template_scripts/default.php on line 2

Warning: file_get_contents(//templates/footer.tpl): failed to open stream: No such file or directory in /home/www/vivvo.awardspace.info/template_scripts/footer.php on line 2




before editing my conf.php file looked like this:
<?php
$url ="http://vivvo.awardspace.info/";
$root = "//";
$admin_directory = "admin";
$sqlHost = "xxx";
$sqlUsername = "yyy";
$sqlPassword = "zzz";
$sqlDatabaseName = "vvv";
$showFriendlyURL = "no";
?>

root was missing! dont know why :-(




..and then something made it like this:

<?php
$url ="http://vivvo.awardspace.info/";
$root = "/home/www/vivvo.awardspace.info/";
$admin_directory = "admin";
$sqlHost = "xxx";
$sqlUsername = "yyy";
$sqlPassword = "zzz";
$sqlDatabaseName = "vvv";
$showFriendlyURL = "no";
?>

upload the file and on my surprise it worked!!! :-)))

thanx for leading me to right path!

actually the script tells it everything, it has answer written inside, we just have to look at close and rediscover .-))

it would be unfortunate to not to be able to continue from this point...
it looks promising .-)

i got to go now...
have a long way to travel tomorrow..
cheers!