TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 195,788
  • Total Topics: 21,281
  • Online today: 114
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online

[TP 1.0 Beta5-1 + SMF 2 rc3] Blocks on FrontPanel aren't showing up

Started by BlueSteel, April 11, 2010, 02:06:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Renegd98

I am wondering if you have something left over from the updated, that's why I suggest a fresh reinstall.

I did a uninstall and got the package from here and installed... so it was fresh and all appears to work fine.

lurkalot


Max


bloc

Ok, I think some update didn't go through here. Does exchanging the attached file solve the issue?

(its for SMF 2.0 Rc2/RC3)

lurkalot

Quote from: Bloc on April 11, 2010, 05:47:51 PM
Ok, I think some update didn't go through here. Does exchanging the attached file solve the issue?

(its for SMF 2.0 Rc2/RC3)

Yep that fixed the front panel for me, Thanks Block.

Now the only panel not working is the bottom panel. :(


Mick

Quote from: lurkalot on April 11, 2010, 06:02:37 PM
Quote from: Bloc on April 11, 2010, 05:47:51 PM
Ok, I think some update didn't go through here. Does exchanging the attached file solve the issue?

(its for SMF 2.0 Rc2/RC3)

Yep that fixed the front panel for me, Thanks Block.

Now the only panel not working is the bottom panel. :(



Turn it ON in settings.  The update turned it OFF.

lurkalot


Blue Steel

ok.. thats fixed that issue thianks.

which has now brought to light another..

Stay tuned to this forum for yet another discovery ;(

Pulha

Hi there i have same issue but with smf 1.1.11 .... is there any TPortal.php upgrade ? :) ... Please

And plus others :

I
Create an simple html article, i.e : " Hello World ... etc"
Create a Front Panel Block , single article type
Result  : i see the block but not the article (it seems that doesnt parse it or so)

I.I
After i created my first Category and put inside the article (above mentioned)
Went to block and changed the type to : Articles in Cat.
Result (at home link):
  Database error
  "Please try again. If come back to these, please contact an administrator"

UPDATE (theres an error in Sources\TPortal.php)

Find and Select
$request =  tp_query("SELECT art.id, art.subject, art.date, art.category, art.authorID, art.shortname
IFNULL(mem.realName,art.author) as realName FROM " . $tp_prefix . "articles AS art
LEFT JOIN " . $db_prefix . "members AS mem ON (art.authorID = mem.ID_MEMBER)
WHERE " . $fetchtitles . "
AND art.off=0
AND art.category>0
AND art.approved=1", __FILE__, __LINE__);


Replace with
$request =  tp_query("SELECT art.id, art.subject, art.date, art.category, art.authorID, art.shortname,
IFNULL(mem.realName,art.author) as realName FROM " . $tp_prefix . "articles AS art
LEFT JOIN " . $db_prefix . "members AS mem ON (art.authorID = mem.ID_MEMBER)
WHERE " . $fetchtitles . "
AND art.off=0
AND art.category>0
AND art.approved=1", __FILE__, __LINE__);


Missing a "," in original.
-------------------------------------------------------------

Note : if i use other type blocks on front block they are shown...

II
As an admin i can not see Front Blocks (at home link) but everyone else (users that are not admin) can.

III
The button Forum (that links with action= forum") takes to a blank page

IV (minor)
At admin > articles and cat. > editing an category the option cat list gives me :
" Sorry, you are not allowed to view these article" ...  :-\


- Spent 2 days reviewing configurations, permissions, database and (trying) to debug php but could not put these to work. :(

Thank you for any help

PS - I did an fresh install of SMF 1.1.11 + Tinyportal (latest version 1b5.2) ... still have same problems . The theme is default theme.

Sorry i supose it would be better to open a new threat for these.

This website is proudly hosted on Crocweb Cloud Website Hosting.