OpenVBX icon indicating copy to clipboard operation
OpenVBX copied to clipboard

OpenVBX install doesn't work in godaddy anymore

Open thevinci opened this issue 15 years ago • 11 comments

This is a refresh install - new db and clean directory. I get this error on the install page at

http://ruthlessefficiency.com/index.php/index.php/install

A PHP Error was encountered Severity: Notice Message: Undefined variable: theme Filename: errors/error_404.php Line Number: 35 -theme">

thevinci avatar Jun 30 '10 01:06 thevinci

It looks like display_errors is back on in config.php

chadsmith avatar Jun 30 '10 02:06 chadsmith

That wasn't the case. I set display_errors to FALSE. This is what I get from my CI error logs. Hmmm. Did something change with the paths to fix the Windows IIS?

ERROR - 2010-06-30 02:15:46 --> 404 Page Not Found --> index.php ERROR - 2010-06-30 02:15:46 --> Severity: Notice --> Undefined variable: theme /home/content/t/h/e/thevinci/html/OpenVBX/errors/error_404.php 35

thevinci avatar Jun 30 '10 02:06 thevinci

Hrmm, might be some untested 404 code from the jgomez merge. Let me bug josh about it.

minddog avatar Jun 30 '10 18:06 minddog

When creating the new error pages, I reused the html from the rest of the app - they had this theme variable. It's not required, so I removed it.

joshgomez avatar Jun 30 '10 18:06 joshgomez

I've pushed out a hotfix for this

minddog avatar Jun 30 '10 20:06 minddog

okay. i just tested out and it didnt work. when i go to the install page it takes me to http://www.viralbunny.com/index.php/index.php/install.

I did some digging. I changed in config.php, $config['index_page'] = 'index.php'; to $config['index_page'] = ''; and it worked.

thevinci avatar Jun 30 '10 23:06 thevinci

ok. i just tried putting openvbx into a subdirectory and rewrite the base /openvbx. I then went to http://viralbunny.com/openvbx/ and get a blank screen. Again this is a complete blank and new fresh install, no modifications made to my godaddy hosting account. This is OpenVBX latest v 0.78.

CI error log:

ERROR - 2010-06-30 23:37:37 --> 404 Page Not Found --> openvbx

thevinci avatar Jun 30 '10 23:06 thevinci

Can you turn on display errors?

minddog avatar Jul 01 '10 00:07 minddog

I did. I turned every error settings I could find in config.php.

thevinci avatar Jul 01 '10 01:07 thevinci

ok i got this working.

follow http://codeigniter.com/wiki/Godaddy_Installaton_Tips/.

thevinci avatar Jul 07 '10 00:07 thevinci

im looking at my $_SERVER to see if we can make some sort of fix. Apache 1.3.33? Whoa.

Array ( [DOCUMENT_ROOT] => /home/content/t/h/e/thevinci/html [GATEWAY_INTERFACE] => CGI/1.1 [HTTP_ACCEPT] => application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,/;q=0.5 [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.3 [HTTP_ACCEPT_ENCODING] => gzip,deflate,sdch [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.8 [HTTP_CACHE_CONTROL] => max-age=0 [HTTP_CONNECTION] => keep-alive [HTTP_COOKIE] => __utmz=37091111.1276516850.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=37091111.114371665.1276516850.1276745994.1276903740.7; last-update=true; 1-openvbx_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%2284037a0d8fd98c79061e37b1edba5900%22%3Bs%3A10%3A%22ip_address%22%3Bs%3A12%3A%2266.92.48.218%22%3Bs%3A10%3A%22user_agent%22%3Bs%3A50%3A%22Mozilla%2F5.0+%28Macintosh%3B+U%3B+Intel+Mac+OS+X+10_6_3%3B+%22%3Bs%3A13%3A%22last_activity%22%3Bs%3A10%3A%221278462135%22%3B%7Da2c424702c1ff2f068fe87103ba2c10d [HTTP_HOST] => www.viralbunny.com [HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4 [PATH] => /bin:/usr/bin:/usr/local/bin [PATH_INFO] => /index.php [PHPRC] => /home/content/t/h/e/thevinci/html [QUERY_STRING] => auth/login [REDIRECT_QUERY_STRING] => auth/login [REDIRECT_SCRIPT_URI] => http://www.viralbunny.com/auth/login [REDIRECT_SCRIPT_URL] => /auth/login [REDIRECT_STATUS] => 200 [REDIRECT_URL] => /auth/login [REMOTE_ADDR] => 66.92.48.218 [REMOTE_PORT] => 52453 [REQUEST_METHOD] => GET [REQUEST_URI] => /auth/login?redirect= [SCRIPT_FILENAME] => /home/content/t/h/e/thevinci/html/index.php [SCRIPT_NAME] => /index.php [SCRIPT_URI] => http://www.viralbunny.com/auth/login [SCRIPT_URL] => /auth/login [SERVER_ADDR] => 173.201.216.43 [SERVER_ADMIN] => [email protected] [SERVER_NAME] => www.viralbunny.com [SERVER_PORT] => 80 [SERVER_PROTOCOL] => HTTP/1.1 [SERVER_SIGNATURE] => Apache/1.3.33 Server at www.viralbunny.com Port 80 [SERVER_SOFTWARE] => Apache [SPI] => TRUE [PHP_SELF] => /index.php [REQUEST_TIME] => 1278462273 )

thevinci avatar Jul 07 '10 00:07 thevinci