Arcaxon

  •  ·  Premium
  • E

    2 followers
  • 2124 views
Friends
Empty
Add new...
 
 
Reposted Arcaxon's discussion.

When someone tries to make a new account it seems to 500 and upon refresh an error message shows up: "You Didn't Created Any Profiles, So You Can't 'Create Account'".

The account is created just fine and everything works well but they do not get redirected anywhere after the error. I'm wondering what could be causing this issue?

AFTER REGISTERING AND GETTING THE 500 ERROR:

[07-Feb-2019 17:41:08 UTC] PHP Notice:  Undefined index: entry_author in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsTemplate.php on line 159

[07-Feb-2019 17:41:08 UTC] PHP Notice:  Undefined index: entry_author in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsTemplate.php on line 159

[07-Feb-2019 17:41:08 UTC] PHP Fatal error:  Uncaught Error: Call to a member function getModule() on boolean in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php:270

Stack trace:

#0 /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php(43): BxNtfsResponse->sendNotifications(4697, Object(BxDolAlerts), Array)

#1 /home/arcax285/website.com/inc/classes/BxDolAlerts.php(119): BxNtfsResponse->response(Object(BxDolAlerts))

#2 /home/arcax285/website.com/inc/utils.inc.php(1334): BxDolAlerts->alert()

#3 /home/arcax285/website.com/modules/base/profile/classes/BxBaseModProfileFormsEntryHelper.php(152): bx_alert('bx_persons', 'added', '121', false, Array)

#4 /home/arcax285/website.com/modules/base/general/classes/BxBaseModGeneralFormsEntryHelper.php(150): BxBaseModProfileFormsEntryHelper->onDataAddAfter('100', '121')

#5 /home/arcax285/website.com/modules/base/general/classes/BxBaseModGene in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php on line 270

Thank you very much for your time!

  • 1340
·
Added a discussion

When someone tries to make a new account it seems to 500 and upon refresh an error message shows up: "You Didn't Created Any Profiles, So You Can't 'Create Account'".

The account is created just fine and everything works well but they do not get redirected anywhere after the error. I'm wondering what could be causing this issue?

AFTER REGISTERING AND GETTING THE 500 ERROR:

[07-Feb-2019 17:41:08 UTC] PHP Notice:  Undefined index: entry_author in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsTemplate.php on line 159

[07-Feb-2019 17:41:08 UTC] PHP Notice:  Undefined index: entry_author in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsTemplate.php on line 159

[07-Feb-2019 17:41:08 UTC] PHP Fatal error:  Uncaught Error: Call to a member function getModule() on boolean in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php:270

Stack trace:

#0 /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php(43): BxNtfsResponse->sendNotifications(4697, Object(BxDolAlerts), Array)

#1 /home/arcax285/website.com/inc/classes/BxDolAlerts.php(119): BxNtfsResponse->response(Object(BxDolAlerts))

#2 /home/arcax285/website.com/inc/utils.inc.php(1334): BxDolAlerts->alert()

#3 /home/arcax285/website.com/modules/base/profile/classes/BxBaseModProfileFormsEntryHelper.php(152): bx_alert('bx_persons', 'added', '121', false, Array)

#4 /home/arcax285/website.com/modules/base/general/classes/BxBaseModGeneralFormsEntryHelper.php(150): BxBaseModProfileFormsEntryHelper->onDataAddAfter('100', '121')

#5 /home/arcax285/website.com/modules/base/general/classes/BxBaseModGene in /home/arcax285/website.com/modules/boonex/notifications/classes/BxNtfsResponse.php on line 270

Thank you very much for your time!

  • 1982
·
Added a discussion

Hi! Recently I migrated servers and well now automated emails within Una(Like notification ones and even confirmation emails) no longer send.

