XF 1.3 Unable to edit or delete profile comments - Page not found

Soben

Member
When I tried to edit or delete profile posts/comments as a regular member or admin, I'd get this popup error:

The requested page could not be found.

Basically, clicking on edit, delete, or report will result in this error. I've checked user group permission and have tested on default template too.

The edit link for profile post on this website for example is:

Code:
https://xenforo.com/community/profile-posts/20691/edit

and after inspecting mine, it's different:

Code:
http://mywebsite.com/profile-posts/edit

I noticed mine is missing the profile post ID. Any help will be appreciated. Thanks.
 
Last edited:
Hey guys, thanks for responding. I found the issue. I went through all the files and noticed that one of the files (ProfilePosts.php) was missing from this directory: library/XenForo/Route/Prefix/

I re-uploaded and it is working now. :)
 
You may want to investigate how that file was deleted from the server.

I've done a server transfer earlier this year and never bother to check since the forum was small. I should've pointed out that the file wasn't really missing but it was 0kb in size so it prob never got transferred fully. Thanks Brogan.
 
Top Bottom