Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error "can't open file" when saving edited theme files
#3
(2024-02-21, 10:46:06)PaulR Wrote: We recently had this issue with all of our GetSimple sites.

If using the GetSimple admin interface to edit the theme files (i.e. template.php, home.php, etc) when the edited file is saved, the message "can't open file" is displayed, and the file is empty.

This happened with both GS 3.3.25 & 3.3.16, various themes and both php 7.0.33 & 7.4.33

I solved this issue, and wanted to post this so that it might help others.

The problem was with the depreciated function get_magic_quotes_gp

The solution is to edit line 57 in the file admim\theme-edit.php, changing the original line:

$FileContents = get_magic_quotes_gpc() ? stripslashes($_POST['content']) : $_POST['content’];


$FileContents = $_POST['content'];


Paul

Hi, I got the same error "could not open file" when saving edited theme file. Luckily found your post.
Reply


Messages In This Thread
RE: Error "can't open file" when saving edited theme files - by boardreceptive - 2024-09-17, 11:46:47



Users browsing this thread: 2 Guest(s)