108
Fatal error: Cannot redeclare convertorderbyin() (previously declared in /modules/myReviews/include/functions.php:36) in
/modules/wfsection/include/functions.php on line 495
Look in your functions.php file in modules/wfsection/include
There will be a function declaration in the functions.php file. The function you are looking for is "convertorderbyin". Rename it "wfs_convertorderbyin" in the functions.php file and do a search for "convertorderbyin" in all the files in the wfsection directory and subdirectories. Rename any other occurances of "convertorderbyin" in those files as well. If you are doing this offline make sure you re-upload and overwrite any existing files on the server.
Try to re-create the error and see if it spits out anymore errors and then fix them too.
The error message will tell you the name of the function to look for in the "Cannot redeclare
convertorderbyin()" part of the error. Then it tells you what file and where in the file to look for the function to be declared: "in /modules/wfsection/include/
functions.php on
line 495."
Pretty handy huh?
::edit...doh! I just re-read your post. (Lack of sleep will do this to ya folks). If you're not having that particular error, don't worry...that's good. Are you getting any error messages?