by (1.4k points)
Hi All,
if I use search form I get a error message:
"An error occurred  
Application error"
You can test it here http://auto-spar.de
Search form was created by content -> widgets -> search engine and looks so: {$search:form:32}
In Result-page is this: {$search:results:img}

Thanks Ronny

1 Answer

by (2.9k points)
selected by
 
Best answer
Hi there! Thank you for reporting the issue. We fixed it already and it will be available in the next package (also we will have a version for update, so no need to re-install your toaster again).
However, to fix this issue right now you should go to the "cache" folder in your toaster root and create a "search" folder. Then you should set the write permissions to that folder (probably 777).
by (1.4k points)
cd seoroot/cache
mkdir search
chmod -R 777 search

I have the same problem.
What can I do? Do you have a other idea?
by (2.9k points)
Okay then, do you have a php error log somewhere? We need more details about the error?

To set up an error log do the following:
1. create error.log file in your toaster root and give it 666 perms
2. open .htaccess file and add these lines under the "RewriteEngine On"
php_flag log_errors On
php_flag ignore_repeated_errors On
php_value error_log /your/toaster/root/error.log
After that do the search again and send us contents of your error.log file to support@seotoaster.com with subject "Q&A: Search engine error".
by (1.4k points)
Sorry it was the false seoroot.
Now it works. Thanks for your help.
Greetings from Rehfelde (Germany).
...