PDA

View Full Version : Installer - Blank page


limessoft
02-15-2008, 11:43 AM
I am getting this message in error log

[15-Feb-2008 05:34:16] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0

and blank page whenever I start Installer

Sorry, this should be in trial section...as it is trial version

northlandadv
02-15-2008, 12:00 PM
Have you tried uploading the Vivvo files again? Also, do you have other instances of Vivvo working on this server? If not, it could be a server issue.

limessoft
02-15-2008, 01:42 PM
Tried with another upload and the same is happening. I do not have another instance. It is trial version and I am trying to make it works somehow.

northlandadv
02-15-2008, 02:32 PM
Sounds like it might be an issue with your version of PHP. If your server recently upgraded from PHP4 to PHP5, and didn't compile this, then it wouldn't load.

You can create a PHP file with:
<?php phpinfo(); ?>

And run the file. Check if the sqlite info box is present. If not, then you probably have PHP5 without SQLite support. This is certainly beyond the scope of this forum, and you should ask your service provider for advice about correctly compiling PHP5. Vivvo will not run correctly unless PHP is configured correctly.

limessoft
02-15-2008, 02:55 PM
PHP5 is on the server, but Sqlite is enabled
SQLite Library: 2.8.17

northlandadv
02-15-2008, 03:10 PM
Have you contacted your hosting company for support yet? It really looks like your server is having trouble accessing what it needs.

limessoft
02-15-2008, 06:05 PM
I have checked with them, they tried to find the solution by customizing php.ini and now I do not get any errors in error log, but I am still getting blank page.
I have PHP 5.2.5 and MySQL 5.0.45 at server. Is that maybe a problem? Maybe it can not work with PHP 5? Can not say that I have any idea how to fix this.

northlandadv
02-15-2008, 06:56 PM
This is a good time for one of the Vivvo developers to jump in. I am running Vivvo on PHP4 and have no trouble. I know the Vivvo folks have plans to move to PHP5 in future versions, but don't think this would affect the current version of Vivvo. It shouldn't.

Rngr223
02-15-2008, 07:45 PM
I'm running the latest version of 5 with no issues

northlandadv
02-15-2008, 08:16 PM
There is also the possibility that you've done the upload incorrectly. Are you able to upload a zip file and decompress directly from the command line? That would eliminate any upload trouble.

andy77
02-17-2008, 04:47 PM
Did you contact Vivvo support via HelpDesk?