RunningSocks
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpok lets go:
– ‘[project id=2]
‘ does not work
– i have projects with id from 1 to 11, look at “https://www.runningsocks.de/wordpress/runners-point/test-mit-projectmanager/”
– i disabled all other plugins, only plugin “Maintenance Mode 4.3” and “ProjectManager 2.9” ist running. same issue.another question: what PHP Version is needed for projectmanager? in my html root i placed a .htaccess with the following code:
‘AddType application/x-httpd-php5 .php’
‘AddHandler x-httpd-php5 .php’
i deleted the .htaccess, but same issue.Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpi proved the shortcode in HTML Editor: this is inserted by TinyMCE Button:
<code>[project id=2 template=table]</code>
that should work, but doesn’t. perhaps the reason is at this post: https://www.ads-software.com/support/topic/298799 ?Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpwhich “code” tags do yuo mean? the tags are the [] Brackets, right? on my other pages i changed nothing, and there works no short code also.
on testpage i create a new shrotcode with the TinyMCE Advanced Button: same effect – not working. whats going wrong here?Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpHi, where is my last post from 18:55? its not visible ???
ok, lets try again:
………………………………………………………….
ok. i installed wp 2.8.3. No Parse Error !!
Projectmanager is running and i can administrate the table sources on overview section. all my tables and datasets are visible. but: on my sites comes no data. i tried all possible strings, but nothing happens. only the shortcode string appears. look at “https://www.runningsocks.de/wordpress/runners-point/test-mit-projectmanager”
i deactivate the plugin, delete the plugin directory, installed the new version, aktivate the plugin: without any effect.Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpok. i installed wp 2.8.3. No Parse Error !!
Projectmanager is running and i can administrate the table sources on overview section. all my tables and datasets are visible. but: on my sites comes no data. i tried all possible strings, but nothing happens. only the shortcode string appears. look at https://www.runningsocks.de/wordpress/runners-point/test-mit-projectmanager/
i deactivate the plugin, delete the plugin directory, installed the new version, aktivate the plugin: without any effect.Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpups..ok.
But on wordpress plugin directory there is compatibility up to wp 2.7.1, and not only for wp 2.8 and higherForum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpHI, i’m back from W:O:A.
i tried the version 2.9, but now i get a new fatal error in widget.php:
Fatal error: Class projectmanagerwidget: Cannot inherit from undefined class wp_widget in /var/www/web199/html/wordpress/wp-content/plugins/projectmanager/lib/widget.php on line 9Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpi think i’ going crazy ! the next failure:
“Parse error: syntax error, unexpected ‘)’, expecting ‘(‘ in /var/www/web199/html/wordpress/wp-content/plugins/projectmanager/lib/core.php on line 1187”.In two hours i go to Wacken Open Air. I’m back at sunday evening.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpHi koelle,
i also dont know what todo. here is the link to my phpinfo: https://www.runningsocks.de/info/phpinfo.phpForum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpHi, these are the lines from 1183 to 1189:
} elseif ( ‘numeric’ == $meta->type && !empty($meta_value) ) {
if ( class_exists(‘NumberFormatter’) ) {
$fmt = new NumberFormatter( get_locale(), NumberFormatter::DECIMAL );
$meta_value = $fmt->format($meta_value);
} else {
$meta_value = apply_filters( ‘projectmanager_numeric’, $meta_value );
}
And here the other Info’s. Info from phpMyAdmin-MySQL:
# Server Version: 5.0.81-0.dotdeb.0
# Protokoll-Version: 10
# Server: Localhost via UNIX socket
# phpMyAdmin – 2.11.9.2
# MySQL-Client-Version: 5.0.81
Info from phpinfo.php:
PHP Version 4.4.9-0.dotdeb.1
System Linux four.rr1 2.6.18-6-amd64 #1 SMP Tue May 5 08:01:28 UTC 2009 x86_64
Build Date Aug 22 2008 16:21:50
Server API CGI/FastCGI