View Full Version : all actions suddenly gone
carolmyt
04-30-2005, 11:00 PM
I've got an interesting problem:
I had a totally unrelated problem with my shoutbox, and had to reinstall it entirely. It caused some problems for my global.php file, which I had to reupload an earlier version of. Now, there are no actions appearing in the shop. All the actions are still installed, the files are uploaded where they should be, the store control panel is fully functional, and all the actions are installed and active. They just don't appear in the drop down menu. The bank and the stats page appear in the menu, but the links lead to a 'no action found message', which is the same thing you get when you put the link in directly.
Any idea what could be causing this, or how to fix it?
Zachery
04-30-2005, 11:03 PM
I've got an interesting problem:
I had a totally unrelated problem with my shoutbox, and had to reinstall it entirely. It caused some problems for my global.php file, which I had to reupload an earlier version of. Now, there are no actions appearing in the shop. All the actions are still installed, the files are uploaded where they should be, the store control panel is fully functional, and all the actions are installed and active. They just don't appear in the drop down menu. The bank and the stats page appear in the menu, but the links lead to a 'no action found message', which is the same thing you get when you put the link in directly.
Any idea what could be causing this, or how to fix it?
Does your global.php have the right UCS edits?
carolmyt
05-02-2005, 06:54 PM
Funny you should mention that. I checked, and it wasn't there, so I rehacked the global file, and got this:
Warning: main(file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php): failed to open stream: No such file or directory in /var/www/html/global.php on line 18
Fatal error: main(): Failed opening required 'file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/global.php on line 18
Line 18 of the global file is:
require_once('file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php');
I don't know what that is or where it came from.
Ok, never mind, I fixed the problem. However, I'm still kinda new to php, so if someone could explain why those lines of code changed, i'd appreciate it.
Zachery
05-02-2005, 08:29 PM
Funny you should mention that. I checked, and it wasn't there, so I rehacked the global file, and got this:
Warning: main(file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php): failed to open stream: No such file or directory in /var/www/html/global.php on line 18
Fatal error: main(): Failed opening required 'file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/global.php on line 18
Line 18 of the global file is:
require_once('file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php');
I don't know what that is or where it came from.
Ok, never mind, I fixed the problem. However, I'm still kinda new to php, so if someone could explain why those lines of code changed, i'd appreciate it.
You used Dreamweaver
carolmyt
05-06-2005, 07:45 PM
Yeah, but I've always used it for the board, and I've never had this happen before.
Zachery
05-06-2005, 08:15 PM
Yeah, but I've always used it for the board, and I've never had this happen before.
Dreamwever thinks its helping you, try doing the global edits with wordpad
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.