News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - possum

#1
Support Requests / mysql5.freepgs.com ???
April 27, 2008, 08:44:30 AM
Shut down also the mysqlserver mysql5.freepgs.com???????

I can create a new mysql database on the pleskserver https://plesk3.lvcs.net:8443

ERROR: PleskDatabaseServerTypeErrorException Create ShortcutCreate ShortcutUp LevelUp Level
   
Unsupported database type
--------------------------------------------------------------------------------
0: /usr/local/psa/admin/plib/DatabaseServerManager.php:170
DatabaseServerManager->getDefaultServerId(string '')
1: /usr/local/psa/admin/htdocs/domains/databases/db_add.php:80

Thanks

#2
Support Requests / php_value register_globals Off
March 05, 2007, 12:02:17 PM

I use the last Joomla version 1.0.12

Get the following message in admin:
---------------------------------------------------------------------------------------------------
Following PHP Server Settings are not optimal for Security and it is recommended to change them:

PHP register_globals setting is `ON` instead of `OFF`
---------------------------------------------------------------------------------------------------

I put the code in my .htaccess file

<Files .htaccess>
order allow,deny
deny from all
</Files>

<Files configuration.php>
order allow,deny
deny from all
</Files>

<Limit GET>
order allow,deny
deny from xx.xxx.xx.xxx
allow from all
</Limit>

php_value register_globals Off


But this does not work, getting a 500 internal server

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

Please contact the server administrator, xxxx@xxxxx.xx 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.

Maybe someone can help me???

Thanks