Hi jsrsolution,
Are you running your WordPress site on a Windows server?
The error I see is:
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_oci8.dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_oci.dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_oci8.dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_sqlite_external.dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pspell.dll’ – The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_sybase_ct.dll’ – The specified module could not be found. in Unknown on line 0
When you clean that error up however, it looks likes this:
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_oci8.dll’ – The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_oci.dll’ – The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_oci8.dll’ – The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pdo_sqlite_external.dll’ – The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_pspell.dll’ – The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\PHP\ext\php_sybase_ct.dll’ – The specified module could not be found.
in Unknown on line 0
At first glance, these errors seem to indicate more of a problem with your web server rather than WordPress. Do any php pages work on this server?