SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

Why am I getting "Unable to install ???Error(s): Unable to write to main menu."?
You need to make sure that the script has writable access to the xoops cache folder, this is where the mainmenu file is stored and written.

That error message is generated if:

1) The request method is not POST; or
2) The HTTP_REFERER check fails; or
3) The file cache/adminmenu.php cannot be written to.

Solutions:

1) The request method is not POST.

This is a security check. This should never occur with the standard XOOPS code. It could result from faulty third-party code.

2) The HTTP_REFERER check fails.

This is another security check. It means that that the client (browser, firewall, popup blocker, etc) is blocking the HTTP_REFERER header from being sent.

3) The file cache/adminmenu.php cannot be written to.

Ensure that the cache directory and the file cache/adminmenu.php are writable. The file cache/adminmenu.php may be safely deleted.


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

253 user(s) are online (3 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 253


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can remove 'www' from your URL ?

Random question

How can I check to see if the user is logged in on my theme?