SQL execution error!

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
hello, I am back after long time and I trying to install script but I there is error for me in STEP 2 :

SQL execution error! Please Turn debug mode On and check carefully a syntax of your SQL dump file.

Here is a error log:

[error] [client 00.00.00.00.00] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/mysite/httpdocs/install/index.pl

Rewrite is On I tested it with your script. What can I do please?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Its not really anythng to do with the yetishare script as its a perl file issue but the answer should be in the link below.

http://forum.parallels.com/showthread.php?260971-Options-FollowSymLinks-or-SymLinksIfOwnerMatch-is-off-which-implies-that-RewriteRule
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Options FollowSymLinks

I inserted this to .htaccess but not helped

And I found that link Yeti on Google too but

According to this post http://wordpress.org/support/topic/f...nermatch-error try to modify your /etc/apache2/mods-enabled/dir.conf and replace this:
Code:

DirectoryIndex at_domains_index.html index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml index.cfm

with this:
Code:

DirectoryIndex at_domains_index.html index.html index.cgi index.php index.pl index.xhtml index.htm index.shtml index.cfm

not working for me