Unable to load Php_Sqlite.dll [Solved]

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Unable to load Php_Sqlite.dll [Solved]

Postby Xamppingaround » 20. July 2012 19:26

Hi, i just installed the latest version of Xampp and i can't understand why i am getting this error, i did a check and the dll it's actually there, just not detected....but why??
Thanks for any help
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby Altrea » 20. July 2012 21:52

Hi Xamppingaround,

Did you install over another existing XAMPP installation?

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 21. July 2012 05:18

Yes, i had the previous version installed, however, for a series of reason i decided to install the new version on top of the existing one, in a try to not to lose the local website i am hosting on my local server.
The result is that now i have a shiny new looking Xampp which is showing up on the local ip address assigned to my website, plus this error message....
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 21. July 2012 06:09

Ok i got news, i went to .../Xampp/php/ext and i put a semicolon ( ; ) on front of the php_sqlite.dll (EDIT: and restarted the pc)and now the error is not appearing anymore, however, i am still looking for a way to get my site back as i still have the Xampp page showing up on 192.168.5.8 instead of my Dolphin(Boonex) site.....
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby JonB » 21. July 2012 18:03

Weren't you doing backups???

:?:
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 22. July 2012 04:18

JonB wrote:Weren't you doing backups???

:?:


No.

So there is no way to tell Xampp that i don't want it to appear on 192.168.5.8 ???
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 22. July 2012 13:14

I have been suggested from another user that this latest version of Xampps is buggy, here is a link for your attention:
http://www.boonex.com/trac/dolphin/ticket/2814
I am going to reverse back to the previous version and see if i can get my site back to life again :(
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby Altrea » 22. July 2012 13:41

Xamppingaround wrote:I have been suggested from another user that this latest version of Xampps is buggy

I would see this different. Boonex Dolphin doesn't seem to be able to work with PHP 5.4.
Thats not a problem of XAMPP but from Boonex Dolphin Software.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Unable to load Php_Sqlite.dll

Postby JonB » 22. July 2012 15:19

So there is no way to tell Xampp that i don't want it to appear on 192.168.5.8 ???


A. - Well, if you did not overwrite your database files, you might be able to replace the default XAMPP 'index.php' with the 'Boonex' index.php. That does not mean things will start working, its just a guess. If you overwrote your database files, all bets are off.

I have been suggested from another user that this latest version of Xampps is buggy


B. - please read this carefully -- " D:\wamp\www\709\inc\images.inc.php on line 227" -- XAMPP - is not 'wamp' - BUT by following the link in that post (as Altrea did) it appears the problem is that Boonex has not been updated for PHP 5.4.x. We have had an announcement up for sometime about checking 3rd party scripts for compatibility before upgrading. This seems to be an issue purely with PHP standards.

C. - however you get things working again, please start using a backup system.

Good Luck
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 22. July 2012 15:55

Thanks for the answers, i uninstalled 1.8 and i reinstalled 1.7.4.
During the uninstall process i opted to keep the HTDOCS folder and MYSQL to avoid losing totally my site.
The problem is that now Xampp is not appearing anymore on my browser, whatever address i try, 127.0.0.1, localhost, 192.168.5.8, ...nothing.
I also noticed that on the control panel application, Apache refuse to start, even if at the small window the comment say it started, how to fix this??
I am trying to use this version because it was working with Dolphin.
Thanks
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8

Re: Unable to load Php_Sqlite.dll

Postby JonB » 22. July 2012 18:53

Please post what's in the Apache error log.

Also does Boonex use MySQL??? (I think 'yes') If so, in that first 'upgrade' its possible you overwrote your 'MySql' database - (its one of the default databases in MySQL) If that happened, you may need to re-create the database users. Its very hard to say what was preserved. You need to get Apache, MySQL and phpMyAdmin working to assess the damage

Good Luck
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Unable to load Php_Sqlite.dll

Postby Xamppingaround » 28. July 2012 11:33

Hello again,
i finally decided to delete everything and start again from scratch, the problem is that now i am having some other problem which i believe it will be easier to fix, but i will start another thread for that, thanks again :wink:
Xamppingaround
 
Posts: 19
Joined: 20. July 2012 19:06
XAMPP version: Bitnami
Operating System: Windows Vista/CentOS6.8


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 111 guests