BoonValues Problem

Yoshi

Active Member
Feb 27, 2017
119
22
I'm trying to add boon's values page but its looking like this>
anyone know why? I've configured it.
Thanks
 
I know manage to login but this now shows as I try sign in
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
It looks like you haven't linked to the right resources.
doesn't exist as well as
 

Yoshi

Active Member
Feb 27, 2017
119
22
It looks like you haven't linked to the right resources.
doesn't exist as well as
I'm using revcms isit still possible for it to work ?
 
Also they do exist I have them in the folder?
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
I'm using revcms isit still possible for it to work ?
 
Also they do exist I have them in the folder?
They are indeed existent, however they are located in the VALUES folder, and not the ROOT (/) folder, where the rest of the site belongs.

You have two options:
  1. Move the folder called "Resources" to the ROOT folder (where app, ase is located)
  2. Edit index.php / other files inside the VALUES folder and change the links to the right ones.
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Yeah I've found them in the values folder but how comes it's not using them?
This is what your index.php looks like right now:
HTML:
<html>
    <head>
        <meta charset="utf-8">
        <title>BoonValues - Official Rare Values!</title>
        
        <link rel="stylesheet" href="http://fabbo.pw/resources/styles/bootstrap.min.css">
        <link rel="stylesheet" href="http://fabbo.pw/resources/styles/homepage.css">
        
        <!--[if lt IE 9]>
            <script src="http://fabbo.pw/resources/scripts/html5shiv.js"></script>
            <script src="http://fabbo.pw/resources/scripts/respond.min.js"></script>
        <![endif]-->
        
        <meta name="google" content="notranslate">
    </head>

This is what is supposed to be:
HTML:
<html>
    <head>
        <meta charset="utf-8">
        <title>BoonValues - Official Rare Values!</title>
        
        <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/bootstrap.min.css">
        <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/homepage.css">
        
        <!--[if lt IE 9]>
            <script src="http://fabbo.pw/values/resources/scripts/html5shiv.js"></script>
            <script src="http://fabbo.pw/values/resources/scripts/respond.min.js"></script>
        <![endif]-->
        
        <meta name="google" content="notranslate">
    </head>
 

Yoshi

Active Member
Feb 27, 2017
119
22
Also already got it in my root folder I'll have a go at changing links.
Thanks
 
I'll give that a try now thanks
 
This is what your index.php looks like right now:
HTML:
<html>
    <head>
        <meta charset="utf-8">
        <title>BoonValues - Official Rare Values!</title>
       
        <link rel="stylesheet" href="http://fabbo.pw/resources/styles/bootstrap.min.css">
        <link rel="stylesheet" href="http://fabbo.pw/resources/styles/homepage.css">
       
        <!--[if lt IE 9]>
            <script src="http://fabbo.pw/resources/scripts/html5shiv.js"></script>
            <script src="http://fabbo.pw/resources/scripts/respond.min.js"></script>
        <![endif]-->
       
        <meta name="google" content="notranslate">
    </head>

This is what is supposed to be:
HTML:
<html>
    <head>
        <meta charset="utf-8">
        <title>BoonValues - Official Rare Values!</title>
       
        <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/bootstrap.min.css">
        <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/homepage.css">
       
        <!--[if lt IE 9]>
            <script src="http://fabbo.pw/values/resources/scripts/html5shiv.js"></script>
            <script src="http://fabbo.pw/values/resources/scripts/respond.min.js"></script>
        <![endif]-->
       
        <meta name="google" content="notranslate">
    </head>
That has fixed the broken looking values page but I still can't seem to log in?
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Also already got it in my root folder I'll have a go at changing links.
Thanks
 
I'll give that a try now thanks
 

That has fixed the broken looking values page but I still can't seem to log in?
I have never used BoonValues before, but you should just research how the entire system works and see what triggers what such as how does the login work.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
As stated your links are wrong, make sure to change values.boon.pw in your files, otherwise keep trying the links, try putting them in a different directory.
 

Users who are viewing this thread

Top