Quote:
Originally Posted by mikeo9043
I still need help figuring out how to make my downloads folder valid ..In the ACP it keeps saying I entered an invalid setting.
|
Upload the file attached to this post and run it. That will give you the correct value.
Quote:
Originally Posted by Hippy
I tested the latest .. said updated but I am not sure why beause I thought i test it
same results..
not making thumbnails for images ..
and every upload on the first try will be that white page withe the 0 in the uper left corner..
screeen shot attached
|
I am currenly investigating this problem and should have a fix provided soon.
Quote:
Originally Posted by PrivateFTA
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unsigned NOT NULL DEFAULT '0'' at line 2
|
Sorry, that should be
[SQL]
ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'
[/SQL]
- David