EzPortal - Portal Software for Forums

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

UserBox

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

+- Recent Posts

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Re: Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 02:09:24 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:55:53 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 01:47:42 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:34:07 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 12:20:17 pm

+- HTML Menu


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

Recent Topics ezBlock

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Where is the facebook button color? by EzPortal
February 28, 2023, 06:45:09 pm

Display on Mobile - SMF 2.1.3 and EZ 5.5.2 by BugginIn
December 29, 2022, 04:07:13 pm

Blocks Help by Riggs1973
November 20, 2022, 12:59:30 pm

Surface ol lite theme release Free! by Steffen K.
November 18, 2022, 03:57:24 am

Undefined index: href by EzPortal
October 04, 2022, 08:49:59 pm

SMF-ezportal_column_5.cache): failed to open stream: No such file or directory by EzPortal
June 04, 2022, 11:40:13 am

Arcade block error: failed to open stream: No such file or directory by Shades
May 20, 2022, 02:47:13 pm

Author Topic: EZPortal Beta 3.1  (Read 61818 times)

0 Members and 5 Guests are viewing this topic.

Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #30 on: November 12, 2015, 09:26:41 am »
Hey,

I Have a question, I've been running Ex-Portal for about 10-12 Months, In the beginning everything was great, But as Time has gone by it seems it's "Self Destructing", at first it was this (see screenshot):

I've had "Top Rated Downloads" and "Most Downloads" for about 10 months, but now, If I click the link in the block I get:

Code: [Select]
Method Not Implemented

GET to /index.php not supported.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

So Now I've decided to go with the Responsive Curve which has led me here... I've download 3.1 and the patch found here and The Latest Responsive curve...

And In the next day or to will be installing on localhost to check it out.....

But before I do This I would like to Totally Uninstall Ez-Portal/Blocks (Including all Stored in the Database), and Re-Install.

Could you Advise a way that I could do this and Completely Remove Ez-Porta/Blocksl, for a COMPLETE clean Install?

Thanks,

Mike


Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: EZPortal Beta 3.1
« Reply #31 on: November 12, 2015, 09:32:53 am »
GET to /index.php not supported.

Sounds like a mod_security issue ask your host to turn if off on your site.
http://wiki.simplemachines.org/smf/Mod_security_-_Having_problems_with_mod_security
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #32 on: November 13, 2015, 07:59:44 am »
Ok I tried adding the suggestion and It didn't work on that....

I was curious so I went to "My Files" and checked the links, Dunno if it matters But the Link for "My Files" is : http://****************/index.php?action=downloads;sa=view;down=157

And the one in the Download System Top Rated Block Is: http://****************/index.php?action=downloads;sa=view;id=1

And particular reason why it'd be happening Just in the DL System Blocks?

And Anything on the User Info Field Being Misplaced??

AND as it stands I can't/won't redo my downloads list in the DB, as I have almost 200 Files linked and that's a process a REALLY Don't want to do (again)....

So If I can clear up these 2 things, and Just install 3.1 over-top??

Or Remove/Install, I did see in the posts here someone suggested remove and reinstall.....

Thanks for the Help

Mike

P.S. I'll drop a ticket to my provider on that GET Thing, But I'm really thinking that's not it, I have recently, in the last couple days, Install httpBL, and Stop Spammers, But Don't think that would throw an error just for Download Blocks....


Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: EZPortal Beta 3.1
« Reply #33 on: November 13, 2015, 08:16:39 am »
Defeintly a mod_security issues. Mod security does not like anything of this format in the url ;id=###
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #34 on: November 13, 2015, 09:46:37 am »
Ya after reading the linked article I Have :

Code: [Select]
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The next part below probably is not needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
# BEGIN
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

In my .htaccess and now it reloads the index.php on link click, as the article stats, I'm writing my host now, as they really should advise of changes like this, as this has worked for a long, LONG, time....

Will Update on this 1 issue when I get results...



Offline Teru Mikami

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #35 on: November 14, 2015, 11:52:48 am »
Hi.

I'm testing the portal on m.ajayu.org

In a smartphone with Chrome nothing appears in the main. I've installed 3.03 versión.

