Hi,
I have just updated 'me' aliases to 6.x-1.2. I am currently using Drupal 6.9.
As soon as the update is done, my site become a blank page with only this error message:

Fatal error: Call to undefined function me_uid_optional_to_arg() in /home/myusername/html/root/includes/menu.inc on line 599

Please let me know if this error is also happening to other users or if there is something wrong with my site itself. Thank you.

BB

Comments

cdale’s picture

Please run update.php and report back here if the problem still exists after doing so.

Kit_Hally’s picture

try clearing cache inside drupal (performance thing) and then use F5
don't know if it helps for this one but had warnings in the past with other things and most times that did the trick. ( hope it helps and works for you 2 )

cdale’s picture

Status: Active » Closed (duplicate)
smoothk’s picture

Since I posted in a closed issue (#3666832) I fear nobody will look into it... so excuse me if I just paste it again here:

I still have the issue with version 6.x-1.3: simply activating the module would make the site pages go blank on a reload.

I removed the files, run an update.php, cleared the cache and finally managed to get the files uploaded and the site working at the same time.

Though, the minute I activate the module the problem comes up again.
Any suggestions?
For istance, how do you guys get the "Fatal error: Call to undefined function me_uid_optional_to_arg() in includes/menu.inc on line 599" message displayed?
I'm very new to Drupal (not to say to PHP), so I really don't have a clue.

Thanks!

cdale’s picture

Status: Closed (duplicate) » Active

Hi Smoothtk, You can always set an issue back to active if you believe there is still an issue. Could you give me some information about your environment? Other modules you might have installed, Drupal version, PHP version. I'm not seeing the blank page on reload after activating, so I'll need as much information as you can give me to help diagnose the problem.

cdale’s picture

I forgot to mention any useful looking output from your webservers error log could also be useful.

smoothk’s picture

Hi cdale,

first of all: thank you so much for the advice about issues and for the help you're offering.
Now the environment info:
Drupal 6.9
PHP 4.3.9, PHP memory limit 64MB
MySQL 4.1.22

Optional core modules:
Blog
Database logging
Help
Locale
Menu
Statistics
Taxonomy
Update status
Upload

Active modules other than core modules:
Advanced help
Advanced help example
Automatic Nodetitles
Token
Token actions
CCK Content
CCK Content Copy
CCK Content Permissions
Embedded Media Field
Embedded Video Field
CCK Fieldgroup
CCK Node Reference
CCK Number
CCK Option Widgets
CCK Text
CCK User Reference
Content Profile
Content Profile User Registration
Image Upload
Views
Views UI

Please let me know if you need more details!
I'll post server logs as soon as I can.

Thanks again!

cdale’s picture

The first thing that jumps out at me is that is quite an old version of PHP, and one that is no longer supported. It's possible that that might be causing some issues. Although it is strange that Drupal is working normally before you enable this module. None of the others strike me as doing anything strange. It's possible that enabling that one last module causes the modules page to hit the memory limit. I'll know more once I see if there are any error messages in your server logs.

cdale’s picture

Status: Active » Closed (fixed)

There has not been any activity here for a few weeks, so I'm marking this as closed. If you still have this issue, feel free to reopen.

gaurishankar’s picture

Status: Closed (fixed) » Active

Hey

Same with me:

Fatal error: Call to undefined function me_to_arg() in /var/www/includes/menu.inc on line 607

Have u any solution?

ryan.merritt’s picture

Following after doing a search for the error pasted below. Only occurs after disabling drupal.org/project/memcache module and then attempting to remove its config lines from settings.php.

Here is the error. I'm trapped on memcache and I can't get out!

PHP Fatal error: Call to undefined function me_uid_optional_to_arg() in ..[cut]../includes/menu.inc on line 607

ryan.merritt’s picture

It does appear that after I moved the site off of the possibly damaged memcached VPS and onto a fresh debian install a simple 'drush cache-clear' has resolved all WSOD problems regarding me links.

CardinalFang’s picture

I had the same problem, with Drupal 6.33 and me Aliases 6.x-2.9 running PHP 5.3.3, APC and Memcache. Flushing memcache seemed to resolve it for me.

srikanth.g’s picture

Title: Fatal error with Drupal 6.9 » Fatal error with Drupal 6.33
Issue summary: View changes

I am getting the same error..
Fatal error: Call to undefined function me_uid_optional_to_arg() in D:\xampp\htdocs\drupal633\includes\menu.inc on line 608
how to fix it?