XenForo 2.2.15 Released Full | XenForo 2.2 ENXF

Released 2x XenForo 2.2.15 Released Full | XenForo 2.2 ENXF 2.2.15

No permission to download

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

gonna give this a try
 

Warfare

[Your Welcoming Staff Member]
Staff member
Administrator
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Apr 29, 2020
Messages
344
Points
103

Reputation:

My suggestion is this, privately message one of us, probably @BattleKing and give him access to your hosting and your install of Xenforo so that he can visibly see , fix the problem, and then explain to you what happened. We don't like to do this much, yet it seems the only way to assist you my friend.
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@lucius nope! I typed in all the correct info multiple times and I keep getting the same error. would I be able t provide my site link to you so maybe you can see what I'm talking about? The first image is what I get when I try to install the database... but if i go to just my main domain the second picture is what I see!
Screenshot 2021-04-28 090927.png
Screenshot 2021-04-28 090947.png
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

@apex17 I don't know if I remember but your problem is one of privilege when creating the database. I don't know if it has an option where it says to give privilege to the user that you created. You have to look carefully when creating the database. Some option tells you to give privilege to the user. your problem is one of privilege, it seems that the database you create has no privilege when you try to install xenforo sql, you see that the user of that database does not have privilege, so you get an error to install xenforo
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

1619617467414.png
this user does not have privileges you have to contact your provider to see if it helps you
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@apex17 could you show us the content of the database, please, like

SQL:
SELECT user, host, Select_priv, Insert_priv,Update_priv,Delete_priv, Create_priv,Drop_priv,Reload_priv, Shutdown_priv,Process_priv,File_priv,Grant_priv,References_priv, Index_priv, Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv, Create_view_priv, Show_view_priv, Create_routine_priv, Alter_routine_priv, Create_user_priv, Event_priv, Trigger_priv, Create_tablespace_priv, Delete_history_priv  FROM mysql.user where user = 'cryptotok17'
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@sucre13 i see. So i went to my cpanel and i edited my users permissions! heres a pic of all the permissions.
Screenshot 2021-04-28 095715.png
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@BattleKing I'm sorry to be such a pain! May you tell me how I can get the content of the database? All i know is to go into cpanel and click database and it shows me the ones i have created lol
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@apex17 do you got phpmyadmin or anything like this to execute the simple sql statement ?
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@BattleKing This?

-- phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 28, 2021 at 07:06 AM
-- Server version: 5.7.33-cll-lve
-- PHP Version: 7.3.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `Cryptotok`
--
CREATE DATABASE IF NOT EXISTS `Cryptotok` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `Cryptotok`;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

Also, when i go to phpmyadmin and i clikc on my database privlages it says I have none!
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@apex17 try the following in the xenforo installation:

instead of
$config['db']['host'] = 'localhost';
use
$config['db']['host'] = 'YOUR HOST';
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@BattleKing Man, I've tried everything. I've been on way too many live chats! Is there anyone here that could possibly help me im anxious to get this up and running!
Oops! We ran into some problems.
The following error occurred while connecting to the database:
Access denied for user 'cryptotok17'@'localhost' to database 'cryptotok'
This indicates that your configuration information is not correct. Please check the values you have entered. If you are unsure what values are correct or how to proceed, please contact your host for help. These values are specific to your server.
 

apex17

Member
Registered
Joined
Apr 26, 2021
Messages
20
Points
3

Reputation:

@BattleKing Man, I've tried everything. I've been on way too many live chats! Is there anyone here that could possibly help me im anxious to get this up and running!
Oops! We ran into some problems.
The following error occurred while connecting to the database:
Access denied for user 'cryptotok17'@'localhost' to database 'cryptotok'
This indicates that your configuration information is not correct. Please check the values you have entered. If you are unsure what values are correct or how to proceed, please contact your host for help. These values are specific to your server.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@apex17 Get into Discord channel
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@apex17 The discord channel from ENXF.NET , you do not know discord, it is like a chat application, where you could talk to us.

Do you have ftp access to the xenforo files ? If yes, please change the content of your <LOCATION OF XENFORO INSTALLATION\src\config.php and change the localhost to the hostname, maybe this will help to solve your problem
 
Top