I am receiving the following error not allowing me to begin install:
register_globals is On (warning, you should have this param in Off state, or your site will unsafe) allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) Please go to the Dolphin Troubleshooter and solve the problem.
Even though register_globals is OFF and allow_url_include is off.
Please help.
|
Dolphin thinks they are still on, so how are you determining that they are actually off?
You should create a info.php file in the root of your site with this in it.
<?php phpinfo(); ?>
call it in your browser. yoursite.com/info.php
See what the results are.
https://www.deanbassett.com |
Thank you for the reply. I ran the info.php. Here are the results:
| System |
Linux cobalt.websitewelcome.com 2.6.33.1 #6 SMP PREEMPT Tue Mar 23 23:09:34 CDT 2010 i686 |
| Build Date |
Mar 13 2009 01:41:20 |
| Configure Command |
'./configure' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-fastcgi' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-maintainer-zts' '--enable-mbstring' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--enable-wddx' '--enable-zip' '--prefix=/usr' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/opt/openssl' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mhash=/opt/mhash/' '--with-mime-magic' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/opt/openssl' '--with-openssl-dir=/opt/openssl' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-png-dir=/usr' '--with-pspell' '--with-sqlite=shared' '--with-tidy=/opt/tidy/' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr' |
| Server API |
CGI/FastCGI |
| Virtual Directory Support |
enabled |
| Configuration File (php.ini) Path |
/usr/lib |
| Loaded Configuration File |
/usr/local/lib/php.ini |
| Scan this dir for additional .ini files |
(none) |
| additional .ini files parsed |
(none) |
| PHP API |
20041225 |
| PHP Extension |
20060613 |
| Zend Extension |
220060519 |
| Debug Build |
no |
| Thread Safety |
enabled |
| Zend Memory Manager |
enabled |
| IPv6 Support |
enabled |
| Registered PHP Streams |
zip, php, file, data, http, ftp, compress.zlib, https, ftps |
| Registered Stream Socket Transports |
tcp, udp, unix, udg, ssl, sslv3, sslv2, tls |
| Registered Stream Filters |
string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.* |
Please Advise
|
Thank you for the reply. I ran the info.php. Here are the results:
| System |
Linux cobalt.websitewelcome.com 2.6.33.1 #6 SMP PREEMPT Tue Mar 23 23:09:34 CDT 2010 i686 |
| Build Date |
Mar 13 2009 01:41:20 |
| Configure Command |
'./configure' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-fastcgi' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-maintainer-zts' '--enable-mbstring' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--enable-wddx' '--enable-zip' '--prefix=/usr' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/opt/openssl' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mhash=/opt/mhash/' '--with-mime-magic' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/opt/openssl' '--with-openssl-dir=/opt/openssl' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-png-dir=/usr' '--with-pspell' '--with-sqlite=shared' '--with-tidy=/opt/tidy/' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr' |
| Server API |
CGI/FastCGI |
| Virtual Directory Support |
enabled |
| Configuration File (php.ini) Path |
/usr/lib |
| Loaded Configuration File |
/usr/local/lib/php.ini |
| Scan this dir for additional .ini files |
(none) |
| additional .ini files parsed |
(none) |
| PHP API |
20041225 |
| PHP Extension |
20060613 |
| Zend Extension |
220060519 |
| Debug Build |
no |
| Thread Safety |
enabled |
| Zend Memory Manager |
enabled |
| IPv6 Support |
enabled |
| Registered PHP Streams |
zip, php, file, data, http, ftp, compress.zlib, https, ftps |
| Registered Stream Socket Transports |
tcp, udp, unix, udg, ssl, sslv3, sslv2, tls |
| Registered Stream Filters |
string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.* |
Please Advise
What you posted does not provide us with any of the needed information.
I see PHP is running in CGI mode. Create a new file called php.ini with the following:
register_globals=Off magic_quotes_gpc=On allow_url_fopen=On allow_url_include=Off upload_max_filesize=300M post_max_size=300M max_input_time=3000 max_executi alt=3000 memory_limit=128M short_open_tag=On
Save the document (remember, as php.ini, not php.ini.txt, .doc, etc.) and upload it to the root directory of your Dolphin installation.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
There should be another section below that. The config settings. Thats the section that will tell you if those settings are on or off.
Your php version will be at the very top.
Magnussoft is right. What you posted tells us nothing.
https://www.deanbassett.com |
I think this is the portion you are looking for below? And I think I see what you are looking for. Please direct as to how to change the settings.
| Directive |
Local Value |
Master Value |
| allow_call_time_pass_reference |
On |
On |
| allow_url_fopen |
On |
On |
| allow_url_include |
Off |
Off |
| always_populate_raw_post_data |
Off |
Off |
| arg_separator.input |
& |
& |
| arg_separator.output |
& |
& |
| asp_tags |
Off |
Off |
| auto_append_file |
no value |
no value |
| auto_globals_jit |
On |
On |
| auto_prepend_file |
no value |
no value |
| browscap |
no value |
no value |
| default_charset |
no value |
no value |
| default_mimetype |
text/html |
text/html |
| define_syslog_variables |
Off |
Off |
| disable_classes |
no value |
no value |
| disable_functions |
no value |
no value |
| display_errors |
On |
On |
| display_startup_errors |
Off |
Off |
| doc_root |
no value |
no value |
| docref_ext |
no value |
no value |
| docref_root |
no value |
no value |
| enable_dl |
On |
On |
| error_append_string |
no value |
no value |
| error_log |
no value |
no value |
| error_prepend_string |
no value |
no value |
| error_reporting |
no value |
no value |
| expose_php |
On |
On |
| extension_dir |
/usr/lib/php/extensions/no-debug-zts-20060613 |
/usr/lib/php/extensions/no-debug-zts-20060613 |
| file_uploads |
On |
On |
| highlight.bg |
#FFFFFF |
#FFFFFF |
| highlight.comment |
#FF8000 |
#FF8000 |
| highlight.default |
#0000BB |
#0000BB |
| highlight.html |
#000000 |
#000000 |
| highlight.keyword |
#007700 |
#007700 |
| highlight.string |
#DD0000 |
#DD0000 |
| html_errors |
On |
On |
| ignore_repeated_errors |
Off |
Off |
| ignore_repeated_source |
Off |
Off |
| ignore_user_abort |
Off |
Off |
| implicit_flush |
Off |
Off |
| include_path |
.:/usr/lib/php |
.:/usr/lib/php |
| log_errors |
Off |
Off |
| log_errors_max_len |
1024 |
1024 |
| magic_quotes_gpc |
On |
On |
| magic_quotes_runtime |
Off |
Off |
| magic_quotes_sybase |
Off |
Off |
| mail.force_extra_parameters |
no value |
no value |
| max_execution_time |
30 |
30 |
| max_input_nesting_level |
64 |
64 |
| max_input_time |
3000 |
3000 |
| memory_limit |
128M |
128M |
| open_basedir |
no value |
no value |
| output_buffering |
0 |
0 |
| output_handler |
no value |
no value |
| post_max_size |
300M |
300M |
| precision |
14 |
14 |
| realpath_cache_size |
16K |
16K |
| realpath_cache_ttl |
120 |
120 |
| register_argc_argv |
On |
On |
| register_globals |
Off |
Off |
| register_long_arrays |
On |
On |
| report_memleaks |
On |
On |
| report_zend_debug |
On |
On |
| safe_mode |
Off |
Off |
| safe_mode_exec_dir |
/usr/local/php/bin |
/usr/local/php/bin |
| safe_mode_gid |
Off |
Off |
| safe_mode_include_dir |
no value |
no value |
| sendmail_from |
no value |
no value |
| sendmail_path |
/usr/sbin/sendmail -t -i |
/usr/sbin/sendmail -t -i |
| serialize_precision |
100 |
100 |
| short_open_tag |
On |
On |
| SMTP |
localhost |
localhost |
| smtp_port |
25 |
25 |
| sql.safe_mode |
Off |
Off |
| track_errors |
Off |
Off |
| unserialize_callback_func |
no value |
no value |
| upload_max_filesize |
300M |
300M |
| upload_tmp_dir |
no value |
no value |
| user_dir |
no value |
no value |
| variables_order |
EGPCS |
EGPCS |
| xmlrpc_error_number |
0 |
0 |
| xmlrpc_errors |
Off |
Off |
| y2k_compliance |
On |
On |
| zend.ze1_compatibility_mode |
Off |
Off |
|
Follow Magnussoft instructions in the post above. Create a php.ini file with the settings he provided. Then run that info.php script again to make sure it worked.
As soon as your done with the info.php test script. Remove it from your server.
https://www.deanbassett.com |
I have reviewed info.php and the problem shows to be corrected. I have also removed info.php. I am still receiving the same error.
Thank you for your help thus far. Please offer more help if there is any other suggestions.
Thank you in advance. I would love to get this script going today.
|
If this will help, please review the info.php at:
http://richernetworker.com/info.php
Thank you in advance.
|
Could someone please help me to get this install started? There is a small history of this thread. If you have any suggestions, please help.
thank you
|
Who do you host with ?
if you know for sure they are the right settings then comment out the error checking in the install folder.
If this is on a dollar or less host i would move along to a better 10 a month host.
https://dolphin-techs.com - Skype: Dolphin Techs |
Thank you for the reply. I am actually hosting with Hostgator. I am paying too much. Have you seen any problems with Hostgator? |
Can you run the following php function
echo get_cfg_var('cfg_file_path');
This function will not return configuration information set when the PHP was compiled, or read from an Apache configuration file. It might explain why init_get returns a negative. If it does returns a value, than run the following
echo ini_get('register_globals');
echo ini_get('safe_mode');
Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
I had the same problem and just figured it out.
Place the .ini file in the install folder and the root.
|
Awesome Hotstreak. That got me in. I have been stuck on this all day.
Thanks Again.
|
Hostgator as a php ini quick config right in cpanel thats all that was needed..... https://dolphin-techs.com - Skype: Dolphin Techs |