vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

Barakat 01-06-2009 12:23 AM

A required field called level is missing or has an invalid value.

WarLion 01-06-2009 12:24 AM

Quote:

Originally Posted by ArnyVee (Post 1702808)
Jaxel, what do I do with this error I encountered within the admin when importing the new product?

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:
ALTER TABLEvideo ADD timelength int(10) unsigned NOT NULL;

MySQL Error  : 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 'TABLEvideo ADD timelength int(10) unsigned NOT NULL' at line 1
Error Number  : 1064


....and, I get this when I clicked on "video" in my navbar.....


Invalid SQL:

SELECT videotag.tagtext
FROM videotagvideo AS videotagvideo
INNER JOIN videotag AS videotag ON (videotag.tagid = videotagvideo.tagid)
WHERE videotagvideo.videoid = 94
ORDER BY videotag.tagtext;
[/CODE]

you need to change the line 46 an 75 you need to add a space betwer ALTER TABLE and " and this will fix that problem
[CODE]Database error in vBulletin 3.7.4:

Jaxel 01-06-2009 12:25 AM

Gah! I fix one error... only to create another FAR WORSE error...

New version... 1.4.1.2 is now up!

@ArnyVee... you get that error because you haven't installed the new version yet.

ArnyVee 01-06-2009 12:26 AM

Quote:

Originally Posted by WarLion (Post 1702813)
you need to change the line 46 an 75 you need to add a space betwer ALTER TABLE and " and this will fix that problem
[CODE]Database error in vBulletin 3.7.4:

Thanks....where do I add that though?

Edited: Okay, let me try the newest one now ;)

WarLion 01-06-2009 12:30 AM

with the new version 1.1.4.2
i still have the same
"A required field called level is missing or has an invalid value."

WarLion 01-06-2009 12:31 AM

Quote:

Originally Posted by ArnyVee (Post 1702816)
Thanks....where do I add that though?

Edited: Okay, let me try the newest one now ;)

edit product-videodirectory.xml on that line and you will fix , but is already fixed on the lates version

Jaxel 01-06-2009 12:31 AM

If you are still having trouble, run the following codes on your database... (replace TABLE_PREFIX with whatever your table prefix is, or remove it if you dont have a table prefix.

ALTER TABLE TABLE_PREFIX.video ADD timelength int(10) unsigned NOT NULL;
ALTER TABLE TABLE_PREFIX.videocategory ADD level int(10) NOT NULL;

ArnyVee 01-06-2009 12:31 AM

Okay, looking good now. :up:

New limits...what do you suggest to mirror your setup Jaxel?

ArnyVee 01-06-2009 12:33 AM

Whoops....getting this when clicking on "videos" on my navbar....

Code:

Warning: array_values() [function.array-values]: The argument should be an array in [path]/includes/functions_videotags.php on line 387

Warning: Wrong parameter count for max() in [path]/includes/functions_videotags.php on line 387

Warning: array_values() [function.array-values]: The argument should be an array in [path]/includes/functions_videotags.php on line 388

Warning: Wrong parameter count for min() in [path]/includes/functions_videotags.php on line 388

Warning: asort() expects parameter 1 to be array, null given in [path]/includes/functions_videotags.php on line 399

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_videotags.php on line 403


jlew24asu 01-06-2009 12:35 AM

what is the benefit from going form 1.1.2 ---> 1.1.4.2?? these errors are making me nervous


All times are GMT. The time now is 10:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03374 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete