News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SimplePortal

Started by SimplePortal Team, March 10, 2008, 11:16:07 PM

Previous topic - Next topic

Sir Osis of Liver

Uninstall/reinstall fixed it.
When in Emor, do as the Snamors.
                              - D. Lister

Jailer

Posting this here since I've tried posting on the EhPortal support thread at webdev and there is something wrong with that forum not allowing me to post.

I'm having a problem with EhPortal on a freshly upgraded 2.1.4 forum. There are no other mods installed. I upgraded the forum from 2.0.19 and installed a fresh set of files before the upgrade was performed. The problem I'm having is when I click on my profile and the Summary page is displayed the age line is blank and the Last Active line is completely missing. Clicking on my profile also genreates 4 errors in the error log. Clicking on any other members profile brings up their summary page with all the information displayed correctly and no errors. If I un install EhPortal the problem goes away and everything works and displays as it should. Any help you can provide would be greatly appreciated.

Here are the errors from the log file.

Error
Type of error
Undefined_vars
Error message
2: Undefined array key "show_last_login"
File
/usr/local/www/nginx/Themes/default/Profile.template.php
Line
429
URL of page causing the error
http://192.168.0.5/index.php?action=profile;u=2
Backtrace information

    #0: smf_error_handler()
    Called from /usr/local/www/nginx/Themes/default/Profile.template.php on line 429
    #1: template_summary()
    Called from /usr/local/www/nginx/Sources/Load.php on line 2778
    #2: loadSubTemplate()
    Called from /usr/local/www/nginx/Sources/Subs.php on line 4214
    #3: obExit()
    Called from /usr/local/www/nginx/index.php on line 187


Error
Type of error
Undefined_vars
Error message
2: Undefined array key "today_is_birthday"
File
/usr/local/www/nginx/Themes/default/Profile.template.php
Line
323
URL of page causing the error
http://192.168.0.5/index.php?action=profile;u=2
Backtrace information

    #0: smf_error_handler()
    Called from /usr/local/www/nginx/Themes/default/Profile.template.php on line 323
    #1: template_summary()
    Called from /usr/local/www/nginx/Sources/Load.php on line 2778
    #2: loadSubTemplate()
    Called from /usr/local/www/nginx/Sources/Subs.php on line 4214
    #3: obExit()
    Called from /usr/local/www/nginx/index.php on line 187


Error
Type of error
Undefined_vars
Error message
2: Undefined array key "age"
File
/usr/local/www/nginx/Themes/default/Profile.template.php
Line
323
URL of page causing the error
http://192.168.0.5/index.php?action=profile;u=2
Backtrace information

    #0: smf_error_handler()
    Called from /usr/local/www/nginx/Themes/default/Profile.template.php on line 323
    #1: template_summary()
    Called from /usr/local/www/nginx/Sources/Load.php on line 2778
    #2: loadSubTemplate()
    Called from /usr/local/www/nginx/Sources/Subs.php on line 4214
    #3: obExit()
    Called from /usr/local/www/nginx/index.php on line 187


Error
Type of error
Undefined_vars
Error message
2: Undefined array key "posts_per_day"
File
/usr/local/www/nginx/Themes/default/Profile.template.php
Line
304
URL of page causing the error
http://192.168.0.5/index.php?action=profile;u=2
Backtrace information

    #0: smf_error_handler()
    Called from /usr/local/www/nginx/Themes/default/Profile.template.php on line 304
    #1: template_summary()
    Called from /usr/local/www/nginx/Sources/Load.php on line 2778
    #2: loadSubTemplate()
    Called from /usr/local/www/nginx/Sources/Subs.php on line 4214
    #3: obExit()
    Called from /usr/local/www/nginx/index.php on line 187



WantSome

Hi all,

Hi!

Running 2.0.19, clicked uninstall on Simple Portal in order to reinstall the latest version.  When I tried to uninstall there were no test errors, but it clearly didn't work because I got this error when after I tried to access my forum...

"This page isn't working right nowwww.wantsome.co.uk can't currently handle this request.
HTTP ERROR 500"

I then decided to try 'reinstall' the mod using the manual parse method.  Now I can access the forum, but wherever I click I get the following error:
"An Error Has Occurred!
Call to undefined function sportal_init()"
(the theme is broken too but that might be unrelated)

Could you advise what I can do to fix this?

Thanks
WS

WantSome

I figured it out.  Don't mind me.

Looking

Greets. Tried the 2.3.8 beta while it works when trying to access the Admin > Simple Portal > Configuration you get this:

QuoteAn Error Has Occurred!
syntax error, unexpected ')'

Apllicmz

I'm using version 2.3.7 with SMF 2.0.17, it was working without problems now when I go to edit blocks or they show the blocks again



retiredgunny

#5746
Hi folks. Long time member, but not too active. I was using an old email, etc.. so had to create new account. I deleted my shoutbox to possibly replace it with something else. When I tried, I get an error no matter what I selct to replace the shoutbox.  When I try to add the shoutbox, I get the same error.
 I know the database error is generic, but am wondering if I can fix this?
Thanks

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM smf_sp_blocks
WHERE col = 5
ORDER BY row DESC
LIMIT 1' at line 2
File: /home/tacomagu/public_html/Sources/PortalAdminBlocks.php
Line: 685

Here is a snippet..

   WHERE col = {int:col}' . (!empty($_REQUEST['block_id']) ? '
               AND id_block != {int:current_id}' : '' ) . '
            ORDER BY row DESC
            LIMIT 1',
            array(
               'col' => $_POST['block_column'],
   This is line 685            'current_id' => $_REQUEST['block_id'],

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 2.0.19, while your database is at version 2.0.9. The above error might possibly go away if you execute the latest version of upgrade.php.

Advertisement: