Disclaimer: I BARELY have an idea what I am talking about, and more than usual..
This is the trace for my blog.
I am (User) "3980" but what's the internal function? Why does it glitch out after the user is found?
On purely layman intuition I keep thinking it really is a storage issue. Right after I am located it can't handle the request to access "user archive data".
#0 /home/satanici/public_html/social/ow_core/database.php(723): PDOStatement->execute()
#1 /home/satanici/public_html/social/ow_core/database.php(414): OW_Database->execute('\r\n\t\t\tSELECT YEA...', Array)
#2 /home/satanici/public_html/social/ow_plugins/blogs/bol/dao/post_dao.php(319): OW_Database->queryForList('\r\n\t\t\tSELECT YEA...', Array)
#3 /home/satanici/public_html/social/ow_plugins/blogs/bol/service/post_service.php(162): PostDao->findUserArchiveData(3980)
#4 /home/satanici/public_html/social/ow_plugins/blogs/controllers/view.php(261): PostService->findUserArchiveData(3980)
#5 [internal function]: BLOGS_CTRL_View->index(Array)
#6 /home/satanici/public_html/social/ow_core/request_handler.php(250): ReflectionMethod->invokeArgs(Object(BLOGS_CTRL_View), Array)
#7 /home/satanici/public_html/social/ow_core/request_handler.php(226): OW_RequestHandler->processControllerAction(Object(ReflectionMethod), Object(BLOGS_CTRL_View))
#8 /home/satanici/public_html/social/ow_core/application.php(346): OW_RequestHandler->dispatch()
#9 /home/satanici/public_html/social/index.php(76): OW_Application->handleRequest()
#10 {main}
That sounds like it's right. So we gotta wait for Zach to do a data restore to a point before 12/8/2021, and remove the screwy shit crashing the blog plug in.
*** But in the very unlikely case it was deliberate here's my (AS DIRECT AS POSSIBLE) response to the saboteur ***
Why the blogs? Do the blogs make you angry? When looking at it very few recent blogs qualify as especially provocative. So which one would be most likely to provoke a direct response? I have always spent every blog ranting like a Christopher Hitchens materialist, and Corn Cogburn has a similar track record of blogs on a repetitive tangent.
So I have a very tenuous idea worth testing, focusing in on who is ACTUALLY most asshurt based on obvious character tells and recent events.
So is it Anna?
Does this blog make you angry? Does having that semi-literate whiny conflict averse copy/paste theistic rant posted make you angry?
Or someone else piss you off more?
Instead of whining with the anger of a Christian told there is no god (or crying to like minds), why don't you rejoin with your best argument for why fanciful baseless mystical bullshit is sinister to atheism's mundane? Take a break from playing dress up and thinking you have mastered some acausal force of the non universe.
We gonna do Hatfields and McCoys, because I'm fucking down.
And that's how you talk shit without anything requisite knowledge to make that accusation..
It might be a hermaphrodite.
In other news. #1 in Google's new tournement seeding NET rankings! :p
Individual blogs inaccessible. After clicking on the blog title there appears a verbose SQL error /syntax error or access violation/ etc.Yeah, you're not the only one that's experiencing the issue.
I recall some hacks in the old days that involved buffer overflow, but that was a long time ago, but the data storage issues do fit and line up well in the context of an array also.
Since you've had some experience with programming, you probably know what you're talking about. Still Canis' theory is most entertaining, not impossible though. Syntax errors can be created by SQL injection though they are probably not permanent ones. The codes can also be unintentionally broken by someone probing or tampering with the site. Most of Google searches, however, point to spelling mistakes in codes but, as you wrote, it's rather in the development stage.
An average tech clueless person will not get any wiser from searching Google unless some talent and desire to fuck around with stuff is present although, from personal experience, I know that watching YouTube instructional videos can help to tackle some minor problems.
I was just going to say about CM's other post that the "3980" is the index value that is being passed to the array and the syntax problem et cetera may be with the value the array is returning, but under 'some' circumstances the array does successfully return the requested data.
Yes it can find blog section but somehow can't find particular users' blogs so it might be some issue with those user numbers. Whatever.
I think it's a multi-dimensional array. I used to use them when I was programming. They resemble a database table in structure and are used when processing and performing operations on the data in the tables of the database.