7
It's a popup from his webhost provider. blah!
Isn't .tk free webhosting?
If they are putting pop ups on your site, I would look for another provider. Forget that crud.
regardless, I can't hardly understand your typing bud.
Quote:
FeffecT wrote:
me whit this cose i dont hve clue
I speak english. Pardon my noticing but your grammar is terrible.
Your site is trying to load from here
http://localhost/html/index.phpThat is not correct.
You more than likely incorrectly specified some variables during the setup process.
Try re-uploading the installation directory and a clean mainfile.php and re-run the installation. This time make sure you put in the CORRECT info that applies to your host/website/url etc.
These are the lines in mainfile.php
include ("/www/f/site/xoops/secure/xoops-auth.php");
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/www/f/site/xoops/htdocs');
define('XOOPS_ROOT_PATH', '/www/f/fauxpas69/xoops/htdocs');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://xoops.site.org');
define('XOOPS_URL', 'http://xoops.site.org');
You need to correctly specify your Physical path to your main XOOPS directory WITHOUT trailing slash and your Virtual path to your main XOOPS directory WITHOUT trailing slash. Those are two different things. You should have had to input that info during setup. But again, wrong info, wrong results.