Issues - Image Unrelated

Since I didn't want to waste any more off-topics in discussion

The design/template you use is the same. Because by default, the UNA Template is "Artificer". So if you say there are limitations to template design, that's wrong.

There are limitations. If there wasn't there would be entire theme websites dedicated to selling alternative designs. It's the 1 thing I find frustrating about UNA. Which Is a limitation I've accepted. However, I've tried to get the site to work as needed, but the limitation I'm referring to is in the pin board style feeds, Because a certain developer that used to be on this site, doesn't want to fix their code for a mod that is extremely important to our site, we can't use the layout we want because it glitches out the site.

Maybe what you mean is that your skills are limited or you don't understand how it works.

Maybe I should clarify, I'm a designer. Not a coder. So I usually pay others to help with the stuff that needs to be coded, and that includes CSS. As far as Page layout. Yeah, been working on that.. but there are a lot of pages, and it takes up a lot of time just editing the layout of every single page.

And it seems you are offended by my comment. Are you the type of person who doesn't like receiving suggestions and criticism?

It's not a matter of offense. I just don't appreciate somebody randomly criticizing our design when I have not asked for it, especially in what should be a space to discuss a tech issue.

Lastly, you are also in the wrong place to post here, ...

If I had posted in a design issue discussion then it might have been welcome. From a Marketing Perspective, your approach is sorta spammy and from a web design perspective if you gonna suggest somebody look at your site, then have something to look at. Who uses an all-white theme in 2024?

Also, it seems to have something to do with a forced update, I was pointed to this discussion this is where I posted. I am not a coder, The Topic I posted in came up when we were looking for a solution to our entire site going offline due to a forced update that was pushed through Friday night. He searched the Critical Errors found and this topic came up.

But it's Moot. My people fixed the issue. It involved rolling back my entire site to 2 days ago. SO if there is some sort of forced update. can we somehow make sure this doesn't happen again?

Just so there's some additional info on the error, gonna repost this here:

    public function getCode()
    {
        BxDolTemplate::getInstance()->setPageUrl('page.php?i=' . $this->_aObject['uri'] . '&profile_id=' . $this->_oProfile->id());

        return parent::getCode();
    }

this is the line causing the error

AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function id() on null in /var/www/vhosts/teazesocial.net/httpdocs/modules/base/text/classes/BxBaseModTextPageAuthor.php:72\nStack trace:\n#0 /var/www/vhosts/teazesocial.net/httpdocs/inc/classes/BxDolPage.php(696): BxBaseModTextPageAuthor->getCode()\n#1 /var/www/vhosts/teazesocial.net/httpdocs/inc/classes/BxDolPage.php(429): BxDolPage->displayPage()\n#2 /var/www/vhosts/teazesocial.net/httpdocs/r.php(30): BxDolPage::processSeoLink()\n#3 {main}\n thrown in /var/www/vhosts/teazesocial.net/httpdocs/modules/base/text/classes/BxBaseModTextPageAuthor.php on line 72', referer: https://teazesocial.net/joined-events/tiktak-author/tracey-simmons

idk, but it's listed as the first step in the traceback

so $this->_oProfile is null

  • 271
  • More
Replies (4)
    Login or Join to comment.