Jump to content

Video Ads - Player Info Linked Content Error


Darktemper

Recommended Posts

When I click on the link "Video Ads - Player Info" from the left hand menu when using as a "Default Manager" I get the following error when the page tries to load:

Internal Server Error

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

Please contact the server administrator, [email protected] 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.

The path in the address bar is:

http://www.mydomain.com/rev/www/admin/plugins/videoReport/players.php

This is the correct path and I opened the file players.php and the addressing in it seems to go to the correct folders for file access:

<?php
require_once '../../../../init.php';
require_once '../../config.php';
require_once MAX_PATH . '/lib/OA/Admin/TemplatePlugin.php';

$production = $GLOBALS['_MAX']['CONF']['debug']['production'];
$urlIframe = "./players-content.html";

// TEMPLATE
$oTpl = new OA_Plugin_Template('players.html', 'openXVideoAds');
$oTpl->assign('urlIframe', $urlIframe);
phpAds_PageHeader("players-vast",'','../../');
$oTpl->display();
phpAds_PageFooter();

I noticed the closing php tag was missing so I tried to add ?> to the end of the file, uploaded it and got the same error.

Everything else in the ad server software works just great.

Any ideas anyone?

TIA.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...