1
First I saw the duplicate entry in the admin menu, "Order Site Menu Block". You can fix this by editing the /admin/index.php. Just goto the end of the file.
You'll find ...href='migrate.php'>"._C_MD_ADMENU4."...;
Just change the 4 to 5...
What I cant figure out, the menu items that reference /admin/index.php?op=(submit, nlink, show) just seems to reload the page!
- Add Content
- Add PageWrap
- Edit/Delete Content
The only error I seem to get is in Apache;
192.168.10.101 - - [13/Nov/2005:16:48:47 -0600] "GET /xoops/modules/content/admin/index.php?op=submit HTTP/1.1" 200 16204 "http://myserver.home.local:10800/xoops/modules/content/admin/index.php?op=submit" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051107 Firefox/1.5"
FYI-
Fedora Core 4
Apache 2
Mysql 4.1
Xoops 2.2.3 Final
Any ideas?