Mantis

[Resolved] Multiple errors running plugins_page.php

Posted by jose3 
[Resolved] Multiple errors running plugins_page.php
March 20, 2009 05:29PM
Hi,

I am running Mantis 1.1.2. Downloaded the last pluginmanager-0.4.0.tar.gz and extracted into /usr/share/mantis/www Ubuntu 8.10 directory (Mantis root). However when I run plugins_page.php I get multiple errors:

APPLICATION WARNING #300: String 'plugins_pluginmanager_X not found.

Where X = to: install_plugin, url, upload, list, uninstall_link, package_plugin, plugin, file_plugin

Additional note:
When I run plugins_page.php the Plugin link is shown as "plugins_pluginmanager_link".


Things I have done to solve this (without succeed) after searching the forum:

1) Uploaded the pluginmanager-0.4.0.mantis.pkg in plugins_page.php (select file). I get an error installation that says that the current version is newer.

2) Changed permissions on all files to read/write to root first (no succeed), and to www-data (apache config user-group) the same without succeed.

Hope I can solve this, Plugins are a must working with Mantis.smiling smiley

Thanks very much in advance,
Jose.



Edited 2 time(s). Last edit at 03/20/2009 05:32PM by jose3.
Re: Multiple errors running plugins_page.php
March 23, 2009 08:55AM
Hi,

Take a look in this post.

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Re: Multiple errors running plugins_page.php
March 25, 2009 07:45PM
Hi Vincent,
thanks for the answer, however I am still having the error.

I have tried all of the recipes in the above link you suggested including:

1) Checked into core.php and verified this code existed and it did existed.
Language: PHP
((( ) . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;plugins&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;pluginmanager&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;core.php&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; ) ) { (( ) . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;plugins&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;pluginmanager&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;core.php&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; ); $g_plugins_manager_core = ON; }


2) Didn’t find any additional “<?” into mantis/lang/strings_english.txt therefore there was no need to erase it.

3) Pasted this code into into custom_strings_inc.php.
Language: PHP
((( ) . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;plugins&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;pluginmanager&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;lang_inc.php&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; ) ) { (( ) . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;plugins&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;pluginmanager&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; . DIRECTORY_SEPARATOR . &<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>;lang_inc.php&<a href="http://bugtracker.morinie.fr/mantis/view.php?id=039" target="_blank">#039</a>; ); $g_plugins_manager_lang; $g_plugins_manager_lang = ON; }

Additional comment.
Now when I click on the plugins_pluginmanager_link link I also see this error above the Mantis Logo.

APPLICATION WARNING #300: String &#039;plugins_pluginmanager_title&#039; not found.


Thanks very much,
Jose
Re: Multiple errors running plugins_page.php
March 28, 2009 05:36AM
Hi Vincent,
I am not extert with PHP, however I tried with all the suggestioons but cannot find a solution. Its weird cause I have done all that was suggested and nothing has changed.

Is there one reason why this happens, or there are multiple? Isn&#039;t this error a known bug already?

Any comment is appreciated.

Thanks!

Jose.
Re: Multiple errors running plugins_page.php
March 30, 2009 08:51AM
Hi,

Send me your core.php and custom_strings_inc.php files, please.

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Re: Multiple errors running plugins_page.php
March 30, 2009 02:29PM
Hi Vincent,
Sent you the files. Thanks very much for your time.
Jose
Re: Multiple errors running plugins_page.php
April 11, 2009 12:36AM
Hi Vincent,
I would like to ask you if you received files correctly.

Many thanks!
Jose
Re: Multiple errors running plugins_page.php
April 13, 2009 09:48AM
Yes but the files are correct and I don&#039;t know what the problem is.

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Sorry, only registered users may post in this forum.

Click here to login



Online Users

Guests: 3
Record Number of Users: 1 on April 02, 2023
Record Number of Guests: 115 on November 09, 2023
Top Users
Hébergeur : Morinie.Fr