wordpress help

  • Started
  • Last post
  • 1 Response
  • forcetwelve

    hi again WP help desk.

    i am using the nextgen smooth gallery plugin on two sites, and embedding it in my template with the following code:

    <?php $content = "[smooth=id: 1; width:800; height:300; timed:true; arrows:false; carousel:false; links:false; info:false; align:left; frames:true; delay:9000; transition:fade;]"; smooth_show($content); ?>

    it works on one site, but not the other? this is the error i get:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    any ideas??

  • forcetwelve0

    ha. got it. had a space in there after the smoothid.

    damn php - so sensitive!