What was the last mod that you installed?
You should be able to reread the installation instructions for that mod to remove the mod altogether. If your forum begins to work correctly after removing the mod, you'll know for sure it was either the mod or an error in installing the mod.
If after the mod is remove everything is working correctly, make a backup of each file that is changed by the mod.
I usually download the file, in this case post.php and then make a copy of it on my system named post.php~.
Now I have two identical files:
post.php
post.php~
I can now edit the original file.
Install the mod one more time on the original files and then upload the both versions of the file (post.php and post.php~) to the server when done. If the problem occurs again, just delete the .php files and rename the .php~ files to .php.
I reccomend always creating a backup prior to editing a file. If you have added several mods, then you should create a backup prior to each. Like so:
post.php
post.php~1
post.php~2
post.php~3
post.php~4
post.php~5
Where post.php~5 would be the newest backup.
Even beter would be to date the backup:
post.php
post.php~11-21-2005
post.php~12-13-2005
post.php~01-07-2006
post.php~01-26-2006
post.php~02-08-2006
This way you can quickly remove bad mod installations.
Once you are sure that a backup is no longer needed, I suggest moving it off of your server to your local system and making a zip file of all of the removed backups. This will save space on the server for other things.Have you rechecked your edits?
Sometimes just going through the installation instructions again and checking to see that what you did is what you were supposed to do can isolate the error. Maybe you place the new code before something when you were supposed to place it after. Stuff like that.
Maybe the mod you used isn't compatible with another mod you installed or is incompatible with the version of SMF you are using.
I know that this may not be the answer that you are looking for but without seeing the errors that you are having and without knowing what the code looks like now and what it looked like before, it isn't posible to narrow the list of possible causes.
vujsa
Comment/Reply (w/o sign-up)