Posts: 535
Threads: 31
Joined: Jul 2010
Try removing .htaccess files from every directory now.
I'm giving you three guesses...
Posts: 61
Threads: 3
Joined: Aug 2010
I removed all .htaccess from comments folder. No change.
Posts: 535
Threads: 31
Joined: Jul 2010
Are you sure that EZ generator supports php from your side? Sometimes, such deals with easy website generation don't support user php scripts. Especially if such services are free. Personally, I don't have any experience with EZ Generator. I've only heard of it just now.
Any other php scripts that may be interfering?
I'm giving you three guesses...
Posts: 61
Threads: 3
Joined: Aug 2010
On the first error that I posted it looks like the function.php (from ezgenerator) is trying to execute using the commentics php script.
EZ Generator allows php scripts. I have another comments php script, but it won't be able to work with dynamic links. I'm basically trying to make my site less static.
Posts: 535
Threads: 31
Joined: Jul 2010
What changes did you make to commentics.php? Are you using v1.1?
I'm giving you three guesses...
Posts: 61
Threads: 3
Joined: Aug 2010
I am using v1.1. I have not made any changes to the program, just the dynamic part for include script. I also tried it with the original include script without success.
Posts: 535
Threads: 31
Joined: Jul 2010
Hmm... So it didn't even work with the original script right? The page doesn't seem to be loading the script. Are you sure that you have the script included in entertainment_and_attractions_in_provo.php correctly? The stylesheet also has an extra non-existing directory. It should be "www.provohappening.com/comments/css/stylesheet.css" instead of "www.provohappening.com/documents/comments/css/stylesheet.css"
I'm giving you three guesses...
Posts: 2,895
Threads: 59
Joined: Jun 2010
Change this:
PHP Code:
<?php
$path_to_comments_folder = "http://www.provohappening.com/comments/";
to this:
PHP Code:
<?php
$path_to_comments_folder = "../comments/";