I tried to upgrade it (large site, 2000+ pages, zero non-core modules) all 7 steps were green except one exclamation at step 2
Code: Select all
You have passthru, exec, shell_exec, system, apache_note, apache_setenv, closelog, debugger_off, debugger_on, define_syslog_variables, openlog, syslog, ini_restore, symlink, escapeshellarg, escapeshellcmd, ini_alter, dl, socket_accept, socket_bind, socket_clear_error, socket_close, socket_connect, socket_create_listen, socket_create_pair, socket_create, socket_get_option, socket_getpeername, socket_getsockname, socket_last_error, socket_listen, socket_read, socket_recv, socket_recvfrom, socket_select, socket_send, socket_sendto, socket_set_block, socket_set_nonblock, socket_set_option, socket_shutdown, socket_strerror, socket_write, stream_sock
Checking PHP disable functions
Warning: this is a list of functions disabled on your server.
One strange thing, that may provide a clue, is that I see that when I try to load the site a sleep mysql process (looking in phpmyadmin) is triggered. In my limited knowledge that could happen with persistent db connections but for what it's worth my config.php has had it set to false, has always been false.
php error logs are empty (there is only
Code: Select all
[warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will be ignored. [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored.
I tried to see if setting debug error to true (in 'existing' config.php) gives me anything but nothing there.
I even tried full install (unchecking step 5) all green but then after completion doesn't load
I understand that I may have to try version by version upgrade but any insight is appreciated
Also, is there a way to delay or disable the cms_module_search_index process that starts? especially if I have to go several stages of upgrading.
Thanks
Linux
Apache
PHP 5.2.17
Mysql 5.0.67