PDA

View Full Version : Editing Posts Help


Yukino_AE
11-05-2007, 09:20 PM
Hi, I'm having an issue I was hoping to get some help on it.

When I modify (edit) a post and then go to click save or go advanced, nothing happens, then when i check the bottom left corner of my internet window there's a warning icon (Error on Page) which shows the following generated error (there errors are different for save or go advanced:

When I click go advanced it says:

Line: 279
Char: 2
Error: Object required
Code: 0
URL: http://www.anime-extreme.net/forumshowthread.php?t=34

When I click save it says:

Line: 300
Char: 3
Error: Object required
Code: 0
URL: http://www.anime-extreme.net/forumshowthread.php?t=34

I know this is just a theme issue because i tested a diff theme and it works fine. does anyone know what file i would have to alter to correct this issue?

Lynne
11-05-2007, 09:55 PM
forumshowthread.php looks to be a custom page. What is on line 279 and 300 of that page?

Yukino_AE
11-05-2007, 10:29 PM
erm... where do i find that file... lol sorry for the dumb question. and i'm not sure if it's actually a php file problem more as template edit that needs to be corrected

Lynne
11-06-2007, 02:52 AM
I would guess it is in your main folder. The url is given in the error message: http://www.anime-extreme.net/forumshowthread.php?t=34

(It almost looks like an error.... like it should be forums/showthread.php since there is a showthread.php. Could you have accidentally written forumshowthread.php instead of forums/showthread.php somewhere?)

calorie
11-06-2007, 03:14 AM
^^ Yep, looks like some JavaScript is missing the / between forum/showthread.php in the link.