Welcome Guest, Not a member yet? Register   Sign In
Blank Screen Even no Error in Logs V2.0.2 with PHP 5.4
#1

Hi need help to install script built in v2.0.2
after installing there is no error but getting white screen ... how i can get back to it
DEBUG - 2017-12-29 12:03:08 --> Config Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Hooks Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Utf8 Class Initialized
DEBUG - 2017-12-29 12:03:08 --> UTF-8 Support Enabled
DEBUG - 2017-12-29 12:03:08 --> URI Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Router Class Initialized
DEBUG - 2017-12-29 12:03:08 --> No URI present. Default controller set.
DEBUG - 2017-12-29 12:03:08 --> Output Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Security Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Input Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Global POST and COOKIE data sanitized
DEBUG - 2017-12-29 12:03:08 --> Language Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Loader Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Database Driver Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Session Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Helper loaded: string_helper
DEBUG - 2017-12-29 12:03:08 --> A session cookie was not found.
DEBUG - 2017-12-29 12:03:08 --> Session routines successfully run
DEBUG - 2017-12-29 12:03:08 --> Controller Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Model Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Model Class Initialized
DEBUG - 2017-12-29 12:03:08 --> Model Class Initialized
Reply
#2

This could be a number of things that are wrong.

1) There could be white space at the beginning or end of the file.

2) It could be that the server requires all lower case filenames.

3) It could be a programming error.

In your index. php file turn on error reporting to see what error you are getting.

Try these:

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Hi thanks for your quick reply

above setting is already there but still getting blank screen.. database is not loading

DEBUG - 2017-12-30 13:18:04 --> Config Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Hooks Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Utf8 Class Initialized
DEBUG - 2017-12-30 13:18:04 --> UTF-8 Support Enabled
DEBUG - 2017-12-30 13:18:04 --> URI Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Router Class Initialized
DEBUG - 2017-12-30 13:18:04 --> No URI present. Default controller set.
DEBUG - 2017-12-30 13:18:04 --> Output Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Security Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Input Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Global POST and COOKIE data sanitized
DEBUG - 2017-12-30 13:18:04 --> Language Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Loader Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Database Driver Class Initialized
ERROR - 2017-12-30 13:18:04 --> Severity: 8192 --> mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead mysql_driver.php 88
DEBUG - 2017-12-30 13:18:04 --> Session Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Helper loaded: string_helper
DEBUG - 2017-12-30 13:18:04 --> Session routines successfully run
DEBUG - 2017-12-30 13:18:04 --> Controller Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Model Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Model Class Initialized
DEBUG - 2017-12-30 13:18:04 --> Model Class Initialized
Reply
#4

I got your private message but I cannot answer you because you have
private messaging turned off in your profile settings.

You should see if you can upgrade it to the new CodeIgniter 3.1.6

That's your MySQL error, the new php uses MySQLi.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

Hi thanks for your reply...
I m not developer of this script so i don't know how to upgrade..if is send you script can you do this for me..
Reply
#6

Errors and warnings usually appear in ....\logs\php_error.log or ....\logs\apache_error.log depending on your php.ini settings.
Also useful errors are often directed to the browser, but as they are not valid html they are not displayed.
So "tail -f" your log files and when you get a blank screen use IEs "view" -> "source" menu options to view the raw output.
Reply
#7

Hi All
I am looking for experienced developer who upgrade my old script made in v2.0.2 to new version either 3x or 4x and install perfectly & fully working on my server

I will pay $100 for successful up-gradation...


Option 2:
Can install old script on my server
$ 50 Payment
Reply
#8

Like I said above go into your Forum Profile and turn on private messaging,
then send me a message.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB