Only can load one project

This topic contains 10 reply and 3 voices, and was last updated by duellingpixels 10 years, 9 months ago
Viewing 10 Posts - 1 through 10 (of 10 total)
Author Posts
May 30, 2013 at 7:03 am 4326
duellingpixels Hi Tareq, I just installed, WP Project Manager on a client's site. And after adding only one project i was not able to load another the + symbol disappears and only show 'New Project' link which does not work. Any Ideas on what I can do? Cheers, Nick
May 30, 2013 at 8:01 am 4330
Tareq Hasan Tareq Hasan

Are you trying it on the admin panel or frontend? It might be a plugin conflict I guess.

June 2, 2013 at 9:11 am 4418
duellingpixels duellingpixels

Hi Tareq,

No luck, I have de-activated all plugins and returned to twenty eleven theme and the issue still persists.

I do have these lines in the error logs.

02-Jun-2013 08:56:23 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:56:34 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:56:42 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:56:51 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:57:01 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:57:11 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502
[02-Jun-2013 08:57:46 UTC] PHP Notice: Undefined index: latest in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager-frontend/frontend.php on line 502

Any hints here?

June 2, 2013 at 11:06 am 4426
Tareq Hasan Tareq Hasan

Nope, it’s just the update checking notice. Not much a big deal. Can I see your site (post login details as private reply)?

June 2, 2013 at 10:04 pm 4450
duellingpixels duellingpixels This reply has been marked as private.
June 3, 2013 at 5:08 pm 4481
Tareq Hasan Tareq Hasan

I am not sure whats causing this, but you’re having a php Fatal error. Thats why the rest of the page is not loading. Try to set WordPress in debug mode and see whats the error message.

July 15, 2013 at 4:45 am 5962
duellingpixels duellingpixels

Hi Tareq,

A bit of a late reply, but I put debug mode as requested and I get this error on the screen.

Fatal error: Call to undefined function mb_strlen() in /home/capturet/public_html/wp-content/plugins/wedevs-project-manager/includes/functions.php on line 351

July 15, 2013 at 5:00 am 5963
Tareq Hasan Tareq Hasan

The function mb_strlen() is not enabled by default in PHP. Please read the manual for installation details:

http://www.php.net/manual/en/mbstring.installation.php

July 17, 2013 at 4:41 am 6043
lupocreative lupocreative

After encountering this exact same problem, I searched and found this thread then installed the php-mbstring on my Linux install as follows:

1) yum install php-mbstring
2) service httpd restart

It now works as expected. Thanks for pointing me in the right direction, Tareq. The plugin looks great and I’m looking forward to reviewing it properly. It’s a shame the plugin doesn’t work with out-of-the-box PHP though, I think installing this at a command line could be too advanced for most users – or impossible dependent on the host.

July 17, 2013 at 4:48 am 6044
Tareq Hasan Tareq Hasan

Almost every host includes that php extension. So actually quite a few users might face the problem 🙂

July 17, 2013 at 5:38 am 6053
duellingpixels duellingpixels

Thanks Tareq, it work a treat!

Viewing 10 Posts - 1 through 10 (of 10 total)