EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!

Advertise Here +- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

Re: TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Re: TinyMCE Editor disapears by DenDen66
March 02, 2025, 06:59:40 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 08:09:43 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 07:31:29 am

Re: TinyMCE Editor disapears by EzPortal
February 27, 2025, 06:57:30 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Renaming a page by DenDen66
February 23, 2025, 10:51:22 am

Styling ezBlock by EzPortal
February 19, 2025, 09:15:05 pm

I don't remember how to upgrade by EzPortal
February 05, 2025, 08:44:58 am

ezPortal 5.6 release by EzPortal
January 31, 2025, 11:21:34 am

5.5.4 by EzPortal
January 16, 2025, 08:31:41 pm

Moving a block higher in list by UkuleleMan
December 17, 2024, 07:58:27 am

Author Topic: While installing EZ-portal I got this error  (Read 88578 times)

0 Members and 2 Guests are viewing this topic.

While installing EZ-portal I got this error
« on: »
Table 'GOOTC_forum.smf_ezp_settings' doesn't exist
File: /home/content/s/i/l/silverjay57/html/forum/Sources/Subs-EzPortalMain.php
Line: 19

Is there a way to manually install this table?
As I was doing this inside the Admin section of the forum, is there another way to install this?

Any information you can provide would be greatly appreciated.
Thanks

Re: While installing EZ-portal I got this error
« Reply #1 on: »
Was it being installed manually? Or did you use the package installer?
Did it create any of the other tables inside the database.

They have a prefix of smf_ezp_
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: While installing EZ-portal I got this error
« Reply #2 on: »
Was it being installed manually? Or did you use the package installer?
Did it create any of the other tables inside the database.

They have a prefix of smf_ezp_

I was using the package installer in SMF.
I think so. I will look in the databade and see

Re: While installing EZ-portal I got this error
« Reply #3 on: »
It did install the ez-portalmain.php and the exportal-convert.php.
Does that help?

Re: While installing EZ-portal I got this error
« Reply #4 on: »
Here are the two manually queries
Code: [Select]
CREATE TABLE IF NOT EXISTS smf_ezp_settings (
  variable tinytext NOT NULL,
  value text NOT NULL,
  PRIMARY KEY (variable(30))
) TYPE=MyISAM;


INSERT IGNORE INTO smf_ezp_settings
(variable, value)
VALUES
('ezp_allowstats', '1'),
('ezp_portal_enable', '1'),
('ezp_portal_homepage_title', ''),
('ezp_shoutbox_enable','0');
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: While installing EZ-portal I got this error
« Reply #5 on: »
Did it create any of the other tables inside the database.

They have a prefix of smf_ezp_

OK I just looked at the tables.
No there is no tables with the smf_ezp_ prefix.

ANy ideas what to do?

Re: While installing EZ-portal I got this error
« Reply #6 on: »
Here are the two manually queries
Code: [Select]
CREATE TABLE IF NOT EXISTS smf_ezp_settings (
  variable tinytext NOT NULL,
  value text NOT NULL,
  PRIMARY KEY (variable(30))
) TYPE=MyISAM;


INSERT IGNORE INTO smf_ezp_settings
(variable, value)
VALUES
('ezp_allowstats', '1'),
('ezp_portal_enable', '1'),
('ezp_portal_homepage_title', ''),
('ezp_shoutbox_enable','0');

ok let me see if I can put the into MySQL

Re: While installing EZ-portal I got this error
« Reply #7 on: »
ok  it just made the ezp_setting table.

then I put the second query in

Re: While installing EZ-portal I got this error
« Reply #8 on: »
If there are no tables. I would try to uninstall then reinstall.
I just release EzPortal 0.2.

Check if that helps.

If not check your forum's error log and see if there are any errors and tell me what happens when the install completes for EzPortal
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: While installing EZ-portal I got this error
« Reply #9 on: »
If there are no tables. I would try to uninstall then reinstall.
I just release EzPortal 0.2.

Check if that helps.

If not check your forum's error log and see if there are any errors and tell me what happens when the install completes for EzPortal
ok I will try to install 0.2.
however I can't get to my admin screen...

Table 'GOOTC_forum.smf_ezp_columns' doesn't exist
File: /home/content/s/i/l/silverjay57/html/forum/Sources/EzPortal.php
Line: 1456

is the error it gives me

Re: While installing EZ-portal I got this error
« Reply #10 on: »
Open up your  index.php in the root directory of your forum
Find and remove
SetupEzPortal();
Then you should be able to get back to the admin area.
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: While installing EZ-portal I got this error
« Reply #11 on: »
Open up your  index.php in the root directory of your forum
Find and remove
SetupEzPortal();
Then you should be able to get back to the admin area.

I know this is such a newbie question,
but where do I open that up in?
MySQL?
or open that from the File Manager

Re: While installing EZ-portal I got this error
« Reply #12 on: »
there is an EzPortal.php file should I delete that?

Re: While installing EZ-portal I got this error
« Reply #13 on: »
here is the webpage BTW

http://www.getoutofthecold.net/forum/index.php

it has Powered by EzPortal on the bottom.

Re: While installing EZ-portal I got this error
« Reply #14 on: »
Open up your  index.php in the root directory of your forum
Find and remove
SetupEzPortal();
Then you should be able to get back to the admin area.

ok back in.
thank you

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
14979 Views
Last post January 19, 2009, 03:04:20 pm
by fabteam
6 Replies
26943 Views
Last post June 23, 2011, 12:38:46 pm
by jdaw
1 Replies
12318 Views
Last post February 11, 2011, 08:33:33 am
by carolinestrik
1 Replies
13001 Views
Last post September 18, 2011, 05:32:51 pm
by EzPortal
5 Replies
18502 Views
Last post February 18, 2013, 09:40:52 am
by EzPortal

+-SMF Gallery

Quick Menu


Powered by EzPortal