Patricia wrote: your system believes you are still version 0.10, did you run the upgrade script?
install/upgrade.php ?
Help, my News admin interface is gone!
Re: Help, my News admin interface is gone!
Well, i performed a clean installation of the most stable release version 0.11.2 so i suspect that i don't need an upgrade. Any how I've decided to install the latest beta version. Fingers crossed...
Re: Help, my News admin interface is gone!
I'm sorry I forgot to say thanks Patricia! 

lala wrote: Well, i performed a clean installation of the most stable release version 0.11.2 so i suspect that i don't need an upgrade. Any how I've decided to install the latest beta version. Fingers crossed...
Patricia wrote: your system believes you are still version 0.10, did you run the upgrade script?
install/upgrade.php ?
Re: Help, my News admin interface is gone!
Well, if you put it all on the same webspace you'd have to upgrade anyway, am I right?lala wrote: Well, i performed a clean installation of the most stable release version 0.11.2 so i suspect that i don't need an upgrade. Any how I've decided to install the latest beta version. Fingers crossed...
Re: Help, my News admin interface is gone!
All right, I did all that. But there's no upgrade link in the modules overview!wishy wrote: Ok, here is how I would go about this.
1. Uninstall the 0.11.2 News.
2. Download 0.10 (or whatever version you upgraded from)
3. Copy just the News module out of it and drop it your 0.11.2 install
4. Restore the 2 news tables
5. Copy the News module for 0.11.2 over the old one
6. Hit upgrade.
Update:
It seems to me there's something wrong with the News module file. The end of the source code for the News admin goes like this:
Code: Select all
<div class="pagecontainer"><div class="pageoverflow"><p class="pageheader">News</p></div><div id="page_tabs"><div id="articles">Artikel</div><div id="categories">Kategorien</div><div id="summary_template">Zusammenfassungs-Template</div><div id="detail_template">Detail-Template</div><div id="options">Optionen</div></div><!-- EndTabHeaders --><div class="clearb"></div><div id="page_content"><div id="articles_c"><form id="m1_moduleform" method="post" action="moduleinterface.php"><div class="hidden"><input type="hidden" name="module" value="News" /><input type="hidden" name="id" value="m1_" /><input type="hidden" name="m1_action" value="defaultadmin" /></div>
<br /><p>Kategorie: <select name="m1_newcategory"><option value="" selected="selected">Alle Kategorien</option><option value="Institut">Institut</option><option value="Fachschaftsrat">Fachschaftsrat</option><option value="Freundeskreis">Freundeskreis</option><option value="Jobs">Jobs</option></select>
Unterkategorien anzeigen: <input type="checkbox" name="m1_allcategories" value="yes" />
<input name="m1_submitcategory" value="Kategorie auswählen" type="submit" />
<input type="hidden" name="m1_curcategory" value="" />
</p></form>
Last edited by Alex_Leipzig on Wed Feb 15, 2006 8:38 pm, edited 1 time in total.
Re: Help, my News admin interface is gone!
Yup, I have the exact same problem.
Installed the latest version 0.11.2 and the news module has never worked for me. Looking at the source code shows it cutting off at the exact same point as shown above.
Interestingly, I installed the NewslettermadeSimple and Upload module and I have exactly the same problem with them. The code also looks like it just cuts off half way through.
I'm thouroughly confused and would appreciate any help. Is it something to do with mysql?
Installed the latest version 0.11.2 and the news module has never worked for me. Looking at the source code shows it cutting off at the exact same point as shown above.
Interestingly, I installed the NewslettermadeSimple and Upload module and I have exactly the same problem with them. The code also looks like it just cuts off half way through.
I'm thouroughly confused and would appreciate any help. Is it something to do with mysql?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Help, my News admin interface is gone!
Here's how to debug these issues:
a) check your permissions, and make sure everything is turned on (just to be safe)
b) When you see that the admin interface is messed up (this is usually characterized by only the tabs showing and nothing else, look at the page source, and search for the word ERROR. Usually there is an error string in there that indicates what is up.
Hope this helps.
a) check your permissions, and make sure everything is turned on (just to be safe)
b) When you see that the admin interface is messed up (this is usually characterized by only the tabs showing and nothing else, look at the page source, and search for the word ERROR. Usually there is an error string in there that indicates what is up.
Hope this helps.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Help, my News admin interface is gone!
Appreciate the quick reply calguy, but it'not the permissions as I have messed about with these as well as installing and re-installing the modules but to no avail.
And as far as the error messages in the source. There are none. Everything looks hunky dorey in each of the source files until it randomly comes to an end (e.g half way through a div) with no closing tags for body etc.

And as far as the error messages in the source. There are none. Everything looks hunky dorey in each of the source files until it randomly comes to an end (e.g half way through a div) with no closing tags for body etc.
