This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Upgrading to 2.0
#1

Hi,

I'm trying to upgrade from 1.8 to 2.0 (after that further on) but i'm getting a error on installer.

Have done everything in the text etc. even the database details in details.php etc.

But getting this message when running the installer.


Commentics
Sorry, there is a database connection problem.
Please check back again shortly.

Before the changes everything worked.

Greetings, Anne
Reply
#2

Hi,

Are you sure the database details file uploaded successfully?

The file is normally read-only so it may have been that you didn't give the file the correct write permissions before uploading.

Have you completed the interview?
Reply
#3

Hi,

Everthing was correct.. There was a database connection error, apperently a little serverside problem.

Now i have the following..

1.8 - 2.0 done
2.0 - 2.1 done
2.1 - 2.2 done.

But when loading the comments page i have the title etc. but no comments and no form.

www.fotomeinema.nl/comments/klant-1.php

I added meta tags in the head, maybe that's the problem ?

Form Enabled, Page ID etc correct.

Greetings, Anne
Reply
#4

Can you add this just after the <body> tag:

PHP Code:
<?php
@error_reporting(-1); //show every possible error
@ini_set('display_errors', 1); //display errors
@ini_set("log_errors" , 0); //don't log errors
?>

Have you completed the interview?
Reply
#5

Hi,

Giving me this :

Warning: require(comments/includes/commentics.php) [function.require]: failed to open stream: No such file or directory in /home/vhosts/fotomeinema.nl/httpdocs/comments/klant-1.php on line 23

Warning: require(comments/includes/commentics.php) [function.require]: failed to open stream: No such file or directory in /home/vhosts/fotomeinema.nl/httpdocs/comments/klant-1.php on line 23

Fatal error: require() [function.require]: Failed opening required 'comments/includes/commentics.php' (include_path='.:/usr/share/pear') in /home/vhosts/fotomeinema.nl/httpdocs/comments/klant-1.php on line 23

Greetings, Anne
Reply
#6

Hi,

Solved it.. i put ../ before the path of comments/ in the klant-1.php
and deleted the first few lins of on start etc.

But know i don't why the page is all messed up, the allignements or totally of. In 1.8 everything was centered etc, and there wher colors etc of gentle yellow.

http://www.fotomeinema.nl//comments/klant-1.php

Greetings, Anne
Reply
#7

Hi,

With little puzzleing, and thinking it's has to do something with the css file.

Put also ../ before the line in the integration file before the comments/css/stylesheet and it worked, the allignments are good and the colors are back.

I don't know if this is the correct way to do it, security in my back of the head.

Will go search know for a good htaccess file to secure the directory against hackers.

Greetings, Anne
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
28-Jan-2023, 01:16 PM
Last Post by Steven
25-Jun-2020, 08:10 AM
Last Post by Steven
21-Oct-2018, 08:42 PM
Last Post by bahar
16-Nov-2015, 10:07 AM
Last Post by Ron
05-Jun-2014, 08:34 PM
Last Post by Static
29-Jan-2011, 10:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)