Major PHP error in Drupal [closed] - drupal

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
The community reviewed whether to reopen this question 8 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
Trying to interpret this error and why it is happening:
Call to undefined function fivestar_widget_form() in
/home/readyby2/public_html/sites
/all/themes/readyby21/templates/page--resource.tpl.php on line 73
The directory is there, downloaded from the drupal main site, inside the modules directory.
Could there be some conflict?

If you are using the version of the module for Drupal 6, then fivestar_widget_form() is defined in the fivestar.module file; if you are getting that error, it means the module is not enabled, or it has not been loaded the moment the template file is being used. It could also mean the module is not in a directory where Drupal looks for the modules to load, which means you see it on your site, but Drupal is not looking for it where it is.
If you are using the Drupal 7 version of the module, then fivestar_widget_form() is not an implemented function.

Related

very basic intranet page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I need to create an internal page where there are links to approx 10 files. These will be HR compliance forms and training manuals. Just a list of links, no frills. I started going down the sharepoint path but it seems too complex for what I need. Is there a way to create a 1 page link that will open in a web browser and just list the files in a specific folder? THe files are already stored on a network drive all users have access to. Thanks!
I tried sharepoint but it involves setting up on a server and seems too complex for my needs. T

"Could not identify launch activity: Default Activity not found" after Android Studio 4.0 Upgrade [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am getting 'Default activity not found' after 4.0 upgrade. I can suppress the warning by changing default activity to nothing but that's not what I am looking for. I need to launch my app from launcher by default when I hit run.
My Manifest looks good(Merged manifest too). Can some one help me with a good solution for this?

Xcode Warning: Skipping code signing because the target does not have an Info.plist file [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
With Xcode 10 and static framework CocoaPods, I see several warnings like this:
Skipping code signing because the target does not have an Info.plist file. (in target 'FirebaseCore')
How can i fix it?
Just needed:
Create temporary info.plist somewhere in the depths of your project and...
Go to Pods -> FirebaseCore (and each others) -> General -> Identity -> Choose info.plist file... for each module with warnings.

Uploading problems post Wordpress 3.3 upgrade [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
Having upgraded to version 3.3 I can no longer upload files.
The upload appears to work, progress bar runs without errors.
Metadata can be amended.
When visiting the files URL a 404 occurs.
The file IS NOT written to the uploads directory.
Upload directory has the correct permissions (755)
I'm thoroughly stumped - any ideas anyone?
This issue pertains to the owner of an uploaded file.
In my case the website files were owned by the FTP user, not the web server user. It seems this wasn't an issue in older versions but now is and this caused the problems documented above.

Migrating node and comments table [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Recently I've got some problems in my live site but the localhost version is fine. But live site contains some updated articles of type page/story and also comments.
So what I want to do is to move node & comment table to localhost. I'm not using comments in any custom modules.
Will moving comments & node can have any issues given some minor db settings may be different between localhost and live site versions?
Just dump the entire database. Unless you're using a module like domain access or sso you should be able to just take the entire database without it causing issues. You might want to clear the cache tables first though.

Resources