The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey all, I am having a problem when executing php scripts which I have uploaded into the apanel folder. For example, once I've uploaded all the files for vbagallery and am trying to execute the install script, or when I upload the install script for pacman to add it to v3arcade. In both cases, when I try to execute the script, I get a blank page with the titlebar on top. I don't mean the titlebar of the webbrowser, but the graphical titlebar at the top of the frame. That's all that is displayed. Anyone have any idea what could be causing this?
I was getting a very similiar problem when I was installing vb3 before my domainname actually resolved. I have my whole forum on SSL, could that be causing the problem? Or could the fact that I renamed my admincp and modcp folders to apanel and mpanel, respectively, have anything to do with it? I'm sure this is a very simple problem to solve, I'm just a n00b when it comse to PHP, for now. |
#2
|
||||
|
||||
![]() Quote:
Not sure why vbAdvanced isn't working. |
#3
|
|||
|
|||
![]()
Ok, I did exactly that. Changed the permissions on the necessary folders to 777, and I get the exact same blank page when I try to import the games.
Here is the exact source of the frame once I click import. Same thing happened when I tried to install the games per instruction and attempted to execute the php files; same thing happened when I tried to execute the vbaGallery installation php file.. Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="en"> <head> <title>Arcade Games - vBulletin Admin Control Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" href="../cpstyles/vBulletin_3_Default/controlpanel.css" /> <script type="text/javascript"> <!-- var SESSIONHASH = ""; function set_cp_title() { if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string') { parent.document.title = (document.title != '' ? document.title : 'vBulletin'); } } //--> </script> <script type="text/javascript" src="../clientscript/vbulletin_global.js"></script> </head> <body style="margin:0px" onload="set_cp_title();"> <div class="pagetitle">Arcade Games</div> <div style="margin:10px"> <!-- END CONTROL PANEL HEADER --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|