I migrated to a new server which no longer is "webhosting" but is a VPS I can do modifications if needed on said server. (Mentionned so it's easier to troubleshoot)

The emails no longer send, and am completely unsure as to why everything else still works fine though! Anyway if there's more info needed, because I am pretty sure there is, just let me know what to get! Thank you very much for taking your time to read!

  • 1751
·
Added a discussion

For some reason when making a post which includes emojis to the "Public Feed" the timeline module fails to understand it and does not display the post, makes error messages appear on top of any page where the post WOULD be generated:
Notice: unserialize(): Error at offset 18 of 46 bytes in modules/boonex/timeline/classes/BxTimelineTemplate php on line 377
Notice: unserialize(): Error at offset 18 of 46 bytes modules/boonex/timeline/classes/BxTimelineTemplate php on line 1638
Warning: array_merge(): Argument #2 is not an array in modules/boonex/timeline/classes/BxTimelineTemplate php on line 1638
Warning: Cannot modify header information - headers already sent by (output started at modules/boonex/timeline/classes/BxTimelineTemplate php:377) in inc/classes/BxDolTemplate php on line 2739
Warning: Cannot modify header information - headers already sent by (output started at modules/boonex/timeline/classes/BxTimelineTemplate php:377) in inc/classes/BxDolTemplate php on line 2740
It only seems to happen with emojis.
This is the Database entry for it:
Id: "1097"
Owner Id: "0"
type: "timeline_common_post "
action: Nothing here
object_id: "5"
object_privacy_view: "3"
Content: "a:1:{s:4:"text";s:27:"Emojis crash this? ??";}"
title: "Emojis crash this? ?..."
Description: "{profile_name} added a post"
What I wrote was: "Emojis crash this? 🐲👋"
Dunno if relevant but: I use a custom font from google called Acme
I also tried putting emojis elsewhere it works partially, putting: "?" instead of emojis.
I am unsure what to do here.

The solution(IN PHPMYADMIN) to the issue above is simple, but tedious, go to yoru database and change the collation of all your database into "utf8mb4_unicode_ci", then table by table go each and check the "operations tab" within there's collation as an option, change it to utf8mb4_unicode_ci and check "Change all column collations" then repeat for ALL the modules which are not in that colation already. This should no longer acure though as change the general database collation makes it assign the unicode one to all new tables.


The other issue that is still ongoing is that I cannot save changes anything in studio such as "KEYS"(Polyglot), "HTML Injections"(Designer), or "RAW BLOCKS"(Pages)  if it contains HTML code. It will SAVE if I submit: "CONTENT" but if I try to submit: "< a href="LINK">CONTENT"(broken just so it doesn't show as an actual link in post) it will try to save the settings but be stuck in an infinite loop. Due to that I cannot add any links or HTML Code to important parts of my website.

  • 1827
·
Added a discussion

Hi! I've been using the platform for a month or so now, and am about to release my website, here's some small questions I have about current features and/or the posibility for these to be considered for future updates!
First, one feature I would love to have as soon as possible would be when uploading content(Photos, Posts, ect..) have a: "Tag Content as Explicit" and have a setting in the user's setting which is a checkbox: "Hide Explicit Content". That would make it a lot easier to get people who are more interested in more safe, and less gross or worrysome topics(Like a member detailing their time in the hospital(With Pictures D:) or other such things) from showing up in their feed. I don't believe there's that sort of "Check upon upload/creation to mark as Explicit" and an opt-in checkbox(or opt-out) in the user's settings.
Second, I was wondering when uploading images via the "Photos" module, is there a way to enable descriptions to be set at the same time? It is somewhat bothersome to have to upload first, edit second the image which was uploaded. It would be rather helpful to have the description available when uploading so users don't have to upload in 2 steps.
Third and final suggestion, another helpful feature would be the ability to change the icons in the timeline feed for the content type. The icons which appear to the left/middle when on PC. I don't believe there's a way to change it other then via replacing the CSS somewhere in the code. It would be nice being able to change the icons via Studio!

Thanks for reading, I hope some of these can already be done but I doubt so, if not I'd love these to be considered for the future! Thanks again for the amazing platform!

  • 1694
·
Added a discussion

Hi! Here is my incredibly noobish questions!
I wanted to ask them!
So first I was wondering how to change the Titles of Permission levels?
Such as "Standard".
I have not found a way to do so myself as editing it doesn't change it. Is it possible to even change it?
Second:  How to change the Copyright section in the footer, it opens a modal with "©2018 Company". Where can I change this?
Third: in the Feeds for the Timeline the icons on the left for items in the feed are the default ones is there a way to edit those? As I have changed the photo icons to a paint brush(my website is more art focused). It still shows up as a camera.
Anyways that is all for now! Thank you very much whoever reads this and when I get a solution either via Comments or myself I shall update this! Thank you once more!

  • 1075
·
Added a discussion

(Using the latest updated version, the glitch still happens)

Timeline blocks "post to Timeline" for some reason redirect to: /m/timeline/
and the whole page is simply: {"id":"20"}

So it gives me a page with the post ID and then simply stays there without redirecting back to the post page(Here the homepage, but it also happens on "post to profile"). The timeline post still posts and it works perfectly fine on mobile view but doesn't work on tablet or desktop views for some reason? (Emulating  phone view in Dev tools makes it work but it doesn't in normal desktop mode or tablet, same by trying on phone using "show desktop website")

I am very sorry for making yet another troubleshooting post but I do REALLY enjoy this platform, it's really great but I really wish I could get it working properly. With time I should stop making these posts but currently I don't have much experience and the knowledge pool and examples are lacking due to the platform not being widespread. But I truly love this. Anyways thank you for your time!
SOLVED
Right, so you should not have more then 1 feed block on a page. If you put multiple it will get confused. (Even if they are hidden by the page.
Seems rather obvious now but I think it might help anyone like me in the future, although lmk if this is too spammy. I like cataloging my issues so if someone searches for this in particular they will find this solution.
But yeh let me know if this is not a good idea! ^^;

  • 1156
·
Added a discussion

Hi there! First time posting, just made a website a few hours ago, so looking around I couldn't find my issue but here's the problem:
The PHP Status in the dashboard shows it has failed, but as I used the website it seems to be running alright other then the Protean template thing which seems to be causing me issues( Might just be my inexperience with it!).
This is what I get from /studio/dashboard php?dbd_action=get_block&dbd_value=htools&_t=1515485973868 :

{"code":0,"data":"\n\t\t\t\n\t\t\t\t\t\t\t<\/i> PHP - FAIL<\/b><\/div>\n\t\t\t\t\t\t\t<\/i> MySQL - OK<\/b><\/div>\n\t\t\t\t\t\t\t<\/i> Web Server - OK<\/b><\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>"}

This is what I get with: /studio/dashboard php?action=phpinfo :

PHP Version 7.0.32

SystemLinux hp247 hostpapa com 3.10.0-714.10.2.lve1.5.17.1.el7.x86_64 #1 SMP Tue May 22 10:39:25 EDT 2018 x86_64
Build DateSep 14 2018 02:28:10

I'm rather new ish to this sort of stuff so I'm just a bit confused about it. I was able to install apps and all that too so I'm unsure how this affects the site if everything seems to be running fine? Except uploading anything using the website itself like an icon for my profile.


Anyways thank you whoever reads this for taking your time to read it!

  • 1287
Arcaxon Discussions
­[Issues] Upon creating a new account, the website gives a 500 error & then upon refresh states: "You Didn't Created Any Profiles, So You Can't 'Create Account'"
[Issue] After migrating servers the website no longer sends emails.
Posting Emojis corrupts Timeline Posts(<-solved but not this part ->) Unable to edit Keys, Add HTML injections or anything never saving changes.
A few Suggestions/Questions!
[Very Newbie Questions] How to Change Permission Level Names?+ More newbie Qs!
[SOLVED] "Post to Timeline" doesn't seem to work unless it is in "phone" mode.