Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple 2.03 plus, unofficial build, for our Russian friends.
#16
Do you have those errors without my plugin as well? Because they all seem to be caused in changedata.php before my plugin runs. You can try the following:

Find line 115 in changedata.php, it should be this:
Code:
if ( file_exists($file) && ($url != $_POST['existing-url']) )
Now change it to this:
Code:
if ( file_exists($file) && isset($_POST['existing-url']) && ($url != $_POST['existing-url']) )

Tell me whether that fixes your problems, if it does I will add that change to the core.

(It’s hard debugging a problem when you don’t see it yourself.)
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply


Messages In This Thread
GetSimple 2.03 plus, unofficial build, for our Russian friends. - by Zegnåt - 2010-10-04, 02:42:19



Users browsing this thread: 2 Guest(s)