JeffV Posted February 19, 2011 Share Posted February 19, 2011 I was just uploading a module in the modules tab, and when I hit 'upload' the screen refreshed only the top half.None of the Modules are visible. They are in the 'positions' tab and all other tabs seem to be working fine.Attached is a screen shot.I have logged out and logged in again.I have refreshed the screen.Nothing seems to be working.I'm working in PS 1.3.6.0 Help. Blank Modules Tab.doc Link to comment Share on other sites More sharing options...
shokinro Posted February 19, 2011 Share Posted February 19, 2011 change 'display_errors' to 'on' in file /config/config.inc.phpthen run the page again, there should be some error displayed on the top your page.it will give you some clue on what's wrong and you can try to figure out the problem.Or please post the error message here(I am going offline, maybe some one else will help you) Link to comment Share on other sites More sharing options...
JeffV Posted February 19, 2011 Author Share Posted February 19, 2011 Great advice, shokinro! Here is the error message:Warning: include(/home/ingredie/public_html/classes/config/config.inc.php) [function.include]: failed to open stream: No such file or directory in /home/ingredie/public_html/classes/Module.php(323) : eval()'d code on line 5Warning: include() [function.include]: Failed opening '/home/ingredie/public_html/classes/config/config.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ingredie/public_html/classes/Module.php(323) : eval()'d code on line 5Warning: include(/home/ingredie/public_html/classes/header.php) [function.include]: failed to open stream: No such file or directory in /home/ingredie/public_html/classes/Module.php(323) : eval()'d code on line 6Warning: include() [function.include]: Failed opening '/home/ingredie/public_html/classes/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ingredie/public_html/classes/Module.php(323) : eval()'d code on line 6Fatal error: Call to a member function assign() on a non-object in /home/ingredie/public_html/classes/Module.php(323) : eval()'d code on line 11What to do next? Link to comment Share on other sites More sharing options...
shokinro Posted February 19, 2011 Share Posted February 19, 2011 It seems there is an error in at least one module.In the module it calls an assign() function but not defined.I guess some module you installed or you are development cause this issue.What module did you installed recently? Please try to remove this module physically by remove the folder.And see if your can see the list of modules again.Please also check permission setting are correct. 755 for module folder and 644 for all modules files. Link to comment Share on other sites More sharing options...
Burhan BVK Posted February 19, 2011 Share Posted February 19, 2011 Just use FTP and remove the module you were just uploading and it will be fine. Link to comment Share on other sites More sharing options...
JeffV Posted February 19, 2011 Author Share Posted February 19, 2011 THANKS! Yes, I was able to locate the most recently installed Module and delete it from my FTP site. I will try and install again, if I have the same issue, I will post the name of the module. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now