likaplus Posted December 23, 2013 Report Share Posted December 23, 2013 When I try to load my system for placing banners on my webpage on a link "example.com/openx" I get this message poped out on my blank screen: "The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete This problem can sometimes be caused by disabling or refusing to accept cookies. " I tryed to load Revive from 3 different computers, tried cleaning cookies, but I always get the same message that pops out on my screen. I am in a rush to put Christmas postcard banners on my webpage to earn crucial Money that would keep up my website alive. Any help? Quote Link to comment Share on other sites More sharing options...
Guest Posted December 23, 2013 Report Share Posted December 23, 2013 Hi likaplus, It shows HTTP/1.1 302 Moved Temporarily error [email protected]:~$ curl -i http://yourdomainname/openx/www/admin/install.php HTTP/1.1 302 Moved Temporarily Content-Type: text/html; charset=UTF-8 Location: index.php Server: Microsoft-IIS/7.5 X-Powered-By: PHP/5.3.9 X-Powered-By: ASP.NET Date: Mon, 23 Dec 2013 23:30:24 GMT Content-Length: 2221 <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="index.php">here</a></body><hr /> <p class="error"> <strong>MESSAGE</strong>: Undefined index: logging<br /> <strong>TYPE:</strong> Notice<br /> <strong>FILE:</strong> C:\Users\likaplus\likaplus.hr\wwwroot\openx\lib\max\Delivery\remotehost.php<br /> <strong>LINE:</strong> 73<br /> <strong>DEBUG INFO:</strong> <p><strong>68</strong> */ <br /> <strong>69</strong> function MAX_remotehostProxyLookup() <br /> <strong>70</strong> { <br /> <strong>71</strong> $conf = $GLOBALS['_MAX']['CONF']; <br /> <strong>72</strong> // Should proxy lookup conversion be performed? <br /> <div class="error"><strong>73 if ($conf['logging']['proxyLookup']) { </strong></div><br /> <strong>74</strong> OX_Delivery_logMessage('checking remote host proxy', 7); <br /> <strong>75</strong> // Determine if the viewer has come via an HTTP proxy <br /> <strong>76</strong> $proxy = false; <br /> <strong>77</strong> if (!empty($_SERVER['HTTP_VIA']) || !empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { <br /> <strong>78</strong> $proxy = true;<br /> </p> </p> <hr /><hr /> <p class="error"> <strong>MESSAGE</strong>: Undefined index: action<br /> <strong>TYPE:</strong> Notice<br /> <strong>FILE:</strong> C:\Users\likaplus\likaplus.hr\wwwroot\openx\lib\OX\Admin\UI\Install\InstallController.php<br /> <strong>LINE:</strong> 96<br /> <strong>DEBUG INFO:</strong> <p><strong>91</strong> * Called before any action gets executed <br /> <strong>92</strong> */ <br /> <strong>93</strong> protected function init() <br /> <strong>94</strong> { <br /> <strong>95</strong> // No upgrade file? No installer! Unless the user is in the last step <br /> <div class="error"><strong>96 if (!file_exists(MAX_PATH . '/var/UPGRADE') && 'finish' != $_REQUEST['action']) { </strong></div><br /> <strong>97</strong> header("Location: index.php"); <br /> <strong>98</strong> exit(); <br /> <strong>99</strong> } <br /> <strong>100</strong> @set_time_limit(0); <br /> <strong>101</strong><br /> </p> </p> <hr /> Quote Link to comment Share on other sites More sharing options...
likaplus Posted December 24, 2013 Author Report Share Posted December 24, 2013 What I need to do to fix it? Quote Link to comment Share on other sites More sharing options...
Guest Posted December 24, 2013 Report Share Posted December 24, 2013 Hi , Please configure your php settings as per http://www.revive-adserver.com/support/requirements/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.