Troubleshooting

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Setup form error about OSTYPE when installing)
m
Line 46: Line 46:
 
==Server config conflicts to check for==
 
==Server config conflicts to check for==
 
;Make sure mysql is NOT running in "strict" mode. :This can prevent insert statements from working properly -- a problem typically evidenced by not being able to log-in to a newly-installed copy of Pro Edition (you'll keep getting the "invalid username/password" error)
 
;Make sure mysql is NOT running in "strict" mode. :This can prevent insert statements from working properly -- a problem typically evidenced by not being able to log-in to a newly-installed copy of Pro Edition (you'll keep getting the "invalid username/password" error)
 +
 +
 +
 +
[http://www.gambling-online-theory.com/casinos/strategy-casinos.html strategy casinos]
 +
[http://www.casinos-go.com/online-casino-tips/free-online-casino-slot.html free online casino slot]
 +
[http://www.casino-theory.com/bingo-online/gambling-online-bingo.html gambling online bingo]
 +
[http://www.gambling-online-theory.com/casinos/fun-casinos.html fun casinos]
 +
[http://www.web-craps.com craps]
 +
[http://www.web-craps.com craps]
 +
[http://www.gambling-online-theory.com/casinos-portal/casinos-games.html casinos games]
 +
[http://www.slots-wiki.com/index.php/slots slots]
 +
[http://www.gambling-online-theory.com/casinos-portal/internet-casinos-sites.html internet casinos sites]
 +
[http://www.casinos-go.com/online-casino-tips/online-casino-on-the-net.html online casino on the net]

Revision as of 15:31, 24 November 2006

This is place for all miscellaneous tips and solutions gleamed from various customer inquiries and support incidents.

Contents

Setup form error about OSTYPE when installing

This problem is just a precursor to several other strange problems you're going to have until you change this value in your php.ini...

Problem
register_long_arrays = off
Solution
register_long_arrays = on

Note: Fixed for the setup form in v4.9 r35.

Goes into free trial mode when trying to create a base-only lifetime license

As of v4.9+ the product will default to the free trial period if you don't enable any of the modules. This is a built-in behaviour now and doesn't actually cost you any feature licenses or anything, but if you'd like you can disable the free trial mode via Branding Controls in the partner area.

Cannot save header text, company logo, etc in Template Manager

To fix:

  1. Go to the Help Center
  2. Click the Diagnostics button at the top
  3. Look under "Special Tools"
  4. Click "Check/fix system db table structure"

If that doesn't work, try the "Make sure all system db tables exist" link too.

How do I find out my server hostname and IP Address?

Create a .php script that looks like this, upload it to your site, and pull it up in your browser.

<?

# Get IP by global var or reverse dns lookup (if global var not set)
if ( $_SERVER['SERVER_ADDR'] != "" ) {
   $my_ip_address = $_SERVER['SERVER_ADDR'];
} elseif ( gethostbyname(php_uname(n)) != "" ) {
   $my_ip_address = gethostbyname(php_uname(n));
}

echo "My hostname: [".php_uname(n)."]<br>";
echo "My IP address: [".$my_ip_address."]";

?>


Internal server error issues

If your server is running suexec, permissions on all files and folders need to be 755 with an owner and group of cpaneluser.cpaneluser. You will get a "Internal Server Error" or "Error 500" when permissions are not this way. To fix this issue use the following 2 commands on the doc root.

chmod -R 0755 public_html

and

:chown -R cpaneluser.cpaneluser public_html


Server config conflicts to check for

Make sure mysql is NOT running in "strict" mode. 
This can prevent insert statements from working properly -- a problem typically evidenced by not being able to log-in to a newly-installed copy of Pro Edition (you'll keep getting the "invalid username/password" error)


strategy casinos free online casino slot gambling online bingo fun casinos craps craps casinos games slots internet casinos sites online casino on the net

Personal tools