Version: , by carolmyt
Developer Last Online: Jun 2005
Version: Unknown
Rating:
Released: 04-30-2005
Last Update: Never
Installs: 0
No support by the author.
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?
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
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?
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.
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.