:( Would u help me?

Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #36 on: November 14, 2015, 03:29:52 pm »
Ok, Small Update,
 
    I have successfully installed the Beta + Patch, And Added Responsive Curve B5, Looks good on my Android, Except the left Block Is at the TOP and the right Block is at the bottom, Gonna leave for now as I understand the Reposition that was mentioned earlier.... Otherwise all went well....

On the GET Error I haven't heard back from my host, But On LOCALHOST it worked fine, So I can Pretty Much Guarantee You are correct in that....

Now Would anyone know about the Mislocation Of The User Field (As Shown In my Screenshot above), as even with the Complete uninstall of Ez-Portal, And re-Install, It still remains.....

Mike


Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #37 on: November 14, 2015, 07:34:06 pm »
Ok, Not sure if this was my install or if it's a bug, But I'm Getting :


Code: [Select]
http://www.myforum.net/index.php?action=dlattach;attach=2;type=avatar
Apply Filter: Only show the errors with the same message
8: Undefined index: html_headers
Apply Filter: Only show the errors from this file
File: /home/*******/public_html/Sources/EzPortal2.php
Line: 1873

Here's The Code:

Code: [Select]
function SetupEzPortal()
{
global $sourcedir, $context, $maintenance, $user_info, $ezpSettings, $boarddir, $boardurl, $smcFunc, $settings, $disableEzPortal, $modSettings;

// If wireless skip the ezPortal stuff.
if (WIRELESS)
return;

    if (isset($modSettings['ezportal_smfversion']) && $modSettings['ezportal_smfversion'] == '2.1')
    {
   
    }
    else
$context['html_headers'] .= '<link rel="stylesheet" type="text/css" href="' . $settings['default_theme_url'] . '/css/ezportal.css?fin20" />';
       
    // Disable ezPortal
    if (!empty($disableEzPortal))
        return;

// Actions that should not load EzPortal
if (isset($_REQUEST['action']))
{
if (in_array($_REQUEST['action'],array('.xml','dlattach','quotefast','findmember', 'helpadmin', 'printpage', 'spellcheck')))
return;
           
       
}
// Check for XML if found ignore it
if (isset($_REQUEST['xml']))
{
return;

The Error Line is: "$context['html_headers'] .= '<link rel="stylesheet" type="text/css" href="' . $settings['default_theme_url'] . '/css/ezportal.css?fin20" />';"

I've Checked My Avatar Settings, and repair_settings.php and everything seems in order, I click the link and it brings up my avatar....

EDIT: Another Bug?

I went in and Re-Did My Portal Locations/Arrangements (Since I Found the Hide On Mobile), And It worked Great, Except I Have my Recent Posts set to Show ONLY on the Actual Boards, So For Visible options I Went In And Checked all the Boards in My Forum, And It seems to be Over riding the Hide On Mobile Setting.... Works Fine On The Computer, The Left and Right side Bars Everywhere else are not displaying on the Mobile, Just when I go Into My Boards where I have the Boards Checked.

Offline Antes

  • EzPortal Supporter
  • *****
  • Posts: 23
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #38 on: November 15, 2015, 07:18:46 pm »
Current design does not allow that I'll try to work on it when the time allows.

@Miker can you link your site, since responsive_curve mod designed/created only for Curve, it needs extra attention to fix 3rd party themes.

Offline Miker1029

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #39 on: December 01, 2015, 09:38:52 am »
Sorry it took so long, I have my forum set to notify on posts, and forgot to turn it on.....

here's the link: http://android-x86.net

The theme I'm using (Crip:Darknight) is supposed to be Completely Curve Compatible, and So far it seems to be true...

Mike

P.S. Notifs on now 8-)

Offline Arun_kaushal

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #40 on: December 04, 2015, 09:16:04 am »
I used new version Of EzPortal but its showing ""Your session timed out while posting. Please go back and try again.""


Please resolve my problem as soon as possible.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: EZPortal Beta 3.1
« Reply #41 on: December 04, 2015, 09:17:17 am »
When does that happen? It doesn't sound like ezportal would cause that/
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Arun_kaushal

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #42 on: December 04, 2015, 09:24:16 am »
I reinstall new version of both SMF and EzPostal.. if I add HTML code in my ezHTML block it showing error ""Your session timed out while posting. Please go back and try again.""

I tried it on different system but having same Error.


Please let me know why this problem is occurring.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: EZPortal Beta 3.1
« Reply #43 on: December 04, 2015, 09:43:49 am »
What SMF version?
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Arun_kaushal

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: EZPortal Beta 3.1
« Reply #44 on: December 04, 2015, 10:22:02 am »
I used SMF version  2.0.11 and EZPortal 3.0.3b

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
22964 Views
Last post October 12, 2008, 07:30:25 pm
by EzPortal
2 Replies
15679 Views
Last post December 26, 2014, 05:06:34 pm
by Maxx
2 Replies
18795 Views
Last post September 06, 2015, 07:42:00 am
by Teru Mikami
8 Replies
27125 Views
Last post September 30, 2015, 03:35:03 am
by Vincent Volmer
2 Replies
8297 Views
Last post March 12, 2016, 09:29:48 am
by Kindred

+-SMF Gallery

Quick Menu


Powered by EzPortal