by (120 points)
When I try to add the seosamba token to to my wildcard and click on save it comes back with Wrong parameters sent.
The site is registered on seosamba and the server has ioncube fully installed.

Does anyone have a way to get this sorted, as can't start building my site till this is sorted.

1 Answer

by (5.1k points)
Hello LordKahler,

What version of PHP are you using? Please make sure you have the mcrypt module installed.

Regards, Pavel.
by (120 points)
The version of PHP is 7.4
by (5.1k points)
Do you have installed module mcrypt?
by (120 points)
it is is now installed, and everything came up as it should, but now I can't get into the admin side to work on the site
by (5.1k points)
You can find information about the error in your php_error.log or provide it to us in private messages.
by (120 points)
no php_error log
by (5.1k points)
Could you enable it in PHP settings?
by (120 points)
edited by
it's enabled and there is a lot data in it, but as not a developer I don't know what i'm looking for
by (5.1k points)
Most likely because there are no errors. Can you describe in detail what the problem is? Please provide a link to the website.
by (120 points)
the website is kahlerbeadwork.co.uk

it come back with referred to many times
by (5.1k points)
The website has a redirect loop. Please check the redirects you might have made in .htaccess or in the admin panel  Seo - Add / Edit 301
by (120 points)
there are no redirects configured
by (120 points)
I have no access to .htaccess files
by (120 points)
have managed to get into .htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
by (5.1k points)
Please use .htaccess from the archive you downloaded.
by (120 points)
you mean this 'deny from all' as that is all that is one the fille
by (5.1k points)
I mean "overwrite the existing .htaccess file from the archive". It should contain:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteRule !\.(js|ico|jpe?g|gif|png|css|pdf|avi|mov|mp(3|4|e?g)|lng|(r|t)ar|tgz|zip|swf|ttf|eot|svg|woff)$ index.php [NC,L]
by (120 points)
or is it this

RewriteEngine On
RewriteRule ^.*$ - [L,R=404]

as that is the only other .htaccess file
by (120 points)
tried that and it don't work
by (5.1k points)
Hello LordKahler,

We would like to offer our system install services - https://www.seotoaster.com/website-professional-installation-services.html or use our cloud services https://diy.seosamba.com/

Regards, Pavel.
...