Quote:
Originally Posted by Ted S
The addon was unable to create your product's thread resulting in a critical error.
This is usually a function of a particular setting on the product forum, such as having it as a category or requiring pre-fixes when none are used. Review those types of options first.
If it persists, open up admincp/productforums.php and go to line 330
BEFORE it add:
This will reveal the debug information from vB.
|
Thank you for responding! I appreciate that!

I did as you said, but the same error came up when I tried again. No additional information sadly.
However, whenever I try and edit existing products I get "Database error "Warning: mysqli_query() [function.mysqli-query]: (42S22/1054): Unknown column 'uploadimg' in 'field list' in [path]/includes/class_core.php on line 1391".
So that's something. I went to that path and found line 1391 and it's:
Code:
if ($queryresult = mysqli_query($link, $this->sql, ($buffered ? MYSQLI_STORE_RESULT : MYSQLI_USE_RESULT)))
I have no idea how I'd go about fixing or what is wrong. If someone tells me to go to a line of code and put something in or replace something, I can do that. But beyond that I have no idea what I'm doing X_x Is there anything I can do? The review forums have become a big part in my forum and I'd really
really hate to lose them.