capristo |
Apr 14, 2009, 9:45 pm |
| Post all of the bugs you find here. They\'re scattered all over different topics and shoutbox posts, so I can\'t find all of them Bugs - - - - sticky thread images are the same as normal threads - - URL detection in forum - opt-out of PM notifications - highlight new messages in inbox - downloads - - shoutbox drains memory Reconstruction bugs - marking forums read - PMs |
|
chaostrom |
Apr 15, 2009, 5:35 am |
| Did you look into the IVANOV thread bug? | |
capristo |
Apr 15, 2009, 6:21 am |
| ok fixed it.... it was because U_E put something inside [brackets] and somehow the bbcode got screwed up | |
capristo |
Apr 15, 2009, 7:04 am |
| hey Comrade, were you ever able to update your profile? Also, I increased the avatar limit to 150x150. Erno, I\'ll update the admin section so that you can change the avatar size limits |
|
Somagu |
Apr 15, 2009, 7:59 pm |
| Thanks. Quick note, IVANT was made by Nameless, if you could change that in the downloads area. Also pluses are still removed by quick (regular?) edit. |
|
capristo |
Apr 15, 2009, 10:22 pm |
| thanks, I didn\'t know who made IVANT I have no idea why the pluses are removed... |
|
Comrade |
Apr 15, 2009, 10:25 pm |
| No, the profile bug is still at large... I can edit and click on submit on these Occupation: Location: Interests: Preferred Artifact: But after the page loads, it goes back to normal. |
|
capristo |
Apr 16, 2009, 4:41 am |
| [quote=\"Comrade\";10136]No, the profile bug is still at large... I can edit and click on submit on these Occupation: Location: Interests: Preferred Artifact: But after the page loads, it goes back to normal. Okay thanks for being more specific, I\'ll work on it. btw.. when you quote someone, there is a little link next to their name which links back to the post you are quoting.. pretty cool |
|
chaostrom |
Apr 16, 2009, 4:55 am |
Nice job Cap ![]() |
|
capristo |
Apr 18, 2009, 9:23 am |
| Okay, I believe I\'ve fixed the ghost message bug | |
Ischaldirh |
Apr 18, 2009, 6:35 pm |
Thought I\'d re-mention the \"editing removes all + symbols in a post\" bug. In attempting to fix RtD updates on account of my changed handle I managed to mangle said updates ![]() |
|
Somagu |
Apr 18, 2009, 8:57 pm |
Not only did you remove the pluses, somehow you actually managed to lop off everything after the part that said who was on the hydra. ![]() |
|
Ischaldirh |
Apr 19, 2009, 1:51 am |
What?! How did I manage that?! All I did was Ctrl-F for \"Atomic\" and replace it with \"Ischaldirh\". ![]() |
|
chaostrom |
Apr 19, 2009, 4:50 am |
| Yes, funnily enough, this was all that was left at the end: Hydra Bouncing Ball Meepo - poisoned, overheated, has the knight\'s blade (extreme heat), horrible singer, can inventory the room he\'s in, lucky, friends with BDR, allied with Konork, in Hydra\'s 1st mouth {Soul - 60%} Shard - unstoppable, broken leg with bone exposed, infertile, has bloodied & cracked stala |
|
Bored One |
Apr 19, 2009, 6:09 am |
| Hmm, the same kind of thing happened to me with the latest Attnamton update. After (quick)editing, the post was cut off near the middle. | |
Z |
Apr 22, 2009, 12:10 am |
| With Atomic changing his name to Ischaldirh and 4bz4 using an avatar with \"Atomic\" in it, I feel quite happy. I mean, I feel confused. | |
Ernomouse |
Apr 22, 2009, 7:46 am |
| I find it annoying, that when there\'s a new post in a subforum, it also marks the actual forum with a new post marker. As the subforum also shows that, I think the main one shouldn\'t. Opinions? | |
capristo |
Apr 22, 2009, 10:37 am |
I fixed that. It was a bug not a feature ![]() |
|
Z |
Apr 23, 2009, 6:31 pm |
| I don\'t like it that some forums still show up as having new posts, while there are no new posts since the last time I watched them (there are posts which I did not read, but that\'s because they are in threads which I don\'t find interesting). It could be fixed in two ways: 1) allow users to ignore threads, so that they don\'t highlight when there are new posts in them 2) (simpler) don\'t highlight a forum if there are no new posts since last time I clicked the link to it (I suppose phpBB uses that). |
|
capristo |
Apr 23, 2009, 7:25 pm |
| Okay I\'ll work on that. In the mean time, if you didn\'t know, there is a link in the top right of the forum to \"mark all forums read\".. you can read all the topics you\'re interested in, then click that link. | |
capristo |
Apr 25, 2009, 9:44 pm |
| bahahahahaha. This will make more sense to people with programming experience ok so what quickedit does is send the text information through javascript like so: stufftosend = \'text=\'+(text)+\'&p=\'+(postnumber)+\'&stuff=\'+(morestuff)... so the reason the + signs were disappearing is, javascript uses + for string concatenation, and if it appears in quotes, it is just replaced by a blank space. The reason half of the posts were disappearing sometimes is that they contained an ampersand (or, an escaped character such as a \" which is replaced by " ). It interpreted that as a new value (so for example if you typed \"this & that\", it would think \" that\" is a new variable (in addition to text, p, and stuff). So that\'s why the text was disappearing. The first thing I did was figure out how to replace + with the HTML equivalent + Of course the problem now was the + was causing the same problem as other ampersands, it deleted the remainder of the post. Since &\'s html ascii is just &, it\'s a recursive problem. So there was no way to possibly escape the &. So instead, I replace & with \"sometext\" and then when displaying the text in the topic, use php to revert \"sometext\" to & Anyways, the point is, + and & no longer destroy posts or disappear. Try posting a post with them and quickediting it twice to find out exactly what \"sometext\" is ![]() |
|
capristo |
Apr 25, 2009, 9:45 pm |
after somebody figures why I\'m laughing about this, I can fix it, don\'t worry ![]() |
|
Eagle V |
Apr 26, 2009, 8:16 am |
| I can see forums marked as admin-only when there is a new post, but I (of course) can\'t read them. Kind of annoying when you desperately try to click a yellow icon and then suddenly notice that you don\'t have permission to view it... EDIT: I find the \'&\' slightly amusing... Nice job (again) |
|
capristo |
Apr 26, 2009, 8:52 am |
Ahh, thanks for pointing that out Eagle, I fixed it. And I made the editing & normal now ![]() |
|
Ernomouse |
May 6, 2009, 7:04 pm |
| Tryied to delete my blank accident on Operation: Invade Erno\'s house thread and the following line appeared. \"Fatal error: Call to undefined function makeurl() in /home/pigpla/public_html/att/delete.php on line 74\" |
|
capristo |
May 6, 2009, 8:31 pm |
| Thanks for being really specific Erno, I fixed it. It\'s because I\'m updating the code on my other website and haven\'t transferred it over here yet, except the delete.php file on accident. So basically in the future, what makeurl will do is turn links like these: viewtopic.php?t=1000 profile.php?u=20 to these: topics/1000/official-bugs-thread users/20/ernomouse |
|
BDR |
May 7, 2009, 12:21 am |
| Something very similar happened to me.. \"Fatal error: Call to undefined function makeurl() in /home/pigpla/public_html/att/posting.php on line 339\" I also got a \"forum/ does not exist\" error while trying to get to the main forum from the area where replies are written. | |
capristo |
May 7, 2009, 1:33 am |
| okay I\'ve fixed both of those errors | |
Comrade |
May 7, 2009, 2:50 am |
| The profile editing problem is still not fixed. | |
Ischaldirh |
Jun 7, 2009, 7:03 am |
| Shoutbox search seems to not function, instead returning Quote 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 \'WHERE shout_message LIKE \'%-foo-%\'\' at line 1\" |
|
Eagle V |
Jun 7, 2009, 7:43 am |
| [quote=\"Ischaldirh\";10891]Shoutbox search seems to not function, instead returning (...) Shoutbox works fine for me |
|
BDR |
Jun 15, 2009, 8:16 am |
| Oddly enough I\'m getting an occasional \"forum/viewforum.php does not exist\" error. Clicking the link to the main forum page seems to fix it, but it keeps popping up. | |
BDR |
Jun 16, 2009, 7:37 am |
A pic of the latest error find... ![]() |
|
chaostrom |
Jul 10, 2009, 7:28 am |
| The first time was amusing. This is the third time however, and it\'s always followed by the error BDR reports above. Behold the duplication! EDIT: Make that 4 times now. |
|
capristo |
Jul 11, 2009, 1:58 pm |
| Yes I know guys... see here: [quote=\"capristo\";10612]Thanks for being really specific Erno, I fixed it. It\'s because I\'m updating the code on my other website and haven\'t transferred it over here yet, except the delete.php file on accident. So basically in the future, what makeurl will do is turn links like these: viewtopic.php?t=1000 profile.php?u=20 to these: topics/1000/official-bugs-thread users/20/ernomouse the forum will eventually be attnam.com/forum/ instead of /forum.php , so it\'s screwing with the URLs a bit.. I can\'t fix it until I get back (Aug 1) though, sorry |
|
chaostrom |
Jul 12, 2009, 5:09 am |
Ah, didn\'t realise they all stemmed from the same cause. Don\'t apologise, you\'re the one working on it ![]() |
|
4zb4 |
Jul 22, 2009, 12:19 am |
It\'s not letting me remove my occupation. When I press [SUBMIT] it just resets again ![]() |
|
Alveradok |
Jul 28, 2009, 12:16 pm |
| You can\'t voluntarily become a hobo in #attnam! | |
Ernomouse |
Aug 2, 2009, 7:33 am |
EDIT: I take that back. There was no new messages after all, although the thread was marked having one... The message got deleted? The little details thread is in question. |
|
BDR |
Aug 5, 2009, 8:22 am |
| I\'ve seen that bug, and it does look like a result of someone posting, then deleting the post and the forum not getting the message that there is no longer a new response. Could be something else, though. | |
chaostrom |
Aug 5, 2009, 9:17 am |
| Hmm. Could be me. Sometimes I post something, then delete it immediately. I\'ve done that a couple of times now. | |
capristo |
Aug 5, 2009, 2:33 pm |
Damn you chaostrom Well school starts Aug. 24 so after that I will finally be able to get working on some of these |
|
capristo |
Aug 7, 2009, 10:04 pm |
[quote=\"4zb4\";11609]It\'s not letting me remove my occupation. When I press [SUBMIT] it just resets again ![]() I believe I\'ve fixed this bug. Comrade can you let me know if you are still having problems editing your profile? |
|
BDR |
Aug 10, 2009, 8:15 pm |
| Very minor bug test.... Test Test Test I have edited this post 4 times. Original post was just \"Very minor bug test....\" Maybe not so minor... I think how this works is that if you edit within the minute of your original post time that the edit Ok. It caught up with that last one. Since now it looks fine, I\'ll explain what happened: When I clicked Save and came back, there was no mention of how many times the post had been edited, so it looked as if the post was original. It stayed that way for five edits. Only the sixth (plus one where I actually clicked Cancel and thus didn\'t actually change the post, might want to work on that too) got the counter to show. This will be the 9th edit. >_>;;;; |
|
Ischaldirh |
Aug 10, 2009, 9:14 pm |
| Says it was edited 9 times in total for me... | |
Somagu |
Aug 10, 2009, 9:17 pm |
| Also that may very well be a feature for if you made a typo and didn\'t notice it until you posted. Just guessing though. |
|
capristo |
Aug 10, 2009, 10:19 pm |
| Somagu\'s right... you get 5 minutes to edit a post before it shows up in case you had a minor fix Now for me since I\'m special, it never shows the edit message Mods will get more advanced options when editing in the near future |
|
BDR |
Aug 11, 2009, 5:01 am |
| Gotcha. If the forum were bigger it could potentially be abused, though. But eh, not likely anyone who wants to hang around here would engage in such dickery. Just making stuff clear is all. | |
capristo |
Aug 24, 2009, 7:49 am |
| hmm... just to remind myself - sticky thread images are the same as normal threads |
|
BDR |
Aug 29, 2009, 7:25 am |
| I don\'t know what\'s been done but ivanBlack is broken. Please fix, the white sucks. Note: Both ivanBlacks are ivanWhite. This is reaaaaaaaaaaally sucky. |
|
capristo |
Aug 29, 2009, 7:41 am |
| lol. I did that on purpose. I\'m going to work on the themes. | |
4zb4 |
Aug 31, 2009, 8:34 am |
| Can sombody explain to me why the \"Steve the Robot\" thread in the fiction section is dated 1st January 1970, and is completely bugged, glitched and assimilated? | |
chaostrom |
Sep 1, 2009, 4:19 am |
| Perhaps some fuckup with shadows? | |
Battleguy |
Sep 1, 2009, 6:04 am |
| It\'s not glitched when I look at it. | |
4zb4 |
Sep 1, 2009, 6:39 am |
![]() ![]() |
|
capristo |
Sep 1, 2009, 11:00 pm |
| I\'ll look into it | |
BDR |
Sep 2, 2009, 6:55 am |
| I don\'t know why but clicking the arrow to go to the newest reply (the arrow which shows up to the left of a topic on the topic list) doesn\'t always get me there. I notice it tends to happen when there are multiple pages in a topic. | |
Ernomouse |
Sep 2, 2009, 7:26 am |
| [quote=\"BDR\";12613]I don\'t know why but clicking the arrow to go to the newest reply (the arrow which shows up to the left of a topic on the topic list) doesn\'t always get me there. I notice it tends to happen when there are multiple pages in a topic. Seconded. |
|
Ischaldirh |
Sep 5, 2009, 8:22 am |
| When editing a post that has an attached image, the refreshed page displays the attached image twice. It\'s not actually there twice, it just looks like it is to the untrained eye. | |
capristo |
Sep 5, 2009, 8:54 am |
| Ah I see. I forgot to update the quick editing to replicate the normal topic view | |
JoKe |
Sep 7, 2009, 2:42 pm |
| The new side menu isn\'t very friendly to small screens. | |
capristo |
Sep 7, 2009, 2:55 pm |
ah, thanks for pointing that out. I reverted it. Just experimenting ![]() |
|
Eagle V |
Sep 10, 2009, 4:38 pm |
| Right after editing my post, my signature appeared double. It only happens when I edit posts. | |
BDR |
Sep 28, 2009, 8:29 pm |
| I have figured out why the yellow arrow doesn\'t take me to the first new post anymore! It is because it uses the old method of topic linkage (by topic number) rather than the new method (by topic name), and perchance thus the other code to make it do what it should does not work. The way of seeing the latest post in a topic, which uses the topic name with the additional post number does work by contrast. | |
capristo |
Sep 28, 2009, 9:25 pm |
| nah, that\'s not why. I think whoever theorized that somebody posts and then deletes the post is correct. Also, I think for the sub-forums (i.e. Wesnoth), it never works period. |
|
BDR |
Sep 29, 2009, 2:35 am |
| No, it doesn\'t work even for this topic. It doesn\'t have anything to do with deletion; pretty certain. | |
capristo |
Sep 29, 2009, 2:52 am |
| No because the URL has nothing to do with code. The .htaccess file changes this: http://www.attnam.com/posts/13378/official-bugs-thread#13378 into this: http://www.attnam.com/viewtopic.php?p=13378#13378 and as you see if you click them, they both work ![]() |
|
BDR |
Sep 29, 2009, 4:33 am |
Well, the times when it wasn\'t working the yellow arrow did not process as either of those. ![]() |
|
4zb4 |
Dec 21, 2009, 3:15 am |
| Uh... What exactly is the \"wall\" in a person\'s profile used for? | |
chaostrom |
Dec 21, 2009, 5:54 am |
| Graffiti. | |
Battleguy |
Dec 21, 2009, 6:59 am |
| But you can\'t do anything with it. | |
capristo |
Dec 21, 2009, 1:58 pm |
| Not yet. | |
capristo |
Jan 8, 2010, 10:35 pm |
| [quote=\"BDR\";12613]I don\'t know why but clicking the arrow to go to the newest reply (the arrow which shows up to the left of a topic on the topic list) doesn\'t always get me there. I notice it tends to happen when there are multiple pages in a topic. I just might have fixed the problems with not linking to the most recent unread reply. Only from the main board display, not from the forums themselves. Let me know how it is working. At least the sub-forums didn\'t work period before, but now they appear to. |
|
BDR |
Jan 9, 2010, 5:07 am |
| Tried it on this topic, did not work for me. | |
capristo |
Jan 10, 2010, 1:50 am |
| Humph, it is a little better than before in some respects but worse in others. But I think I\'ve finally figured out where the bug is. | |
capristo |
Jan 10, 2010, 6:50 pm |
| Once again... it might be fixed. At least I\'ve definitely fixed *a* bug. | |
BDR |
Jan 10, 2010, 9:19 pm |
| It still isn\'t working for me. Maybe it would work in IE, though (I\'ve noticed some weird Opera bugs that are according to JimmyJ specific to my installation for whatever reason). | |
capristo |
Jan 11, 2010, 6:05 pm |
| well... PHP is all server-side so the browser should have nothing to do with it. | |
Somagu |
Jan 12, 2010, 5:44 pm |
| Can we post yet? What happened? | |
capristo |
Jan 12, 2010, 5:54 pm |
| I accidentally deleted a function I thought I didn\'t need. | |
BDR |
Jan 12, 2010, 6:01 pm |
| Ok, now the newest post link works. | |
capristo |
Jan 13, 2010, 5:11 am |
| Whew, finally. The unread post link should also work when viewing individual forums. | |
4zb4 |
Jan 18, 2010, 5:13 am |
| I can\'t post in the shoutbox. | |
capristo |
Jan 18, 2010, 2:53 pm |
| Probably your connection or a bad time on the server. It\'s working now. | |
4zb4 |
Jan 20, 2010, 7:00 am |
| \"Mark all topics as read\" isn\'t working for me. This was in the General Discussion forum, if it matters. | |
capristo |
Jan 21, 2010, 6:02 pm |
| Thanks 4zb4, it should work now. | |
Eagle V |
Jan 21, 2010, 8:10 pm |
Just a minor annoyance - could you make it so the development thread doesn\'t show there are new posts when you can\'t view them? I know I\'m nitpicking now ![]() |
|
capristo |
Jan 21, 2010, 10:44 pm |
Ahh.. I didn\'t realize it did that. It shouldn\'t I\'ll try to fix it soon. |
|
Ernomouse |
Feb 12, 2010, 7:03 pm |
| Messages on my inbox are no longer highlighted... Neither is the messages tab if I\'ve got new messages, which made me miss a message for several days. | |
Eagle V |
Jun 5, 2010, 7:27 pm |
I had this when I opened the video thread:![]() I wasn\'t able to replicate it, so possibly a glitch in firefox itself,but I thought I\'d report it anyway. |
|
Somagu |
Jun 11, 2010, 9:52 am |
| Apparently, deleted posts are still classified as unread. At least, I\'m assuming that\'s what that is. |
|
Alveradok |
Jun 15, 2010, 12:08 am |
| Could be, because I was out when the recent spambot was wreaking havoc, and yet \'Website news\' appears unread even though I read all the existing new posts. | |
Ernomouse |
Jun 15, 2010, 3:11 pm |
| I had the same problem, pressing \"mark all posts read\" fixed it for me. | |
Alveradok |
Jun 15, 2010, 11:40 pm |
| [quote=\"Ernomouse\";15745]I had the same problem, pressing \"mark all posts read\" fixed it for me. Yes but that\'s only a workaround now. When I posted a shout a couple of minutes ago, it didn\'t broadcast my whole message (\'Jimmeh & Zoohlocks remember\' etc etc), and shoutlog.php is now still something like the upper half, but whenever I type something in the textbox the red/pink error shows up (and adjusts with every char I type). Is it because I used the ampersand (&)? |
|
capristo |
Jun 16, 2010, 9:01 am |
| Yes, & and + screw it up. Actually we had the same issue with quickedit earlier, and I came up with some crazy workaround, although I know the real way to fix it now. | |
BDR |
Jun 27, 2010, 4:05 am |
| [quote=\"Somagu\";15728]Apparently, deleted posts are still classified as unread. At least, I\'m assuming that\'s what that is. It must be what that is. I experienced it just now with ninjaspud\'s double post that was edited by Izzy to be a single post. |
|
BDR |
Jul 9, 2010, 11:02 pm |
| Doublepost mandated for bug reporting! Unsubscribe does not appear to work. EDIT: Ok, I\'m wrong about it not working. What *is* broken is the button display; it still displays as unsubscribe. |
|
chaostrom |
Aug 1, 2010, 7:31 am |
| I\'m trying to upload my pictures for IVANcon but whenever I try to edit them to add a description it tells me the picture doesn\'t exist. | |
capristo |
Aug 2, 2010, 2:45 am |
| Well that is bizarre... photos have always appeared to work but I guess I was the only one who ever uploaded them. It might just be a permission issue... I\'ll get on it first thing tomorrow | |
Alveradok |
Oct 18, 2010, 11:14 pm |
| A suspiciously awesome, bizzare \"Attnam.com Email\" button showed up and mysteriously hacks my attnam.com email account, should I be concerned? | |
Somagu |
Dec 6, 2010, 12:16 pm |
| Cap, the wiki database is all messed up, it puts backslashes where apostrophes and quotes go. | |
capristo |
Dec 6, 2010, 3:35 pm |
| Can you point me to an example? The homepage looks fine and there have been no recent changes. | |
BDR |
Dec 6, 2010, 4:57 pm |
| http://www.attnam.com/wiki/Saal\'Thul On top of this, the forum does not recognize that an apostrophe does not necessarily signal the end of a link. |
|
4zb4 |
Dec 6, 2010, 6:24 pm |
| Note also that when attempting to create the page \"Saal\'thul\" it turns \"Saal/\'thul\" into \"Saal//////\'thul\". | |
capristo |
Dec 6, 2010, 8:13 pm |
| Well.. the forum is known to suck. I don\'t know why the Wiki\'s not working. | |
Somagu |
Jan 27, 2011, 9:33 am |
| Still broken! :< | |
Somagu |
Feb 6, 2011, 3:54 am |
You know, a \"I\'m not ignoring this thread, I just can\'t fix the wiki because I\'m busy\" would suffice, Cap. ![]() |
|
Somagu |
Feb 6, 2011, 6:47 pm |
| Actually, I can\'t even edit any pages at all. The wiki is either REALLY broken. | |
capristo |
Feb 6, 2011, 8:17 pm |
| Sorry, I thought that was sort of implied. I don\'t know what\'s wrong with it and I thought the only problem was the apostrophes, so I didn\'t feel like looking into it... the whole thing on the other hand is a bigger problem. I\'ll try to fix it this week | |
BDR |
Feb 8, 2011, 5:07 pm |
| + does not display in the shoutbox. | |
chaostrom |
Feb 11, 2011, 6:48 am |
| Despite telling the forum \"NO\" I\'m still getting e-mails whenever I receive a PM. | |
BDR |
Mar 9, 2011, 12:35 am |
| It seems that when someone made a new reply to the \"what blob is doing now\" thread and deleted it that it caused the Other Games forum to be marked as having new replies on my \'main menu\' despite there not being a post for the thread listing to point to within the forum itself. Also, the thread was considered newer than the Freelancers thread despite there not being a new reply to point at in it whereas there was with the Freelancers thread. how long have you been working on the new forum again? |
|
Somagu |
Mar 9, 2011, 1:45 am |
Wow BDR, that was incredibly unnecessarily long. I made a post and deleted it, making that thread show up above them all. You don\'t need to make an essay about it. ![]() |
|
Ischaldirh |
Mar 9, 2011, 2:40 am |
| \"Mark All Read\" will make that ghost-post problem go away. | |
chaostrom |
Mar 9, 2011, 4:01 am |
| Or even just looking at the thread. | |
BDR |
Mar 9, 2011, 1:59 pm |
| I did look at the thread and make it go away. That doesn\'t mean there isn\'t still a bug that really should be fixed! | |
capristo |
Mar 9, 2011, 2:39 pm |
| Mark all read already exists | |
Alveradok |
Mar 26, 2011, 10:46 am |
Silly Avast ![]() |
|
4zb4 |
Mar 26, 2011, 8:51 pm |
| Yeah, Chrome\'s been giving me warnings that \"something\'s not right here!\". Saying the site contains content from \"sites known for malware\" such as greenpix.in and nt20.in Also AVG blocked a \"blackhole exploit\" when I visited this page. ![]() Have we been infested? |
|
capristo |
Mar 26, 2011, 10:05 pm |
Hmm... thanks for the heads up. I found some bad stuff uploaded on one of my other domains which is hosted in the same account. I\'m looking into it. |
|
capristo |
Mar 26, 2011, 10:17 pm |
| I think I\'ve purged all the bad stuff off the server :/ Please don\'t hesitate to let me know if you see these warnings again. These are quite a bit more serious than minor bugs. | |
Ernomouse |
Apr 6, 2011, 7:06 pm |
| No, you haven\'t. smileys.php is still giving the warning... | |
capristo |
Apr 6, 2011, 9:43 pm |
| ugh, thanks. | |
Z |
Apr 29, 2011, 10:49 am |
| I have discovered that the shoutbox drains my data transfer at 18 kB per second. Since I am currently on a mobile network, I actually pay for that (more than 1 US cent per minute). I suppose this could be the reason why I have been suddenly drained of my powers in the past (I expect sites like Facebook to drain and I turn them off just in case, but I did not expect that Attnam Forum does this too). I think compression, an option to turn off shoutbox refresh, and more effective implementation (just load the changes) would all be helpful. | |
capristo |
Apr 29, 2011, 2:32 pm |
| Yes it\'s very inefficient, I think it loads the page every second or something. Sorry. I\'ll try to address this later today | |
capristo |
May 15, 2011, 9:26 pm |
| Z, for now I\'ve changed the shoutbox to load once every 5 seconds instead of every second. Still looking for more efficient ways to load it. | |
BDR |
May 16, 2011, 6:05 am |
| Filed under \"Reconstruction errors\": Parse error: syntax error, unexpected T_STRING in /home4/birdfeud/public_html/attnam/settings.php on line 235 (this came up when I tried to get to my profile settings to reset my time zone) |
|
Eagle V |
May 16, 2011, 6:33 am |
| When previewing a post, this is attached directly to the end of the post Quote Unknown column \'user_sig\' in \'field list\' From that point on, the page is empty (where normally you\'d have the post input form and thread history) |
|
capristo |
May 16, 2011, 12:50 pm |
| Thanks guys, I believe both of those are fixed. Keep \'em coming | |
Ischaldirh |
May 17, 2011, 1:17 am |
| Been getting odd error messages at seemingly random times -- once when I tried to access the forum main (it was gone on the second try) and twice while trying to quote Chao for a post just now (I gave up and entered the code manually). Sorry I don\'t have the error code but next time it pops up I\'ll try to grab it. | |
capristo |
May 17, 2011, 1:19 am |
| Probably just because I\'m uploading stuff right now. | |
Bored One |
May 17, 2011, 5:52 pm |
| The preview bug Eagle mentioned is still there. | |
capristo |
May 17, 2011, 5:54 pm |
Thanks, it\'s fixed now ![]() |
|
Bored One |
May 20, 2011, 10:35 am |
| The "Mark all forums read" button works, but it gives this error message in the process: Quote Fatal error: Call to a member function save() on a non-object in /home4/birdfeud/public_html/attnam/classes/controller.php on line 218 |
|
Alveradok |
May 20, 2011, 10:51 am |
| birdfeud -> defraud controller -> con Troller It seems to mark the forums read, but fails to drain my credit card :/ |
|
Battleguy |
May 20, 2011, 12:19 pm |
| Editing seems bugged, it ate my post. Also PM's may be broken. | |
Eagle V |
May 20, 2011, 12:24 pm |
Yep, I just got the same in my second-to-last bsg post. It gave some weird error instead of the post but it worked again when I refreshed the page. |
|
capristo |
May 20, 2011, 7:22 pm |
| Okay I think I've fixed the editing bug. The marking forums read I haven't figured out yet. | |
Eagle V |
May 20, 2011, 9:12 pm |
| There is a bug with the messages as well. Neither Erno nor BG got my messages, even though they appear in my outbox. | |
Somagu |
May 25, 2011, 9:31 am |
| Every post was made on Dec 31, 1969, 3:00 pm in the topic review for posting and editing messages. Didn't see it in the main page's list of WIP so I figured I'd let you know. | |
Battleguy |
May 25, 2011, 12:35 pm |
| Happy new year! | |
Eagle V |
May 25, 2011, 1:13 pm |
| Armstrong landed on the moon! I can't believe it! In 20 years we'll live on mars! | |
capristo |
May 25, 2011, 1:30 pm |
Haha Thanks Somagu, it's fixed |
|
4zb4 |
May 27, 2011, 8:14 am |
Quote http://www.attnam.com/topics//#19194 Quote The page "/topics//" does not exist. Upon being redirected after posting. |
|
capristo |
May 27, 2011, 2:57 pm |
| Thanks, it's fixed. | |
Somagu |
May 27, 2011, 11:08 pm |
| Entry page is stuck on the wrong style. | |
Ischaldirh |
May 28, 2011, 12:32 am |
| Member search explodes violently. | |
Warheck |
May 28, 2011, 3:56 am |
| I can't delete my own posts. Is that normal? When I try, I get the following message: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home4/birdfeud/public_html/attnam/delete.php on line 22 |
|
Ischaldirh |
Jun 2, 2011, 9:32 pm |
| "Mark all topics read" causes an explosion. | |
BDR |
Jun 10, 2011, 1:06 am |
| Clicking the 'new posts' icon that should take me to the last read response/first unread response gave me a 'no topic specified' error instead. | |
Ischaldirh |
Jun 10, 2011, 2:49 am |
| I noticed that too... sometimes it works sometimes it doesn't. | |
Ernomouse |
Jun 12, 2011, 11:03 am |
| Did a search in the shoutbox... On the top of the page there was the following text, followed by the results. The search seems to work even though it gives this strange message. "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home4/birdfeud/public_html/attnam/community/shoutlog.php on line 41" |
|
Ernomouse |
Jun 23, 2011, 9:35 am |
| Intresting? I got an e-mail about a new private message, which fortunately had the contents of the message in it, but there's nothing in my inbox. | |
chaostrom |
Jun 26, 2011, 7:57 am |
| Fatal error: Call to undefined method stdClass::save() in /home4/birdfeud/public_html/attnam/posting.php on line 258 I got this when trying to edit the first post in the Space RP(s) timeline and info thread in advanced mode. EDIT: I\'ve also gotten multiple issues with editing posts. Off the top of my head: Suddenly reverting to its original state mid-edit, undoing everything I was editing Retarded blinking-vertical-typing-bar movement, such as jumping to the end of another row Freezing up and not allowing any changes to be made; I\'ve had to leave the thread entirely and come back when this happened |
|
Ernomouse |
Jun 30, 2011, 7:14 am |
| The home page is flawed. I just saw IvanBlack I background and the text was in IvanBlue box... | |
Somagu |
Jun 30, 2011, 8:50 am |
| I mentioned that back in may. It's all over the place. | |
BDR-bugged |
Jul 6, 2011, 6:20 pm |
| Error 404 Sorry, the page /editprofile.php?request=47f8bb3b84a1c1b6848cfbe30a68aa9c&reset=b23bef2902d7878a81a0b324ac9565b2 does not exist Oh BOY I just LOVE to see that there\'s no way to reset my password when I don\'t remember what it is, yessirree! this is not the hacker\'s fault, of course, he/she could not know that the password reset was broken historical note - sorry if this comes off as mean, wasn\'t in the best of moods for obvious reasons |
|
Warheck |
Jul 7, 2011, 2:28 am |
BDR-bugged wrote ![]() Error this is not the hacker's fault, of course, he/she could not know that the password reset was broken Actually it's possible the hacker could have spotted that vulnerability from Cap's google spreadsheet detailing the update progress. |
|
BDR-bugged |
Jul 7, 2011, 5:16 am |
| Exploiting a vulnerability =/= creating a vulnerability. But you're right, unfinished code probably was exploited. | |
capristo |
Jul 7, 2011, 4:38 pm |
| Unfinished code or possibly just some of the old code that I haven\'t gotten around to rewriting. I\'m guessing he was able to upload a script through the attachment/gallery process. I\'ll make sure I patch uploads and use a better encryption algorithm first. Nothing wrong with having a custom forum, if it\'s not using code that was developed 6 years ago. | |
Alveradok |
Jul 8, 2011, 4:45 pm |
| I suppose a custom forum developed with someone skilled in security issues would potentially be safer, because it's exploits wouldn't be well-known and to break in would possibly require actual skill. | |
capristo |
Jul 11, 2011, 1:56 am |
| It's really not that hard to make a secure website that 99.999% of people can't hack. The problem is that most of the code was written about 2 years after I started web development and I havent' had time to revisit it. | |
Bored One |
Jul 11, 2011, 8:48 pm |
| [23:45] BDR> ...now not only can I still not reset my password for my original account, my bugged account isn't logging in either. [23:46] BDR> (I logged out to test the reset function - now for some reason the password that worked doesn't! FANTASTIC) [23:47] BDR> Someone tell cap as much as I hate to do so I'm not registering a third account to get around this problem. |
|
capristo |
Jul 11, 2011, 10:59 pm |
| I'll get on IRC to help him, but BDR and BDR-bugged have the same password, he never changed it, so I'm not sure what the problem is. | |
chaostrom |
Jul 21, 2011, 4:03 am |
| Freelancers thread is suffering from some new ailment. Particularly noticeable in the starting post. | |
BDR |
Jul 21, 2011, 5:33 am |
| Yeah, saw that too. Forgot to post about it here. | |
Bored One |
Jul 21, 2011, 8:04 am |
| Poo. EDIT: Well, only the first post got mutilated, presumably after I edited it last night. Weird. |
|
4zb4 |
Jul 21, 2011, 10:26 am |
| rnrnrnrnrnrnrnDear god what is this?!rn EDIT: ARGH IT'S GROWING!!! EDIT2: And it gets bigger with an edit! Also check this post for the problem, I fixed it on the other one by deleting the rnrnrnrnrnrnrn. Seems to appear by using the "Enter/Return" to split parts of the post up, and only in the initial posting. |
|
4zb4 |
Jul 21, 2011, 10:52 am |
| rntesting problem...rnrn...still testingrnrn... ...yup still there. This is the same thing that happened to Bored's post. Replaces any paragraphing (?) using the Enter/Return key with a "rn". |
|
Bored One |
Jul 21, 2011, 11:41 am |
| Oh god it's rnrnking over the forurn! helprnrnrnrn! Aaargggrnrnrnrnrnrnrn rnrnrnrnrnrnrn |
|
4zb4 |
Jul 21, 2011, 12:04 pm |
| \r\n\r\nOh\r\ngod\r\n\r\n\r\nno!\r\n\r\n\r\n\r\n\r\nHelp!\r\n\r\n\r\n\r\n\r\n\r\n | |
Somagu |
Jul 21, 2011, 1:42 pm |
| OhrnrnmyrngodrnrnrnrnCap!rnrnrnrnrnrnWHATrnrnrnDIDrnrnrnYOUrnrnrnrnrnrnDO!rnrnrnrnrnrnrnrn | |
capristo |
Jul 21, 2011, 2:26 pm |
Haha I think I fixed it. Edit: nope! hmm... |
|
capristo |
Jul 21, 2011, 2:27 pm |
| Okay, it's fixed! | |
Ernomouse |
Jul 21, 2011, 6:08 pm |
| Hahaha! The most hilarious bug of the year! | |
BDR |
Sep 4, 2011, 9:10 pm |
| oh god I forgot how hilarious that was, i needed that Sadly, in less hilarious buggery, I was able to send a PM to Z successfully but somehow his reply back was lost. |
|
Eagle V |
Sep 9, 2011, 8:41 am |
| The freelancers thread has an empty page 8. |
|
Ischaldirh |
Sep 9, 2011, 8:43 am |
| Likely caused by a deleted post. | |
BDR |
Sep 9, 2011, 9:23 pm |
| Very likely. Still, pretty buggy. | |
capristo |
Sep 27, 2011, 4:23 am |
| private messaging appears to be working? let me know if you guys experience any bugs with it | |
Ernomouse |
Oct 1, 2011, 1:29 pm |
| This is weird... I keep clicking "remember me" as I log in, but I still have to log in again every time I visit. I'm using MacOS 10.6.8 and Chrome 14.0.835.186. EDIT 3.10.2o11: I keep seeing an error message, that usually goes away by refreshing the forums. Today it didn't, for a while... I'm just saying, I don't know how old this gnoll is. ---- Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home4/birdfeud/public_html/attnam/db.php on line 11 Unable to connect ---- As a side note, my doubts in macs are being backed up every day I start this machine. EDIT: It happens almost every time I type "www.attnam.com/forum" for the first time on my wife's account after booting the computer. Using my bookmark on my own account seems to work. After I refresh the page, I'm logged out even if I check remember me. What else... |
|
chaostrom |
Oct 7, 2011, 8:54 am |
| I get a similar error every day as well. I'll edit in the information when I see it tomorrow. This is it: 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 'unique = unique+1 WHERE id = '26798'' at line 1 Also, browsing the shoutbox history doesn't seem to work. I can't look at other pages, just the latest one. Okay, renaming thread titles also seem broken. Fatal error: Call to undefined method stdClass::save() in /home4/birdfeud/public_html/attnam/posting.php on line 259 |
|
chaostrom |
Oct 8, 2011, 8:01 am |
| Deleting posts appear broken as well! Oh dear! Column 'id' in where clause is ambiguous |
|
capristo |
Oct 11, 2011, 10:04 pm |
| Working on stuff whenever I can. One improvement I made was with Youtube embeds.... you used to have to get the video ID, but now you can use the video ID or URL. Also they're embedded with a larger size. | |
4zb4 |
Oct 11, 2011, 11:57 pm |
| That new thread you made (cutest thing ever) brought my browser to a grinding halt, then refused to play anything but the audio whilst the browser adamantly refused to let me do anything about it. I point the rigid finger of accusation at the new youtube embed change ![]() BUT i'll go try it again just in case. EDIT: Upon reloading the page, the video worked as normal... up until the youtube player became unresponsive and kept on playing the video regardless of what I clicked. Starting to think it could possibly be something on my end. |
|
capristo |
Oct 12, 2011, 3:17 am |
| Well it is using iframes, which are Youtube's preferred method of embedding video now, but are probably more intense for the browser to load. | |
4zb4 |
Oct 18, 2011, 9:54 pm |
| I'm posting within a window within a window! (From pressing the "edit" button, no less.) |
|
4zb4 |
Oct 18, 2011, 9:55 pm |
| ^Since I can't edit that^ Here's the picture which didn't upload. |
|
Ernomouse |
Oct 19, 2011, 8:21 pm |
| I can't access my personal messages... Quote Sorry, the page /messages/pmthread.php?p=866 does not exist |
|
JoKe |
Oct 20, 2011, 10:05 am |
| I'm being 404'd on all of my message threads as well, the error is the same as Erno has except for the thread numbers. | |
Ernomouse |
Oct 20, 2011, 10:19 am |
| Yeah, the thread number depends on the message. I tried about a third of them, none seems to work. Did you change the path or something? | |
capristo |
Oct 20, 2011, 8:42 pm |
| Try again. There may be other similar errors where it links to a 404, please let me know if you find others. | |
JoKe |
Oct 20, 2011, 9:02 pm |
| Seems functional now. Thanks! | |
Ernomouse |
Oct 21, 2011, 7:10 am |
| Yeah, fixed, thanks. | |
chaostrom |
Oct 27, 2011, 8:24 am |
| The search function and the advanced edit button seem to be broken. | |
BDR |
Oct 27, 2011, 5:49 pm |
| I think it's been mentioned before but when the first post on a new page of a thread is deleted, the new page remains, leaving a blank page. | |
capristo |
Nov 6, 2011, 2:41 am |
| Fixed the member list finally | |
capristo |
Nov 6, 2011, 6:20 am |
| I fixed deleting of posts as well but the code is too different, I can't push it live yet. I'm hoping that by tomorrow I can upload some of the major changes... | |
JoKe |
Nov 8, 2011, 2:08 pm |
| Posting some screenshots of the buggedness. Ubuntu 10.04 LTS with Firefox 3.6.23 for Ubuntu has some weird stuff going on with the header and menu bars on the top: ![]() The bottom bar isn't showing correctly either: ![]() The shoutbox bug, XP with Firefox 7.0.1: ![]() |
|
Somagu |
Nov 8, 2011, 4:39 pm |
| Shoutbox looks fine for me. Firefox 7.0.1, Windows XP. Looks like I'm in the minority. | |
BDR |
Nov 8, 2011, 4:55 pm |
| I'm also having shoutbox weirdness as posted by Ernomouse; in addition, I can't access the shoutbox history (all I get is the now-splash image). e: Congrats on bug fixes, but new bug has reared its ugly head! #0 wrapper_die(Unknown column 'shout_id' in 'field list') called at [/home4/birdfeud/public_html/attnam/functions.php:38] #1 query(SELECT COUNT(shout_id) FROM shoutbox, users WHERE shout_user = users.id) called at [/home4/birdfeud/public_html/attnam/community/shoutajax.php:40] Unknown column 'shout_id' in 'field list' This is what I get when trying to go back beyond the first page in the history. |
|
Ernomouse |
Nov 9, 2011, 6:46 am |
| Seeing that everyone else is posting bugs, the photo galleries lead to the home page too. | |
Ischaldirh |
Nov 10, 2011, 2:36 am |
| I find myself unable to edit posts. | |
Ernomouse |
Nov 10, 2011, 10:08 am |
| I can't mass-delete the messages from my inbox. I could delete the message by opening it and clicking on each file individually, although the forum said that I do not have the permission to do so. | |
Ernomouse |
Nov 15, 2011, 10:59 pm |
| New private message wasn't marked anyhow in my inbox. I appreciate the way I couldn't miss i on the first page, that red catches attention. =) Also, there's a MSN profile adress in my profile I can't remove. Am I looking from the wrong place? EDIT: Can't edit user information either, clicking edit directs me to the front page. |
|