Title: [Plugin: Aleph] Dashboard Disappearance
Last modified: August 19, 2016

---

# [Plugin: Aleph] Dashboard Disappearance

 *  [vividlilac](https://wordpress.org/support/users/vividlilac/)
 * (@vividlilac)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/)
 * I have been trying to figure out a cause for a problem that I was having the 
   with NextGEN Gallery thumbnail management and finally tracked it down to a conflict
   with the El-Aleph plugin. I am not sure what is happening within Aleph to cause
   the JCrop javascript used in NextGEN to not work properly, but it seems like 
   the javascript is not loading at all. When I disable Aleph, the JCrop works perfectly.
 * Also, my error log in the NextGEN gallery directory is reporting errors:
 * PHP Warning: call_user_func_array() [[function.call-user-func-array](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/function.call-user-func-array?output_format=md)]:
   First argument is expected to be a valid callback, ‘aleph_hook_custom_vars’ was
   given in /home/xxxx/xxxx/xxxx/wp-includes/plugin.php on line 339
 * PHP Warning: call_user_func_array() [[function.call-user-func-array](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/function.call-user-func-array?output_format=md)]:
   First argument is expected to be a valid callback, ‘aleph_settings’ was given
   in /home/xxxx/xxxx/xxxx/wp-includes/plugin.php on line 339
 * PHP Warning: Cannot modify header information – headers already sent by (output
   started at /home/xxxx/xxxx/xxxx/wp-includes/plugin.php:339) in /home/xxxx/xxxx/
   xxxx/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 606
 * I am using:
 * El-Aleph: 0.8.1
    NextGEN Gallery: 1.3.1 Wordpress: 2.7.1

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [vividlilac](https://wordpress.org/support/users/vividlilac/)
 * (@vividlilac)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/#post-1097730)
 * Darn it, messed up on the subject title… Sorry about that!
 *  [Detective](https://wordpress.org/support/users/detective/)
 * (@detective)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/#post-1097952)
 * Thanks for your report, I will check it out. I’m already working in a new version,
   but it will be ready at least a month from now …
 *  [luksiemce](https://wordpress.org/support/users/luksiemce/)
 * (@luksiemce)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/#post-1097953)
 * I have similar problem.
    When i click on navigation button on some page [<][1][
   2]…[>] (on users page and on page with gallery from NextGEN) browser reporting
   errors:
 * `Warning: call_user_func_array(): First argument is expected to be a valid callback,'
   aleph_hook_custom_vars' was given in /apache/apache-common/virt/virtuals/virt-
   650803/unicar/wp-includes/plugin.php on line 339 Warning: call_user_func_array():
   First argument is expected to be a valid callback, 'aleph_settings' was given
   in /apache/apache-common/virt/virtuals/virt-650803/unicar/wp-includes/plugin.
   php on line 339`
 * WordPress: 2.8
    El-Aleph: 0.8.1 NextGEN Gallery: 1.3.3
 * I bypassed it in NextGEN by disabled pagination and in aleph by change “show_navigation”
   to “false” and adding to users.php:
 *     ```
       $il = get_found_user_pages();
       if($il>1) {
          echo 'PAGE: <a href="http://.../index.php?user_view=all">[1]</a> ';
          for ($i=2; $i<=$il; $i++) {
             echo '<a href="http://.../index.php?user_view=all&paged=' . $i . '">[' . $i . ']</a>';
          }
       }
       ```
   
 * As yet it’s working but it’s not solving the problem.
    Thanks for any helping
   replies.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Aleph] Dashboard Disappearance’ is closed to new replies.

## Tags

 * [aleph](https://wordpress.org/support/topic-tag/aleph/)

 * 3 replies
 * 3 participants
 * Last reply from: [luksiemce](https://wordpress.org/support/users/luksiemce/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-aleph-dashboard-disappearance/#post-1097953)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
