Search found 17 matches

by SphiderSnow
Tue Dec 11, 2018 1:40 pm
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

The admin.php starts to load but in running some checks it is failing when trying to load conf.php. It does not get through that first IF statement. If I try to echo the $stmt it is empty so guessing I am getting a fail in the variable. Not sure what part of that statement is creating the issue. I w...
by SphiderSnow
Tue Dec 11, 2018 5:07 am
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

So I did quickly try a fresh install with the modified install.php but ran into problems. I got the following error response. Capture2.JPG Although in looking at the DB it does look like tables were created Capture3.JPG That said, it would not let me load the admin.php page. It gives me a 500 error ...
by SphiderSnow
Tue Dec 11, 2018 4:52 am
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

So yeah, I was trying to run from separate directories to the same database. My current setup actually had that for a couple of different language version setups I needed to do for my site, so I just added a third with pointers to the same database. However, for all that to try and work I needed to ...
by SphiderSnow
Tue Dec 11, 2018 4:24 am
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

So in the interim I have tried to do a fresh install but in running the install.php script I do get an error

PHP Parse error: syntax error, unexpected '.' in admin/install.php on line 23
by SphiderSnow
Tue Dec 11, 2018 3:14 am
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

Now it seems to have gotten through Update the database to the latest version. You already have the latest version installed Although that seems a bit too good to be true. I say that because the functionality does not work nor does the admin area. I had to roll back to PHP 5.6 to keep things working...
by SphiderSnow
Tue Dec 11, 2018 1:20 am
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Re: Updating Error

I am running 1.3.5 (not sure why I never bumped to 1.3.6). I downloaded the 2.2.0 which uses MySQLi and MySQLnd. My database includes a few sites as I built it around a blog that has been around for nearly 15 years, but I did not want to have to re-index the whole site each time there were some new ...
by SphiderSnow
Mon Dec 10, 2018 8:57 pm
Forum: Sphider Help
Topic: Updating Error
Replies: 37
Views: 59288

Updating Error

Having to finally make that leap to PHP 7. Had been putting it off due to Sphider, so it was great to come across the continue development done here. I was trying to get things installed and updated but ran across a problem when trying to get the tables updated. Got a duplicate key error so it faile...